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

/linux-4.1.27/drivers/rtc/
H A Drtc-pxa.c57 #define RTSR_TRIG_MASK (RTSR_AL | RTSR_HZ | RTSR_RDAL1 | RTSR_RDAL2\ macro
130 rtsr &= ~RTSR_TRIG_MASK; rtsr_clear_bits()
140 rtsr &= ~RTSR_TRIG_MASK; rtsr_set_bits()
176 rtc_writel(pxa_rtc, RTSR, rtsr & ~RTSR_TRIG_MASK); pxa_rtc_irq()

Completed in 77 milliseconds