Home
last modified time | relevance | path

Searched refs:is_hpet_enabled (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/arch/x86/kernel/
Dhpet.c129 int is_hpet_enabled(void) in is_hpet_enabled() function
133 EXPORT_SYMBOL_GPL(is_hpet_enabled);
985 if (!is_hpet_enabled()) in hpet_register_irq_handler()
1002 if (!is_hpet_enabled()) in hpet_unregister_irq_handler()
1021 if (!is_hpet_enabled()) in hpet_rtc_timer_init()
1069 if (!is_hpet_enabled()) in hpet_mask_rtc_irq_bit()
1084 if (!is_hpet_enabled()) in hpet_set_rtc_irq_bit()
1102 if (!is_hpet_enabled()) in hpet_set_alarm_time()
1117 if (!is_hpet_enabled()) in hpet_set_periodic_freq()
1135 return is_hpet_enabled(); in hpet_rtc_dropped_irq()
Di8253.c36 if (num_possible_cpus() > 1 || is_hpet_enabled() || in init_pit_clocksource()
Dtsc.c407 int hpet = is_hpet_enabled(), i, loopmin; in native_calibrate_tsc()
887 hpet = is_hpet_enabled(); in tsc_refine_calibration_work()
/linux-3.4.99/arch/x86/include/asm/
Dhpet.h71 extern int is_hpet_enabled(void);
114 static inline int is_hpet_enabled(void) { return 0; } in is_hpet_enabled() function
/linux-3.4.99/drivers/rtc/
Drtc-cmos.c98 static inline int is_hpet_enabled(void) in is_hpet_enabled() function
289 if (is_hpet_enabled()) in cmos_checkintr()
473 is_hpet_enabled() ? "yes" : "no", in cmos_procfs()
605 if (is_hpet_enabled()) in cmos_interrupt()
751 if (is_hpet_enabled()) { in cmos_do_probe()
790 is_hpet_enabled() ? ", hpet irqs" : ""); in cmos_do_probe()
913 if (!is_hpet_enabled() || !is_intr(mask)) in cmos_resume()
/linux-3.4.99/drivers/char/
Drtc.c109 #define is_hpet_enabled() 0 macro
251 if (is_hpet_enabled()) { in rtc_interrupt()
1029 if (is_hpet_enabled()) { in rtc_init()