Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/rtc/
H A 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()
530 if (rd_reg & BIT_RTC_STATUS_REG_ALARM_M) in twl_rtc_probe()
/kernel/linux/linux-6.6/drivers/rtc/
H A 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()

Completed in 3 milliseconds