Searched refs:RTC_UIE (Results 1 – 6 of 6) sorted by relevance
36 #define RTC_UIE 0x10 /* update-finished interrupt enable */ macro
22 #define RTC_UIE 0x10 /* update-finished interrupt enable */ macro
184 # define RTC_UIE 0x10 macro
25 #define RTC_UIE 0x10 /* update-finished interrupt enable */ macro
1133 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()
237 x &= ~(RTC_AIE | RTC_UIE); in common_init_rtc()