Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/kernel/
Dhpet.c1004 static unsigned long hpet_rtc_flags; variable
1049 hpet_rtc_flags = 0; in hpet_unregister_irq_handler()
1075 if (!(hpet_rtc_flags & RTC_PIE) || hpet_pie_limit) in hpet_rtc_timer_init()
1107 hpet_rtc_flags &= ~bit_mask; in hpet_mask_rtc_irq_bit()
1114 unsigned long oldbits = hpet_rtc_flags; in hpet_set_rtc_irq_bit()
1119 hpet_rtc_flags |= bit_mask; in hpet_set_rtc_irq_bit()
1176 if (unlikely(!hpet_rtc_flags)) { in hpet_rtc_timer_reinit()
1183 if (!(hpet_rtc_flags & RTC_PIE) || hpet_pie_limit) in hpet_rtc_timer_reinit()
1199 if (hpet_rtc_flags & RTC_PIE) in hpet_rtc_timer_reinit()
1215 if (hpet_rtc_flags & (RTC_UIE | RTC_AIE)) in hpet_rtc_interrupt()
[all …]