Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/rtc/
Drtc-twl.c126 #define BIT_RTC_STATUS_REG_ALARM_M 0x40 macro
446 if (rd_reg & BIT_RTC_STATUS_REG_ALARM_M) in twl_rtc_interrupt()
451 res = twl_rtc_write_u8(twl_rtc, BIT_RTC_STATUS_REG_ALARM_M, in twl_rtc_interrupt()
543 if (rd_reg & BIT_RTC_STATUS_REG_ALARM_M) in twl_rtc_probe()