Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dhpet.h63 #define HPET_MIN_PERIOD 100000UL macro
/linux-3.4.99/arch/x86/kernel/
Dhpet.c832 if (hpet_period < HPET_MIN_PERIOD || hpet_period > HPET_MAX_PERIOD) in hpet_enable()