Lines Matching refs:RTSR
59 #define RTSR 0x08 macro
113 rtsr = rtc_readl(pxa_rtc, RTSR); in rtsr_clear_bits()
116 rtc_writel(pxa_rtc, RTSR, rtsr); in rtsr_clear_bits()
123 rtsr = rtc_readl(pxa_rtc, RTSR); in rtsr_set_bits()
126 rtc_writel(pxa_rtc, RTSR, rtsr); in rtsr_set_bits()
138 rtsr = rtc_readl(pxa_rtc, RTSR); in pxa_rtc_irq()
139 rtc_writel(pxa_rtc, RTSR, rtsr); in pxa_rtc_irq()
159 rtc_writel(pxa_rtc, RTSR, rtsr & ~RTSR_TRIG_MASK); in pxa_rtc_irq()
251 rtsr = rtc_readl(pxa_rtc, RTSR); in pxa_rtc_read_alarm()
267 rtsr = rtc_readl(pxa_rtc, RTSR); in pxa_rtc_set_alarm()
272 rtc_writel(pxa_rtc, RTSR, rtsr); in pxa_rtc_set_alarm()
285 (rtc_readl(pxa_rtc, RTSR) & RTSR_HZE) ? "yes" : "no"); in pxa_rtc_proc()
287 (rtc_readl(pxa_rtc, RTSR) & RTSR_PIALE) ? "yes" : "no"); in pxa_rtc_proc()