Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/rtc/
Drtc-pxa.c52 #define RTSR_RDAL1 (1 << 4) /* RTC alarm1 detected */ macro
57 #define RTSR_TRIG_MASK (RTSR_AL | RTSR_HZ | RTSR_RDAL1 | RTSR_RDAL2\
162 if (rtsr & RTSR_RDAL1) in pxa_rtc_irq()
166 if (rtsr & RTSR_RDAL1) in pxa_rtc_irq()
270 alrm->pending = (rtsr & RTSR_RDAL1) ? 1 : 0; in pxa_rtc_read_alarm()