Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dhpet.h72 extern int hpet_enable(void);
97 static inline int hpet_enable(void) { return 0; } in hpet_enable() function
/openbmc/linux/arch/x86/kernel/
H A Dtime.c59 if (!hpet_enable()) { in hpet_time_init()
H A Dhpet.c1000 int __init hpet_enable(void) in hpet_enable() function
1139 hpet_enable(); in hpet_late_init()