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

/linux-master/include/linux/
H A Dmc146818rtc.h99 # define RTC_UIE 0x10 /* update-finished interrupt enable */ macro
/linux-master/arch/sh/include/asm/
H A Dsmc37c93x.h185 # define RTC_UIE 0x10 macro
/linux-master/arch/alpha/kernel/
H A Dtime.c235 x &= ~(RTC_AIE | RTC_UIE);
/linux-master/drivers/input/misc/
H A Dhp_sdc_rtc.c337 YN(RTC_UIE),
/linux-master/arch/x86/kernel/
H A Dhpet.c1349 if ((bit_mask & RTC_UIE) && !(oldbits & RTC_UIE))
1440 if (hpet_rtc_flags & (RTC_UIE | RTC_AIE)) {
1447 if (hpet_rtc_flags & RTC_UIE &&
/linux-master/drivers/rtc/
H A Drtc-cmos.c608 (rtc_control & RTC_UIE) ? "yes" : "no",
1064 cmos_irq_disable(&cmos_rtc, RTC_PIE | RTC_AIE | RTC_UIE);
1238 if (tmp & (RTC_PIE|RTC_AIE|RTC_UIE)) {

Completed in 410 milliseconds