Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/rtc/
H A Drtc-pxa.c40 #define RTSR_RDAL1 (1 << 4) /* RTC alarm1 detected */ macro
45 #define RTSR_TRIG_MASK (RTSR_AL | RTSR_HZ | RTSR_RDAL1 | RTSR_RDAL2\
148 if (rtsr & RTSR_RDAL1) in pxa_rtc_irq()
152 if (rtsr & RTSR_RDAL1) in pxa_rtc_irq()
256 alrm->pending = (rtsr & RTSR_RDAL1) ? 1 : 0; in pxa_rtc_read_alarm()
/kernel/linux/linux-6.6/drivers/rtc/
H A Drtc-pxa.c37 #define RTSR_RDAL1 (1 << 4) /* RTC alarm1 detected */ macro
42 #define RTSR_TRIG_MASK (RTSR_AL | RTSR_HZ | RTSR_RDAL1 | RTSR_RDAL2\
145 if (rtsr & RTSR_RDAL1) in pxa_rtc_irq()
149 if (rtsr & RTSR_RDAL1) in pxa_rtc_irq()
253 alrm->pending = (rtsr & RTSR_RDAL1) ? 1 : 0; in pxa_rtc_read_alarm()

Completed in 2 milliseconds