Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/bhyve-tests/tests/kdev/
H A Dtest_defs.h35 #define HPET_FREQ (1 << 24) macro
36 #define HPET_TARGET_TICKS (HPET_FREQ / 10)
H A Dvhpet_freq.c63 hrtime_t time_target = (tick_delta * NANOSEC) / HPET_FREQ; in check_reading()
/illumos-gate/usr/src/uts/intel/io/vmm/io/
H A Dvhpet.c54 #define HPET_FREQ 16777216 /* 16.7 (2^24) Mhz */ macro
113 cap |= (FS_PER_S / HPET_FREQ) << 32; /* tick period in fs */ in vhpet_capabilities()
159 val += hrt_freq_count(delta, HPET_FREQ); in vhpet_counter()
345 const hrtime_t delta = hrt_freq_interval(HPET_FREQ, in vhpet_start_timer()