Searched refs:RTSR_HZ (Results 1 – 3 of 3) 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()
41 #define RTSR_HZ (1 << 1) /* HZ rising-edge detected */ macro43 #define RTSR_TRIG_MASK (RTSR_AL | RTSR_HZ | RTSR_RDAL1 | RTSR_RDAL2\152 if (rtsr & RTSR_HZ) in pxa_rtc_irq()
21 #define RTSR_HZ (1 << 1) /* HZ rising-edge detected */ macro