Searched refs:RTSR (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/rtc/ |
H 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 …]
|
/openbmc/linux/arch/arm/mach-pxa/ |
H A D | regs-rtc.h | 13 #define RTSR __REG(0x40900008) /* RTC Status Register */ macro
|
H A D | sharpsl_pm.c | 613 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()
|
/openbmc/qemu/hw/arm/ |
H A D | strongarm.c | 238 #define RTSR 0x10 /* RTC Status register */ macro 322 case RTSR: in strongarm_rtc_read() 351 case RTSR: in strongarm_rtc_write()
|
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/ |
H A D | pxa-regs.h | 893 #define RTSR 0x40900008 /* RTC Status Register */ macro
|
/openbmc/u-boot/include/ |
H A D | SA-1100.h | 1188 #define RTSR /* RTC Status Reg. */ \ macro
|