Home
last modified time | relevance | path

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

/linux-6.15/drivers/rtc/
H A Drtc-cmos.c570 cmos_irq_enable(cmos, RTC_AIE); in cmos_alarm_irq_enable()
572 cmos_irq_disable(cmos, RTC_AIE); in cmos_alarm_irq_enable()
722 if (irqstat & RTC_AIE) { in cmos_interrupt()
724 rtc_control &= ~RTC_AIE; in cmos_interrupt()
764 if (rtc_control & RTC_AIE) { in rtc_handler()
880 *rtc_control &= ~RTC_AIE; in cmos_check_acpi_rtc_status()
1193 if (rtc_control & RTC_AIE) in cmos_aie_poweroff()
1234 mask = RTC_IRQMASK & ~RTC_AIE; in cmos_suspend()
1354 tmp &= ~RTC_AIE; in cmos_resume()
1356 } while (mask & RTC_AIE); in cmos_resume()
[all …]
/linux-6.15/include/linux/
H A Dmc146818rtc.h98 # define RTC_AIE 0x20 /* alarm interrupt enable */ macro
/linux-6.15/arch/sh/include/asm/
H A Dsmc37c93x.h184 # define RTC_AIE 0x20 macro
/linux-6.15/arch/alpha/kernel/
H A Dtime.c232 x &= ~(RTC_AIE | RTC_UIE); in common_init_rtc()
/linux-6.15/drivers/input/misc/
H A Dhp_sdc_rtc.c336 YN(RTC_AIE), in hp_sdc_rtc_proc_show()
/linux-6.15/arch/x86/kernel/
H A Dhpet.c1424 if (hpet_rtc_flags & (RTC_UIE | RTC_AIE)) { in hpet_rtc_interrupt()
1443 if (hpet_rtc_flags & RTC_AIE && in hpet_rtc_interrupt()