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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/
H A Dhpet.c340 static unsigned long hpet_rtc_flags; variable
370 if (!(hpet_rtc_flags & RTC_PIE) || hpet_pie_limit)
401 hpet_rtc_flags &= ~bit_mask;
407 unsigned long oldbits = hpet_rtc_flags;
412 hpet_rtc_flags |= bit_mask;
461 if (unlikely(!hpet_rtc_flags)) {
468 if (!(hpet_rtc_flags & RTC_PIE) || hpet_pie_limit)
484 if (hpet_rtc_flags & RTC_PIE)
499 if (hpet_rtc_flags & (RTC_UIE | RTC_AIE))
502 if (hpet_rtc_flags
[all...]

Completed in 36 milliseconds