Lines Matching refs:RTSR
76 #define RTSR 0x08 macro
130 rtsr = rtc_readl(pxa_rtc, RTSR); in rtsr_clear_bits()
133 rtc_writel(pxa_rtc, RTSR, rtsr); in rtsr_clear_bits()
140 rtsr = rtc_readl(pxa_rtc, RTSR); in rtsr_set_bits()
143 rtc_writel(pxa_rtc, RTSR, rtsr); in rtsr_set_bits()
156 rtsr = rtc_readl(pxa_rtc, RTSR); in pxa_rtc_irq()
157 rtc_writel(pxa_rtc, RTSR, rtsr); in pxa_rtc_irq()
177 rtc_writel(pxa_rtc, RTSR, rtsr & ~RTSR_TRIG_MASK); in pxa_rtc_irq()
269 rtsr = rtc_readl(pxa_rtc, RTSR); in pxa_rtc_read_alarm()
285 rtsr = rtc_readl(pxa_rtc, RTSR); in pxa_rtc_set_alarm()
290 rtc_writel(pxa_rtc, RTSR, rtsr); in pxa_rtc_set_alarm()
303 (rtc_readl(pxa_rtc, RTSR) & RTSR_HZE) ? "yes" : "no"); in pxa_rtc_proc()
305 (rtc_readl(pxa_rtc, RTSR) & RTSR_PIALE) ? "yes" : "no"); in pxa_rtc_proc()