Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmc146818rtc.h99 # define RTC_UIE 0x10 /* update-finished interrupt enable */ macro
/linux/arch/sh/include/asm/
H A Dsmc37c93x.h185 # define RTC_UIE 0x10 macro
/linux/arch/alpha/kernel/
H A Dtime.c232 x &= ~(RTC_AIE | RTC_UIE); in common_init_rtc()
/linux/drivers/input/misc/
H A Dhp_sdc_rtc.c337 YN(RTC_UIE), in hp_sdc_rtc_proc_show()
/linux/drivers/rtc/
H A Drtc-cmos.c609 (rtc_control & RTC_UIE) ? "yes" : "no", in cmos_procfs()
1067 cmos_irq_disable(&cmos_rtc, RTC_PIE | RTC_AIE | RTC_UIE); in cmos_do_probe()
1241 if (tmp & (RTC_PIE|RTC_AIE|RTC_UIE)) { in cmos_suspend()
H A DKconfig139 Provides an emulation for RTC_UIE if the underlying rtc chip
140 driver does not expose RTC_UIE ioctls. Those requests generate