Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rtc/
H A Drtc-sa1100.c36 #define RTSR_HZ BIT(1) /* HZ rising-edge detected */ macro
64 writel_relaxed((RTSR_AL | RTSR_HZ) & (rtsr >> 2), info->rtsr); in sa1100_rtc_interrupt()
73 writel_relaxed(RTSR_AL | RTSR_HZ, info->rtsr); in sa1100_rtc_interrupt()
84 if (rtsr & RTSR_HZ) in sa1100_rtc_interrupt()
236 writel_relaxed(RTSR_AL | RTSR_HZ, info->rtsr); in sa1100_rtc_init()
H A Drtc-pxa.c40 #define RTSR_HZ (1 << 1) /* HZ rising-edge detected */ macro
42 #define RTSR_TRIG_MASK (RTSR_AL | RTSR_HZ | RTSR_RDAL1 | RTSR_RDAL2\
151 if (rtsr & RTSR_HZ) in pxa_rtc_irq()
/openbmc/linux/arch/arm/mach-pxa/
H A Dregs-rtc.h21 #define RTSR_HZ (1 << 1) /* HZ rising-edge detected */ macro
/openbmc/qemu/hw/arm/
H A Dstrongarm.c241 #define RTSR_HZ (1 << 1) /* RTC 1Hz detected */ macro
270 qemu_set_irq(s->rtc_hz_irq, s->rtsr & RTSR_HZ); in strongarm_rtc_int_update()
283 if ((s->rtsr & RTSR_HZE) && !(s->rtsr & RTSR_HZ)) { in strongarm_rtc_timer_update()
309 s->rtsr |= RTSR_HZ; in strongarm_rtc_hz_tick()
354 (s->rtsr & ~(value & (RTSR_AL | RTSR_HZ))); in strongarm_rtc_write()
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h912 #define RTSR_HZ (1 << 1) /* HZ rising-edge detected */ macro
/openbmc/u-boot/include/
H A DSA-1100.h1200 #define RTSR_HZ 0x00000002 /* 1 Hz clock detected */ macro