Lines Matching refs:RTSR
74 #define RTSR 0x08 macro
129 rtsr = rtc_readl(pxa_rtc, RTSR); in rtsr_clear_bits()
132 rtc_writel(pxa_rtc, RTSR, rtsr); in rtsr_clear_bits()
139 rtsr = rtc_readl(pxa_rtc, RTSR); in rtsr_set_bits()
142 rtc_writel(pxa_rtc, RTSR, rtsr); in rtsr_set_bits()
155 rtsr = rtc_readl(pxa_rtc, RTSR); in pxa_rtc_irq()
156 rtc_writel(pxa_rtc, RTSR, rtsr); in pxa_rtc_irq()
176 rtc_writel(pxa_rtc, RTSR, rtsr & ~RTSR_TRIG_MASK); in pxa_rtc_irq()
268 rtsr = rtc_readl(pxa_rtc, RTSR); in pxa_rtc_read_alarm()
284 rtsr = rtc_readl(pxa_rtc, RTSR); in pxa_rtc_set_alarm()
289 rtc_writel(pxa_rtc, RTSR, rtsr); in pxa_rtc_set_alarm()
302 (rtc_readl(pxa_rtc, RTSR) & RTSR_HZE) ? "yes" : "no"); in pxa_rtc_proc()
304 (rtc_readl(pxa_rtc, RTSR) & RTSR_PIALE) ? "yes" : "no"); in pxa_rtc_proc()