Searched refs:RTC_UIE (Results 1 – 7 of 7) sorted by relevance
97 # define RTC_UIE 0x10 /* update-finished interrupt enable */ macro
185 # define RTC_UIE 0x10 macro
1347 if ((bit_mask & RTC_UIE) && !(oldbits & RTC_UIE)) in hpet_set_rtc_irq_bit()1438 if (hpet_rtc_flags & (RTC_UIE | RTC_AIE)) in hpet_rtc_interrupt()1441 if (hpet_rtc_flags & RTC_UIE && in hpet_rtc_interrupt()
232 x &= ~(RTC_AIE | RTC_UIE); in common_init_rtc()
337 YN(RTC_UIE), in hp_sdc_rtc_proc_show()
547 (rtc_control & RTC_UIE) ? "yes" : "no", in cmos_procfs()818 cmos_irq_disable(&cmos_rtc, RTC_PIE | RTC_AIE | RTC_UIE); in cmos_do_probe()982 if (tmp & (RTC_PIE|RTC_AIE|RTC_UIE)) { in cmos_suspend()
139 Provides an emulation for RTC_UIE if the underlying rtc chip140 driver does not expose RTC_UIE ioctls. Those requests generate
Completed in 18 milliseconds