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

/linux-master/drivers/rtc/
H A Drtc-pxa.c42 #define RTSR_TRIG_MASK (RTSR_AL | RTSR_HZ | RTSR_RDAL1 | RTSR_RDAL2\ macro
114 rtsr &= ~RTSR_TRIG_MASK;
124 rtsr &= ~RTSR_TRIG_MASK;
159 rtc_writel(pxa_rtc, RTSR, rtsr & ~RTSR_TRIG_MASK);

Completed in 108 milliseconds