Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/rtc/
H A Drtc-pxa.c62 #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()
[all...]
/kernel/linux/linux-6.6/drivers/rtc/
H A Drtc-pxa.c59 #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...]
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H A Dregs-rtc.h13 #define RTSR __REG(0x40900008) /* RTC Status Register */ macro
H A Dsharpsl_pm.c617 RTSR &= RTSR_ALE; in corgi_goto_sleep()
622 RTSR &= RTSR_ALE; in corgi_goto_sleep()
665 unsigned int alarm_status = ((RTSR & RTSR_ALE) != 0); in corgi_pxa_pm_enter()
/kernel/linux/linux-6.6/arch/arm/mach-pxa/
H A Dregs-rtc.h13 #define RTSR __REG(0x40900008) /* RTC Status Register */ macro
H A Dsharpsl_pm.c613 RTSR &= RTSR_ALE; in corgi_goto_sleep()
618 RTSR &= RTSR_ALE; in corgi_goto_sleep()
661 unsigned int alarm_status = ((RTSR & RTSR_ALE) != 0); in corgi_pxa_pm_enter()

Completed in 4 milliseconds