Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/rtc/
A Drtc-pxa.c60 #define RTSR 0x08 macro
114 rtsr = rtc_readl(pxa_rtc, RTSR); in rtsr_clear_bits()
117 rtc_writel(pxa_rtc, RTSR, rtsr); in rtsr_clear_bits()
124 rtsr = rtc_readl(pxa_rtc, RTSR); in rtsr_set_bits()
127 rtc_writel(pxa_rtc, RTSR, rtsr); in rtsr_set_bits()
139 rtsr = rtc_readl(pxa_rtc, RTSR); in pxa_rtc_irq()
140 rtc_writel(pxa_rtc, RTSR, rtsr); in pxa_rtc_irq()
160 rtc_writel(pxa_rtc, RTSR, rtsr & ~RTSR_TRIG_MASK); in pxa_rtc_irq()
252 rtsr = rtc_readl(pxa_rtc, RTSR); in pxa_rtc_read_alarm()
268 rtsr = rtc_readl(pxa_rtc, RTSR); in pxa_rtc_set_alarm()
[all …]
/linux-6.3-rc2/arch/arm/mach-pxa/
A Dregs-rtc.h13 #define RTSR __REG(0x40900008) /* RTC Status Register */ macro
A Dsharpsl_pm.c615 RTSR &= RTSR_ALE; in corgi_goto_sleep()
620 RTSR &= RTSR_ALE; in corgi_goto_sleep()
663 unsigned int alarm_status = ((RTSR & RTSR_ALE) != 0); in corgi_pxa_pm_enter()

Completed in 7 milliseconds