Searched refs:hpet_rtc_flags (Results 1 – 1 of 1) sorted by relevance
1210 static unsigned long hpet_rtc_flags; variable1255 hpet_rtc_flags = 0; in hpet_unregister_irq_handler()1282 if (!(hpet_rtc_flags & RTC_PIE) || hpet_pie_limit) in hpet_rtc_timer_init()1322 hpet_rtc_flags &= ~bit_mask; in hpet_mask_rtc_irq_bit()1323 if (unlikely(!hpet_rtc_flags)) in hpet_mask_rtc_irq_bit()1332 unsigned long oldbits = hpet_rtc_flags; in hpet_set_rtc_irq_bit()1337 hpet_rtc_flags |= bit_mask; in hpet_set_rtc_irq_bit()1390 if (unlikely(!hpet_rtc_flags)) in hpet_rtc_timer_reinit()1393 if (!(hpet_rtc_flags & RTC_PIE) || hpet_pie_limit) in hpet_rtc_timer_reinit()1409 if (hpet_rtc_flags & RTC_PIE) in hpet_rtc_timer_reinit()[all …]