RTC_PIE
if (!(x & RTC_PIE)) {
x |= RTC_PIE;
val &= ~RTC_PIE;
val |= RTC_PIE;
CMOS_WRITE(save_control | RTC_PIE, RTC_CONTROL);
if (!(hpet_rtc_flags & RTC_PIE) || hpet_pie_limit)
if (!(hpet_rtc_flags & RTC_PIE) || hpet_pie_limit)
if (hpet_rtc_flags & RTC_PIE)
if (hpet_rtc_flags & RTC_PIE && ++hpet_pie_count >= hpet_pie_limit) {
YN(RTC_PIE),
cmos_irq_disable(&cmos_rtc, RTC_PIE | RTC_AIE | RTC_UIE);
if (tmp & (RTC_PIE|RTC_AIE|RTC_UIE)) {
(rtc_control & RTC_PIE) ? "yes" : "no",