Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/io/
H A Dvatpit.c74 #define TIMER_DIV(freq, hz) (((freq) + (hz) / 2) / (hz)) macro
231 c->initial = TIMER_DIV(PIT_8254_FREQ, 100); in pit_update_counter()