Home
last modified time | relevance | path

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

/arch/mips/kernel/
Dcevt-ds1287.c56 val &= ~RTC_PIE; in ds1287_shutdown()
70 val |= RTC_PIE; in ds1287_set_periodic()
/arch/alpha/kernel/
Dtime.c229 if (!(x & RTC_PIE)) { in common_init_rtc()
231 x |= RTC_PIE; in common_init_rtc()
/arch/sh/include/asm/
Dsmc37c93x.h183 # define RTC_PIE 0x40 macro
/arch/x86/kernel/
Dhpet.c1290 if (!(hpet_rtc_flags & RTC_PIE) || hpet_pie_limit) in hpet_rtc_timer_init()
1407 if (!(hpet_rtc_flags & RTC_PIE) || hpet_pie_limit) in hpet_rtc_timer_reinit()
1423 if (hpet_rtc_flags & RTC_PIE) in hpet_rtc_timer_reinit()
1452 if (hpet_rtc_flags & RTC_PIE && ++hpet_pie_count >= hpet_pie_limit) { in hpet_rtc_interrupt()
/arch/x86/kernel/apic/
Dio_apic.c2114 CMOS_WRITE(save_control | RTC_PIE, RTC_CONTROL); in unlock_ExtINT_logic()