Home
last modified time | relevance | path

Searched refs:BIT_RTC_STATUS_REG_ALARM_M (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/rtc/
Drtc-twl.c126 #define BIT_RTC_STATUS_REG_ALARM_M 0x40 macro
429 if (rd_reg & BIT_RTC_STATUS_REG_ALARM_M) in twl_rtc_interrupt()
434 res = twl_rtc_write_u8(BIT_RTC_STATUS_REG_ALARM_M, in twl_rtc_interrupt()
498 if (rd_reg & BIT_RTC_STATUS_REG_ALARM_M) in twl_rtc_probe()