Home
last modified time | relevance | path

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

/linux/drivers/rtc/
A Drtc-cmos.c473 cmos_irq_disable(cmos, RTC_AIE); in cmos_set_alarm()
497 cmos_irq_enable(cmos, RTC_AIE); in cmos_set_alarm()
514 cmos_irq_enable(cmos, RTC_AIE); in cmos_alarm_irq_enable()
669 if (irqstat & RTC_AIE) { in cmos_interrupt()
671 rtc_control &= ~RTC_AIE; in cmos_interrupt()
945 if (rtc_control & RTC_AIE) in cmos_aie_poweroff()
1109 tmp &= ~RTC_AIE; in cmos_resume()
1111 } while (mask & RTC_AIE); in cmos_resume()
1113 if (tmp & RTC_AIE) in cmos_resume()
1160 if (rtc_control & RTC_AIE) { in rtc_handler()
[all …]
/linux/include/linux/
A Dmc146818rtc.h96 # define RTC_AIE 0x20 /* alarm interrupt enable */ macro
/linux/arch/sh/include/asm/
A Dsmc37c93x.h184 # define RTC_AIE 0x20 macro
/linux/arch/alpha/kernel/
A Dtime.c232 x &= ~(RTC_AIE | RTC_UIE); in common_init_rtc()
/linux/drivers/input/misc/
A Dhp_sdc_rtc.c336 YN(RTC_AIE), in hp_sdc_rtc_proc_show()
/linux/arch/x86/kernel/
A Dhpet.c1438 if (hpet_rtc_flags & (RTC_UIE | RTC_AIE)) in hpet_rtc_interrupt()
1453 if (hpet_rtc_flags & RTC_AIE && in hpet_rtc_interrupt()

Completed in 13 milliseconds