Lines Matching refs:hpet_rtc_flags
1029 static unsigned long hpet_rtc_flags; variable
1074 hpet_rtc_flags = 0; in hpet_unregister_irq_handler()
1100 if (!(hpet_rtc_flags & RTC_PIE) || hpet_pie_limit) in hpet_rtc_timer_init()
1139 hpet_rtc_flags &= ~bit_mask; in hpet_mask_rtc_irq_bit()
1140 if (unlikely(!hpet_rtc_flags)) in hpet_mask_rtc_irq_bit()
1149 unsigned long oldbits = hpet_rtc_flags; in hpet_set_rtc_irq_bit()
1154 hpet_rtc_flags |= bit_mask; in hpet_set_rtc_irq_bit()
1211 if (unlikely(!hpet_rtc_flags)) in hpet_rtc_timer_reinit()
1214 if (!(hpet_rtc_flags & RTC_PIE) || hpet_pie_limit) in hpet_rtc_timer_reinit()
1230 if (hpet_rtc_flags & RTC_PIE) in hpet_rtc_timer_reinit()
1246 if (hpet_rtc_flags & (RTC_UIE | RTC_AIE)) in hpet_rtc_interrupt()
1249 if (hpet_rtc_flags & RTC_UIE && in hpet_rtc_interrupt()
1256 if (hpet_rtc_flags & RTC_PIE && in hpet_rtc_interrupt()
1262 if (hpet_rtc_flags & RTC_AIE && in hpet_rtc_interrupt()