Searched refs:RTC_PIE (Results 1 – 5 of 5) sorted by relevance
229 if (!(x & RTC_PIE)) { in common_init_rtc()231 x |= RTC_PIE; in common_init_rtc()
97 # define RTC_PIE 0x40 /* periodic interrupt enable */ macro
183 # define RTC_PIE 0x40 macro
338 YN(RTC_PIE), in hp_sdc_rtc_proc_show()
608 (rtc_control & RTC_PIE) ? "yes" : "no", in cmos_procfs()1068 cmos_irq_disable(&cmos_rtc, RTC_PIE | RTC_AIE | RTC_UIE); in cmos_do_probe()1247 if (tmp & (RTC_PIE|RTC_AIE|RTC_UIE)) { in cmos_suspend()