Searched refs:RTSR_HZE (Results 1 – 5 of 5) sorted by relevance
41 #define RTSR_HZE (1 << 3) /* HZ interrupt enable */ macro145 rtsr_clear_bits(pxa_rtc, RTSR_RDALE1 | RTSR_PIALE | RTSR_HZE); in pxa_rtc_irq()201 rtsr_clear_bits(pxa_rtc, RTSR_PIALE | RTSR_RDALE1 | RTSR_HZE); in pxa_rtc_release()288 (rtc_readl(pxa_rtc, RTSR) & RTSR_HZE) ? "yes" : "no"); in pxa_rtc_proc()356 rtsr_clear_bits(pxa_rtc, RTSR_PIALE | RTSR_RDALE1 | RTSR_HZE); in pxa_rtc_probe()
34 #define RTSR_HZE BIT(3) /* HZ interrupt enable */ macro60 if (rtsr & (RTSR_ALE | RTSR_HZE)) { in sa1100_rtc_interrupt()79 writel_relaxed(rtsr & (RTSR_ALE | RTSR_HZE), info->rtsr); in sa1100_rtc_interrupt()144 (RTSR_HZE | RTSR_ALE | RTSR_AL), info->rtsr); in sa1100_rtc_set_alarm()
19 #define RTSR_HZE (1 << 3) /* HZ interrupt enable */ macro
910 #define RTSR_HZE (1 << 3) /* HZ interrupt enable */ macro
1202 #define RTSR_HZE 0x00000008 /* 1 Hz clock interrupt Enable */ macro