Home
last modified time | relevance | path

Searched refs:RTSR (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/drivers/rtc/
Drtc-sa1100.c66 rtsr = RTSR; in sa1100_rtc_interrupt()
68 RTSR = 0; in sa1100_rtc_interrupt()
75 RTSR = (RTSR_AL | RTSR_HZ) & (rtsr >> 2); in sa1100_rtc_interrupt()
84 RTSR = RTSR_AL | RTSR_HZ; in sa1100_rtc_interrupt()
90 RTSR = rtsr & (RTSR_ALE | RTSR_HZE); in sa1100_rtc_interrupt()
142 RTSR = 0; in sa1100_rtc_release()
156 RTSR |= RTSR_ALE; in sa1100_rtc_alarm_irq_enable()
158 RTSR &= ~RTSR_ALE; in sa1100_rtc_alarm_irq_enable()
184 rtsr = RTSR; in sa1100_rtc_read_alarm()
200 RTSR = RTSR & (RTSR_HZE|RTSR_ALE|RTSR_AL); in sa1100_rtc_set_alarm()
[all …]
Drtc-pxa.c69 #define RTSR 0x08 macro
119 rtsr = rtc_readl(pxa_rtc, RTSR); in rtsr_clear_bits()
122 rtc_writel(pxa_rtc, RTSR, rtsr); in rtsr_clear_bits()
129 rtsr = rtc_readl(pxa_rtc, RTSR); in rtsr_set_bits()
132 rtc_writel(pxa_rtc, RTSR, rtsr); in rtsr_set_bits()
145 rtsr = rtc_readl(pxa_rtc, RTSR); in pxa_rtc_irq()
146 rtc_writel(pxa_rtc, RTSR, rtsr); in pxa_rtc_irq()
166 rtc_writel(pxa_rtc, RTSR, rtsr & ~RTSR_TRIG_MASK); in pxa_rtc_irq()
258 rtsr = rtc_readl(pxa_rtc, RTSR); in pxa_rtc_read_alarm()
274 rtsr = rtc_readl(pxa_rtc, RTSR); in pxa_rtc_set_alarm()
[all …]
/linux-3.4.99/arch/arm/mach-pxa/include/mach/
Dregs-rtc.h12 #define RTSR __REG(0x40900008) /* RTC Status Register */ macro
/linux-3.4.99/arch/arm/mach-mmp/include/mach/
Dregs-rtc.h15 #define RTSR RTC_REG(0x08) /* RTC Status Register */ macro
/linux-3.4.99/arch/arm/mach-pxa/
Dsharpsl_pm.c624 RTSR &= RTSR_ALE; in corgi_goto_sleep()
629 RTSR &= RTSR_ALE; in corgi_goto_sleep()
672 unsigned int alarm_status = ((RTSR & RTSR_ALE) != 0); in corgi_pxa_pm_enter()
/linux-3.4.99/arch/arm/mach-sa1100/include/mach/
DSA-1100.h879 #define RTSR __REG(0x90010010) /* RTC Status Reg. */ macro