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

/linux-master/arch/x86/include/asm/
H A Dhpet.h72 extern int hpet_enable(void);
97 static inline int hpet_enable(void) { return 0; } function
/linux-master/arch/x86/kernel/
H A Dtime.c77 if (!hpet_enable()) {
H A Dhpet.c998 * hpet_enable - Try to setup the HPET timer. Returns 1 on success.
1000 int __init hpet_enable(void) function
1139 hpet_enable();

Completed in 164 milliseconds