Home
last modified time | relevance | path

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

/linux/arch/alpha/kernel/
H A Dtime.c229 if (!(x & RTC_PIE)) { in common_init_rtc()
231 x |= RTC_PIE; in common_init_rtc()
/linux/include/linux/
H A Dmc146818rtc.h97 # define RTC_PIE 0x40 /* periodic interrupt enable */ macro
/linux/arch/sh/include/asm/
H A Dsmc37c93x.h183 # define RTC_PIE 0x40 macro
/linux/drivers/input/misc/
H A Dhp_sdc_rtc.c338 YN(RTC_PIE), in hp_sdc_rtc_proc_show()
/linux/drivers/rtc/
H A Drtc-cmos.c602 (rtc_control & RTC_PIE) ? "yes" : "no", in cmos_procfs()
1060 cmos_irq_disable(&cmos_rtc, RTC_PIE | RTC_AIE | RTC_UIE); in cmos_do_probe()
1234 if (tmp & (RTC_PIE|RTC_AIE|RTC_UIE)) { in cmos_suspend()
/linux/arch/x86/kernel/apic/
H A Dio_apic.c1984 CMOS_WRITE(save_control | RTC_PIE, RTC_CONTROL); in unlock_ExtINT_logic()