Lines Matching defs:hpet_rtc_flags
1220 static unsigned long hpet_rtc_flags;
1265 hpet_rtc_flags = 0;
1292 if (!(hpet_rtc_flags & RTC_PIE) || hpet_pie_limit)
1332 hpet_rtc_flags &= ~bit_mask;
1333 if (unlikely(!hpet_rtc_flags))
1342 unsigned long oldbits = hpet_rtc_flags;
1347 hpet_rtc_flags |= bit_mask;
1406 if (unlikely(!hpet_rtc_flags))
1409 if (!(hpet_rtc_flags & RTC_PIE) || hpet_pie_limit)
1425 if (hpet_rtc_flags & RTC_PIE)
1440 if (hpet_rtc_flags & (RTC_UIE | RTC_AIE)) {
1447 if (hpet_rtc_flags & RTC_UIE &&
1454 if (hpet_rtc_flags & RTC_PIE && ++hpet_pie_count >= hpet_pie_limit) {
1459 if (hpet_rtc_flags & RTC_AIE &&