Lines Matching refs:RTC_AIE
342 t->enabled = !!(p.rtc_control & RTC_AIE);
380 if ((mask & RTC_AIE) && cmos_use_acpi_alarm()) {
398 if ((mask & RTC_AIE) && cmos_use_acpi_alarm()) {
489 cmos_irq_disable(p->cmos, RTC_AIE);
513 cmos_irq_enable(p->cmos, RTC_AIE);
575 cmos_irq_enable(cmos, RTC_AIE);
577 cmos_irq_disable(cmos, RTC_AIE);
736 if (irqstat & RTC_AIE) {
737 cmos_rtc.suspend_ctrl &= ~RTC_AIE;
738 rtc_control &= ~RTC_AIE;
741 hpet_mask_rtc_irq_bit(RTC_AIE);
778 if (rtc_control & RTC_AIE) {
779 cmos_rtc.suspend_ctrl &= ~RTC_AIE;
888 *rtc_control &= ~RTC_AIE;
1053 cmos_irq_disable(&cmos_rtc, RTC_PIE | RTC_AIE | RTC_UIE);
1189 if (rtc_control & RTC_AIE)
1226 if (tmp & (RTC_PIE|RTC_AIE|RTC_UIE)) {
1230 mask = RTC_IRQMASK & ~RTC_AIE;
1241 if ((tmp & RTC_AIE) && !cmos_use_acpi_alarm()) {
1253 (tmp & RTC_AIE) ? ", alarm may wake" : "",
1283 if (!(cmos->suspend_ctrl & RTC_AIE))
1350 tmp &= ~RTC_AIE;
1351 hpet_mask_rtc_irq_bit(RTC_AIE);
1352 } while (mask & RTC_AIE);
1354 if (tmp & RTC_AIE)