Home
last modified time | relevance | path

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

/freebsd/sys/dev/acpica/
H A Dacpi_hpet.h64 #define HPET_MIN_CYCLES 128 /* Period considered reliable. */ macro
H A Dacpi_hpet.c246 if ((int32_t)(now - t->next + HPET_MIN_CYCLES) >= 0) { in hpet_start()
807 ((uint64_t)(HPET_MIN_CYCLES * 2) << 32) / sc->freq; in hpet_attach()