Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kernel/
Dhpet.c31 #define HPET_MIN_CYCLES 128 macro
32 #define HPET_MIN_PROG_DELTA (HPET_MIN_CYCLES + (HPET_MIN_CYCLES >> 1))
404 return res < HPET_MIN_CYCLES ? -ETIME : 0; in hpet_next_event()