RTSR_HZE          145 drivers/rtc/rtc-pxa.c 	rtsr_clear_bits(pxa_rtc, RTSR_RDALE1 | RTSR_PIALE | RTSR_HZE);
RTSR_HZE          201 drivers/rtc/rtc-pxa.c 	rtsr_clear_bits(pxa_rtc, RTSR_PIALE | RTSR_RDALE1 | RTSR_HZE);
RTSR_HZE          288 drivers/rtc/rtc-pxa.c 		   (rtc_readl(pxa_rtc, RTSR) & RTSR_HZE) ? "yes" : "no");
RTSR_HZE          352 drivers/rtc/rtc-pxa.c 	rtsr_clear_bits(pxa_rtc, RTSR_PIALE | RTSR_RDALE1 | RTSR_HZE);
RTSR_HZE           60 drivers/rtc/rtc-sa1100.c 	if (rtsr & (RTSR_ALE | RTSR_HZE)) {
RTSR_HZE           79 drivers/rtc/rtc-sa1100.c 	writel_relaxed(rtsr & (RTSR_ALE | RTSR_HZE), info->rtsr);
RTSR_HZE          152 drivers/rtc/rtc-sa1100.c 		(RTSR_HZE | RTSR_ALE | RTSR_AL), info->rtsr);