Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/rtc/
Drtc-ma35d1.c47 #define RTC_INTSTS_ALMIF BIT(0) macro
77 if (rtc_irq & RTC_INTSTS_ALMIF) { in ma35d1_rtc_interrupt()
78 rtc_reg_write(rtc, MA35_REG_RTC_INTSTS, RTC_INTSTS_ALMIF); in ma35d1_rtc_interrupt()