Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Drtc.h36 #define RTC_UIE 0x10 /* update-finished interrupt enable */ macro
/arch/m68k/include/asm/
Drtc.h22 #define RTC_UIE 0x10 /* update-finished interrupt enable */ macro
/arch/sh/include/asm/
Dsmc37c93x.h184 # define RTC_UIE 0x10 macro
/arch/parisc/include/asm/
Drtc.h25 #define RTC_UIE 0x10 /* update-finished interrupt enable */ macro
/arch/x86/kernel/
Dhpet.c1133 if ((bit_mask & RTC_UIE) && !(oldbits & RTC_UIE)) in hpet_set_rtc_irq_bit()
1223 if (hpet_rtc_flags & (RTC_UIE | RTC_AIE)) in hpet_rtc_interrupt()
1226 if (hpet_rtc_flags & RTC_UIE && in hpet_rtc_interrupt()
/arch/alpha/kernel/
Dtime.c237 x &= ~(RTC_AIE | RTC_UIE); in common_init_rtc()