Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/char/
Drtc.c454 mask_rtc_irq_bit(RTC_UIE); in rtc_do_ioctl()
459 set_rtc_irq_bit(RTC_UIE); in rtc_do_ioctl()
750 if (!hpet_mask_rtc_irq_bit(RTC_PIE | RTC_AIE | RTC_UIE)) { in rtc_release()
754 tmp &= ~RTC_UIE; in rtc_release()
1167 YN(RTC_UIE), in rtc_proc_show()
/Linux-v5.4/include/linux/
Dmc146818rtc.h97 # define RTC_UIE 0x10 /* update-finished interrupt enable */ macro
/Linux-v5.4/arch/sh/include/asm/
Dsmc37c93x.h185 # define RTC_UIE 0x10 macro
/Linux-v5.4/arch/x86/kernel/
Dhpet.c1156 if ((bit_mask & RTC_UIE) && !(oldbits & RTC_UIE)) in hpet_set_rtc_irq_bit()
1247 if (hpet_rtc_flags & (RTC_UIE | RTC_AIE)) in hpet_rtc_interrupt()
1250 if (hpet_rtc_flags & RTC_UIE && in hpet_rtc_interrupt()
/Linux-v5.4/arch/alpha/kernel/
Dtime.c232 x &= ~(RTC_AIE | RTC_UIE); in common_init_rtc()
/Linux-v5.4/drivers/rtc/
Drtc-cmos.c553 (rtc_control & RTC_UIE) ? "yes" : "no", in cmos_procfs()
822 cmos_irq_disable(&cmos_rtc, RTC_PIE | RTC_AIE | RTC_UIE); in cmos_do_probe()
985 if (tmp & (RTC_PIE|RTC_AIE|RTC_UIE)) { in cmos_suspend()
DKconfig133 Provides an emulation for RTC_UIE if the underlying rtc chip
134 driver does not expose RTC_UIE ioctls. Those requests generate
/Linux-v5.4/drivers/input/misc/
Dhp_sdc_rtc.c500 YN(RTC_UIE), in hp_sdc_rtc_proc_show()