Searched refs:RTSR (Results 1 – 1 of 1) sorted by relevance
| /drivers/rtc/ |
| A D | rtc-pxa.c | 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() [all …]
|
Completed in 4 milliseconds