Searched refs:RTC_PIE (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/mips/kernel/
H A Dcevt-ds1287.c56 val &= ~RTC_PIE;
70 val |= RTC_PIE;
/linux-master/include/linux/
H A Dmc146818rtc.h97 # define RTC_PIE 0x40 /* periodic interrupt enable */ macro
/linux-master/arch/alpha/kernel/
H A Dtime.c232 if (!(x & RTC_PIE)) {
234 x |= RTC_PIE;
/linux-master/arch/sh/include/asm/
H A Dsmc37c93x.h183 # define RTC_PIE 0x40 macro
/linux-master/drivers/input/misc/
H A Dhp_sdc_rtc.c338 YN(RTC_PIE),
/linux-master/arch/x86/kernel/
H A Dhpet.c1292 if (!(hpet_rtc_flags & RTC_PIE) || hpet_pie_limit)
1409 if (!(hpet_rtc_flags & RTC_PIE) || hpet_pie_limit)
1425 if (hpet_rtc_flags & RTC_PIE)
1454 if (hpet_rtc_flags & RTC_PIE && ++hpet_pie_count >= hpet_pie_limit) {
/linux-master/drivers/rtc/
H A Drtc-cmos.c99 /* The RTC_INTR register may have e.g. RTC_PF set even if RTC_PIE is clear;
607 (rtc_control & RTC_PIE) ? "yes" : "no",
1064 cmos_irq_disable(&cmos_rtc, RTC_PIE | RTC_AIE | RTC_UIE);
1238 if (tmp & (RTC_PIE|RTC_AIE|RTC_UIE)) {
/linux-master/arch/x86/kernel/apic/
H A Dio_apic.c2109 CMOS_WRITE(save_control | RTC_PIE, RTC_CONTROL);

Completed in 317 milliseconds