Searched refs:RTC_PIE (Results 1 – 5 of 5) sorted by relevance
57 val &= ~RTC_PIE; in ds1287_shutdown()71 val |= RTC_PIE; in ds1287_set_periodic()
229 if (!(x & RTC_PIE)) { in common_init_rtc()231 x |= RTC_PIE; in common_init_rtc()
183 # define RTC_PIE 0x40 macro
1283 if (!(hpet_rtc_flags & RTC_PIE) || hpet_pie_limit) in hpet_rtc_timer_init()1394 if (!(hpet_rtc_flags & RTC_PIE) || hpet_pie_limit) in hpet_rtc_timer_reinit()1410 if (hpet_rtc_flags & RTC_PIE) in hpet_rtc_timer_reinit()1439 if (hpet_rtc_flags & RTC_PIE && ++hpet_pie_count >= hpet_pie_limit) { in hpet_rtc_interrupt()
1984 CMOS_WRITE(save_control | RTC_PIE, RTC_CONTROL); in unlock_ExtINT_logic()
Completed in 18 milliseconds