Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/kernel/
Dcevt-ds1287.c69 val &= ~RTC_PIE; in ds1287_shutdown()
83 val |= RTC_PIE; in ds1287_set_periodic()
/linux-4.4.14/drivers/char/
Drtc.c436 mask_rtc_irq_bit_locked(RTC_PIE); in rtc_do_ioctl()
464 set_rtc_irq_bit_locked(RTC_PIE); in rtc_do_ioctl()
767 if (!hpet_mask_rtc_irq_bit(RTC_PIE | RTC_AIE | RTC_UIE)) { in rtc_release()
769 tmp &= ~RTC_PIE; in rtc_release()
856 if (!hpet_mask_rtc_irq_bit(RTC_PIE | RTC_AIE | RTC_UIE)) { in rtc_unregister()
858 tmp &= ~RTC_PIE; in rtc_unregister()
1279 YN(RTC_PIE), in rtc_proc_show()
Dgenrtc.c377 gen_clear_rtc_irq_bit(RTC_PIE|RTC_AIE|RTC_UIE); in gen_rtc_release()
439 (flags & RTC_PIE) ? "yes" : "no", in gen_rtc_proc_show()
/linux-4.4.14/arch/powerpc/include/asm/
Drtc.h34 #define RTC_PIE 0x40 /* periodic interrupt enable */ macro
/linux-4.4.14/arch/m68k/include/asm/
Drtc.h20 #define RTC_PIE 0x40 /* periodic interrupt enable */ macro
/linux-4.4.14/include/linux/
Dmc146818rtc.h92 # define RTC_PIE 0x40 /* periodic interrupt enable */ macro
/linux-4.4.14/arch/alpha/kernel/
Dtime.c228 if (!(x & RTC_PIE)) { in common_init_rtc()
230 x |= RTC_PIE; in common_init_rtc()
/linux-4.4.14/drivers/rtc/
Drtc-mrst.c285 (rtc_control & RTC_PIE) ? "on" : "off", in mrst_procfs()
362 mrst_irq_disable(&mrst_rtc, RTC_PIE | RTC_AIE); in vrtc_mrst_do_probe()
427 if (tmp & (RTC_PIE | RTC_AIE)) { in mrst_suspend()
Drtc-cmos.c428 (rtc_control & RTC_PIE) ? "yes" : "no", in cmos_procfs()
698 cmos_irq_disable(&cmos_rtc, RTC_PIE | RTC_AIE | RTC_UIE); in cmos_do_probe()
860 if (tmp & (RTC_PIE|RTC_AIE|RTC_UIE)) { in cmos_suspend()
/linux-4.4.14/arch/parisc/include/asm/
Drtc.h23 #define RTC_PIE 0x40 /* periodic interrupt enable */ macro
/linux-4.4.14/arch/sh/include/asm/
Dsmc37c93x.h182 # define RTC_PIE 0x40 macro
/linux-4.4.14/arch/x86/kernel/
Dhpet.c1100 if (!(hpet_rtc_flags & RTC_PIE) || hpet_pie_limit) in hpet_rtc_timer_init()
1214 if (!(hpet_rtc_flags & RTC_PIE) || hpet_pie_limit) in hpet_rtc_timer_reinit()
1230 if (hpet_rtc_flags & RTC_PIE) in hpet_rtc_timer_reinit()
1256 if (hpet_rtc_flags & RTC_PIE && in hpet_rtc_interrupt()
/linux-4.4.14/include/asm-generic/
Drtc.h23 #define RTC_PIE 0x40 /* periodic interrupt enable */ macro
/linux-4.4.14/drivers/input/misc/
Dhp_sdc_rtc.c503 YN(RTC_PIE), in hp_sdc_rtc_proc_show()
/linux-4.4.14/arch/x86/kernel/apic/
Dio_apic.c1996 CMOS_WRITE(save_control | RTC_PIE, RTC_CONTROL); in unlock_ExtINT_logic()