Searched refs:RTC_PIE (Results 1 – 7 of 7) sorted by relevance
56 val &= ~RTC_PIE; in ds1287_shutdown()70 val |= RTC_PIE; in ds1287_set_periodic()
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
1282 if (!(hpet_rtc_flags & RTC_PIE) || hpet_pie_limit) in hpet_rtc_timer_init()1393 if (!(hpet_rtc_flags & RTC_PIE) || hpet_pie_limit) in hpet_rtc_timer_reinit()1409 if (hpet_rtc_flags & RTC_PIE) in hpet_rtc_timer_reinit()1438 if (hpet_rtc_flags & RTC_PIE && ++hpet_pie_count >= hpet_pie_limit) { in hpet_rtc_interrupt()
338 YN(RTC_PIE), in hp_sdc_rtc_proc_show()
602 (rtc_control & RTC_PIE) ? "yes" : "no", in cmos_procfs()1056 cmos_irq_disable(&cmos_rtc, RTC_PIE | RTC_AIE | RTC_UIE); in cmos_do_probe()1230 if (tmp & (RTC_PIE|RTC_AIE|RTC_UIE)) { in cmos_suspend()