Home
last modified time | relevance | path

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

/arch/mips/include/asm/
Dhpet.h58 #define HPET_MAX_PERIOD 100000000UL macro
/arch/x86/include/asm/
Dhpet.h56 #define HPET_MAX_PERIOD 100000000UL macro
/arch/x86/kernel/
Dhpet.c857 if (hpet_period < HPET_MIN_PERIOD || hpet_period > HPET_MAX_PERIOD) in hpet_enable()