Searched refs:RTSR_HZE (Results 1 – 3 of 3) sorted by relevance
55 #define RTSR_HZE (1 << 3) /* HZ interrupt enable */ macro160 rtsr_clear_bits(pxa_rtc, RTSR_RDALE1 | RTSR_PIALE | RTSR_HZE); in pxa_rtc_irq()216 rtsr_clear_bits(pxa_rtc, RTSR_PIALE | RTSR_RDALE1 | RTSR_HZE); in pxa_rtc_release()303 (rtc_readl(pxa_rtc, RTSR) & RTSR_HZE) ? "yes" : "no"); in pxa_rtc_proc()371 rtsr_clear_bits(pxa_rtc, RTSR_PIALE | RTSR_RDALE1 | RTSR_HZE); in pxa_rtc_probe()
38 #define RTSR_HZE BIT(3) /* HZ interrupt enable */ macro64 if (rtsr & (RTSR_ALE | RTSR_HZE)) { in sa1100_rtc_interrupt()83 writel_relaxed(rtsr & (RTSR_ALE | RTSR_HZE), info->rtsr); in sa1100_rtc_interrupt()156 (RTSR_HZE | RTSR_ALE | RTSR_AL), info->rtsr); in sa1100_rtc_set_alarm()
19 #define RTSR_HZE (1 << 3) /* HZ interrupt enable */ macro