Home
last modified time | relevance | path

Searched refs:hpet_set_periodic_freq (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dhpet.h86 extern int hpet_set_periodic_freq(unsigned long freq);
/openbmc/linux/arch/x86/kernel/
H A Dhpet.c1372 int hpet_set_periodic_freq(unsigned long freq) in hpet_set_periodic_freq() function
1393 EXPORT_SYMBOL_GPL(hpet_set_periodic_freq);
/openbmc/linux/drivers/rtc/
H A Drtc-cmos.c149 static inline int hpet_set_periodic_freq(unsigned long freq) in hpet_set_periodic_freq() function
1056 hpet_set_periodic_freq(cmos_rtc.rtc->irq_freq); in cmos_do_probe()