Searched refs:RTSR_HZE (Results 1 – 6 of 6) sorted by relevance
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()
38 #define RTSR_HZE (1 << 3) /* HZ interrupt enable */ macro142 rtsr_clear_bits(pxa_rtc, RTSR_RDALE1 | RTSR_PIALE | RTSR_HZE); in pxa_rtc_irq()198 rtsr_clear_bits(pxa_rtc, RTSR_PIALE | RTSR_RDALE1 | RTSR_HZE); in pxa_rtc_release()285 (rtc_readl(pxa_rtc, RTSR) & RTSR_HZE) ? "yes" : "no"); in pxa_rtc_proc()353 rtsr_clear_bits(pxa_rtc, RTSR_PIALE | RTSR_RDALE1 | RTSR_HZE); in pxa_rtc_probe()
19 #define RTSR_HZE (1 << 3) /* HZ interrupt enable */ macro
243 #define RTSR_HZE (1 << 3) /* RTC 1Hz enable */ macro283 if ((s->rtsr & RTSR_HZE) && !(s->rtsr & RTSR_HZ)) { in strongarm_rtc_timer_update()353 s->rtsr = (value & (RTSR_ALE | RTSR_HZE)) | in strongarm_rtc_write()
910 #define RTSR_HZE (1 << 3) /* HZ interrupt enable */ macro
1202 #define RTSR_HZE 0x00000008 /* 1 Hz clock interrupt Enable */ macro