Lines Matching refs:hpet_rtc_flags
1117 static unsigned long hpet_rtc_flags; variable
1162 hpet_rtc_flags = 0; in hpet_unregister_irq_handler()
1188 if (!(hpet_rtc_flags & RTC_PIE) || hpet_pie_limit) in hpet_rtc_timer_init()
1227 hpet_rtc_flags &= ~bit_mask; in hpet_mask_rtc_irq_bit()
1228 if (unlikely(!hpet_rtc_flags)) in hpet_mask_rtc_irq_bit()
1237 unsigned long oldbits = hpet_rtc_flags; in hpet_set_rtc_irq_bit()
1242 hpet_rtc_flags |= bit_mask; in hpet_set_rtc_irq_bit()
1299 if (unlikely(!hpet_rtc_flags)) in hpet_rtc_timer_reinit()
1302 if (!(hpet_rtc_flags & RTC_PIE) || hpet_pie_limit) in hpet_rtc_timer_reinit()
1318 if (hpet_rtc_flags & RTC_PIE) in hpet_rtc_timer_reinit()
1334 if (hpet_rtc_flags & (RTC_UIE | RTC_AIE)) in hpet_rtc_interrupt()
1337 if (hpet_rtc_flags & RTC_UIE && in hpet_rtc_interrupt()
1344 if (hpet_rtc_flags & RTC_PIE && in hpet_rtc_interrupt()
1350 if (hpet_rtc_flags & RTC_AIE && in hpet_rtc_interrupt()