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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dhpet.c984 static unsigned long hpet_rtc_flags; variable
1029 hpet_rtc_flags = 0;
1055 if (!(hpet_rtc_flags & RTC_PIE) || hpet_pie_limit)
1087 hpet_rtc_flags &= ~bit_mask;
1094 unsigned long oldbits = hpet_rtc_flags;
1099 hpet_rtc_flags |= bit_mask;
1156 if (unlikely(!hpet_rtc_flags)) {
1163 if (!(hpet_rtc_flags & RTC_PIE) || hpet_pie_limit)
1179 if (hpet_rtc_flags & RTC_PIE)
1195 if (hpet_rtc_flags
[all...]

Completed in 64 milliseconds