Searched refs:RTC_UIE (Results 1 – 5 of 5) sorted by relevance
99 # define RTC_UIE 0x10 /* update-finished interrupt enable */ macro
185 # define RTC_UIE 0x10 macro
232 x &= ~(RTC_AIE | RTC_UIE); in common_init_rtc()
337 YN(RTC_UIE), in hp_sdc_rtc_proc_show()
609 (rtc_control & RTC_UIE) ? "yes" : "no", in cmos_procfs()1068 cmos_irq_disable(&cmos_rtc, RTC_PIE | RTC_AIE | RTC_UIE); in cmos_do_probe()1247 if (tmp & (RTC_PIE|RTC_AIE|RTC_UIE)) { in cmos_suspend()