Searched refs:HPET_FREQ (Results 1 – 3 of 3) sorted by relevance
35 #define HPET_FREQ (1 << 24) macro36 #define HPET_TARGET_TICKS (HPET_FREQ / 10)
63 hrtime_t time_target = (tick_delta * NANOSEC) / HPET_FREQ; in check_reading()
54 #define HPET_FREQ 16777216 /* 16.7 (2^24) Mhz */ macro113 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()