RTSR_RDALE1       145 drivers/rtc/rtc-pxa.c 	rtsr_clear_bits(pxa_rtc, RTSR_RDALE1 | RTSR_PIALE | RTSR_HZE);
RTSR_RDALE1       149 drivers/rtc/rtc-pxa.c 		rtsr &= ~RTSR_RDALE1;
RTSR_RDALE1       201 drivers/rtc/rtc-pxa.c 	rtsr_clear_bits(pxa_rtc, RTSR_PIALE | RTSR_RDALE1 | RTSR_HZE);
RTSR_RDALE1       215 drivers/rtc/rtc-pxa.c 		rtsr_set_bits(pxa_rtc, RTSR_RDALE1);
RTSR_RDALE1       217 drivers/rtc/rtc-pxa.c 		rtsr_clear_bits(pxa_rtc, RTSR_RDALE1);
RTSR_RDALE1       255 drivers/rtc/rtc-pxa.c 	alrm->enabled = (rtsr & RTSR_RDALE1) ? 1 : 0;
RTSR_RDALE1       272 drivers/rtc/rtc-pxa.c 		rtsr |= RTSR_RDALE1;
RTSR_RDALE1       274 drivers/rtc/rtc-pxa.c 		rtsr &= ~RTSR_RDALE1;
RTSR_RDALE1       352 drivers/rtc/rtc-pxa.c 	rtsr_clear_bits(pxa_rtc, RTSR_PIALE | RTSR_RDALE1 | RTSR_HZE);