Home
last modified time | relevance | path

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

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