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

/linux-master/drivers/rtc/
H A Drtc-cmos.c342 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);
730 if (irqstat & RTC_AIE) {
731 cmos_rtc.suspend_ctrl &= ~RTC_AIE;
732 rtc_control &= ~RTC_AIE;
[all...]
/linux-master/include/linux/
H A Dmc146818rtc.h98 # define RTC_AIE 0x20 /* alarm interrupt enable */ macro
/linux-master/arch/sh/include/asm/
H A Dsmc37c93x.h184 # define RTC_AIE 0x20 macro
/linux-master/arch/alpha/kernel/
H A Dtime.c235 x &= ~(RTC_AIE | RTC_UIE);
/linux-master/drivers/input/misc/
H A Dhp_sdc_rtc.c336 YN(RTC_AIE),
/linux-master/arch/x86/kernel/
H A Dhpet.c1440 if (hpet_rtc_flags & (RTC_UIE | RTC_AIE)) {
1459 if (hpet_rtc_flags & RTC_AIE &&

Completed in 145 milliseconds