Home
last modified time | relevance | path

Searched refs:RTC_UIE (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/include/linux/
Dmc146818rtc.h97 # define RTC_UIE 0x10 /* update-finished interrupt enable */ macro
/linux-4.19.296/drivers/char/
Drtc.c458 mask_rtc_irq_bit(RTC_UIE); in rtc_do_ioctl()
463 set_rtc_irq_bit(RTC_UIE); in rtc_do_ioctl()
754 if (!hpet_mask_rtc_irq_bit(RTC_PIE | RTC_AIE | RTC_UIE)) { in rtc_release()
758 tmp &= ~RTC_UIE; in rtc_release()
1172 YN(RTC_UIE), in rtc_proc_show()
/linux-4.19.296/drivers/rtc/
Drtc-cmos.c560 (rtc_control & RTC_UIE) ? "yes" : "no", in cmos_procfs()
829 cmos_irq_disable(&cmos_rtc, RTC_PIE | RTC_AIE | RTC_UIE); in cmos_do_probe()
992 if (tmp & (RTC_PIE|RTC_AIE|RTC_UIE)) { in cmos_suspend()
DKconfig132 Provides an emulation for RTC_UIE if the underlying rtc chip
133 driver does not expose RTC_UIE ioctls. Those requests generate