Searched refs:RTC_UIE (Results 1 – 14 of 14) sorted by relevance
161 gen_rtc_irq_data |= RTC_UIE; in gen_rtc_interrupt()289 gen_clear_rtc_irq_bit(RTC_UIE); in gen_rtc_ioctl()293 return gen_set_rtc_irq_bit(RTC_UIE); in gen_rtc_ioctl()377 gen_clear_rtc_irq_bit(RTC_PIE|RTC_AIE|RTC_UIE); in gen_rtc_release()
471 mask_rtc_irq_bit(RTC_UIE); in rtc_do_ioctl()476 set_rtc_irq_bit(RTC_UIE); in rtc_do_ioctl()767 if (!hpet_mask_rtc_irq_bit(RTC_PIE | RTC_AIE | RTC_UIE)) { in rtc_release()771 tmp &= ~RTC_UIE; in rtc_release()856 if (!hpet_mask_rtc_irq_bit(RTC_PIE | RTC_AIE | RTC_UIE)) { in rtc_unregister()860 tmp &= ~RTC_UIE; in rtc_unregister()1281 YN(RTC_UIE), in rtc_proc_show()
359 for RTC_UIE which is required by some programs and may improve369 Provides an emulation for RTC_UIE which is required by some programs
36 #define RTC_UIE 0x10 /* update-finished interrupt enable */ macro
22 #define RTC_UIE 0x10 /* update-finished interrupt enable */ macro
90 # define RTC_UIE 0x10 /* update-finished interrupt enable */ macro
184 # define RTC_UIE 0x10 macro
25 #define RTC_UIE 0x10 /* update-finished interrupt enable */ macro
1121 if ((bit_mask & RTC_UIE) && !(oldbits & RTC_UIE)) in hpet_set_rtc_irq_bit()1215 if (hpet_rtc_flags & (RTC_UIE | RTC_AIE)) in hpet_rtc_interrupt()1218 if (hpet_rtc_flags & RTC_UIE && in hpet_rtc_interrupt()
424 (rtc_control & RTC_UIE) ? "yes" : "no", in cmos_procfs()685 cmos_irq_disable(&cmos_rtc, RTC_PIE | RTC_AIE | RTC_UIE); in cmos_do_probe()799 if (tmp & (RTC_PIE|RTC_AIE|RTC_UIE)) { in cmos_suspend()810 hpet_mask_rtc_irq_bit(RTC_PIE|RTC_AIE|RTC_UIE); in cmos_suspend()
104 Provides an emulation for RTC_UIE if the underlying rtc chip105 driver does not expose RTC_UIE ioctls. Those requests generate
223 x &= ~(RTC_AIE | RTC_UIE); in common_init_rtc()
495 YN(RTC_UIE), in hp_sdc_rtc_proc_output()