Searched refs:RTSR_HZ (Results 1 – 5 of 5) sorted by relevance
75 RTSR = (RTSR_AL | RTSR_HZ) & (rtsr >> 2); in sa1100_rtc_interrupt()84 RTSR = RTSR_AL | RTSR_HZ; in sa1100_rtc_interrupt()95 if (rtsr & RTSR_HZ) in sa1100_rtc_interrupt()301 RTSR = RTSR_AL | RTSR_HZ; in sa1100_rtc_probe()
55 #define RTSR_HZ (1 << 1) /* HZ rising-edge detected */ macro57 #define RTSR_TRIG_MASK (RTSR_AL | RTSR_HZ | RTSR_RDAL1 | RTSR_RDAL2\168 if (rtsr & RTSR_HZ) in pxa_rtc_irq()
20 #define RTSR_HZ (1 << 1) /* HZ rising-edge detected */ macro
889 #define RTSR_HZ 0x00000002 /* 1 Hz clock detected */ macro