Lines Matching refs:RTSR
62 #define RTSR 0x08 macro
116 rtsr = rtc_readl(pxa_rtc, RTSR); in rtsr_clear_bits()
119 rtc_writel(pxa_rtc, RTSR, rtsr); in rtsr_clear_bits()
126 rtsr = rtc_readl(pxa_rtc, RTSR); in rtsr_set_bits()
129 rtc_writel(pxa_rtc, RTSR, rtsr); in rtsr_set_bits()
141 rtsr = rtc_readl(pxa_rtc, RTSR); in pxa_rtc_irq()
142 rtc_writel(pxa_rtc, RTSR, rtsr); in pxa_rtc_irq()
162 rtc_writel(pxa_rtc, RTSR, rtsr & ~RTSR_TRIG_MASK); in pxa_rtc_irq()
254 rtsr = rtc_readl(pxa_rtc, RTSR); in pxa_rtc_read_alarm()
270 rtsr = rtc_readl(pxa_rtc, RTSR); in pxa_rtc_set_alarm()
275 rtc_writel(pxa_rtc, RTSR, rtsr); in pxa_rtc_set_alarm()
288 (rtc_readl(pxa_rtc, RTSR) & RTSR_HZE) ? "yes" : "no"); in pxa_rtc_proc()
290 (rtc_readl(pxa_rtc, RTSR) & RTSR_PIALE) ? "yes" : "no"); in pxa_rtc_proc()