Searched refs:RTSR_HZ (Results 1 – 3 of 3) sorted by relevance
40 #define RTSR_HZ BIT(1) /* HZ rising-edge detected */ macro68 writel_relaxed((RTSR_AL | RTSR_HZ) & (rtsr >> 2), info->rtsr); in sa1100_rtc_interrupt()77 writel_relaxed(RTSR_AL | RTSR_HZ, info->rtsr); in sa1100_rtc_interrupt()88 if (rtsr & RTSR_HZ) in sa1100_rtc_interrupt()250 writel_relaxed(RTSR_AL | RTSR_HZ, info->rtsr); in sa1100_rtc_init()
57 #define RTSR_HZ (1 << 1) /* HZ rising-edge detected */ macro59 #define RTSR_TRIG_MASK (RTSR_AL | RTSR_HZ | RTSR_RDAL1 | RTSR_RDAL2\169 if (rtsr & RTSR_HZ) in pxa_rtc_irq()
21 #define RTSR_HZ (1 << 1) /* HZ rising-edge detected */ macro