Searched refs:RTSR_HZ (Results 1 – 5 of 5) sorted by relevance
36 #define RTSR_HZ BIT(1) /* HZ rising-edge detected */ macro64 writel_relaxed((RTSR_AL | RTSR_HZ) & (rtsr >> 2), info->rtsr); in sa1100_rtc_interrupt()73 writel_relaxed(RTSR_AL | RTSR_HZ, info->rtsr); in sa1100_rtc_interrupt()84 if (rtsr & RTSR_HZ) in sa1100_rtc_interrupt()236 writel_relaxed(RTSR_AL | RTSR_HZ, info->rtsr); in sa1100_rtc_init()
43 #define RTSR_HZ (1 << 1) /* HZ rising-edge detected */ macro45 #define RTSR_TRIG_MASK (RTSR_AL | RTSR_HZ | RTSR_RDAL1 | RTSR_RDAL2\154 if (rtsr & RTSR_HZ) in pxa_rtc_irq()
21 #define RTSR_HZ (1 << 1) /* HZ rising-edge detected */ macro
912 #define RTSR_HZ (1 << 1) /* HZ rising-edge detected */ macro
1200 #define RTSR_HZ 0x00000002 /* 1 Hz clock detected */ macro