Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/vmm/io/
H A Dvatpit.c81 #define TIMER_DIV(freq, hz) (((freq) + (hz) / 2) / (hz)) macro
247 c->initial = TIMER_DIV(PIT_8254_FREQ, 100); in pit_update_counter()