Home
last modified time | relevance | path

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

/arch/sh/include/asm/
Dsmc37c93x.h185 # define RTC_UIE 0x10 macro
/arch/x86/kernel/
Dhpet.c1237 if ((bit_mask & RTC_UIE) && !(oldbits & RTC_UIE)) in hpet_set_rtc_irq_bit()
1328 if (hpet_rtc_flags & (RTC_UIE | RTC_AIE)) in hpet_rtc_interrupt()
1331 if (hpet_rtc_flags & RTC_UIE && in hpet_rtc_interrupt()
/arch/alpha/kernel/
Dtime.c232 x &= ~(RTC_AIE | RTC_UIE); in common_init_rtc()