Searched refs:hpet_to_ns_scale (Results 1 – 3 of 3) sorted by relevance
60 ~0ULL : (tick) * (h)->hpet_to_ns_scale) >> 10))434 new_val = (MICROSECS(100) << 10) / h->hpet_to_ns_scale; in hpet_write()648 h->hpet_to_ns_scale = ((S_TO_NS * STIME_PER_HPET_TICK) << 10) / h->stime_freq; in hpet_set()649 h->hpet_to_ns_limit = ~0ULL / h->hpet_to_ns_scale; in hpet_set()
93 uint64_t hpet_to_ns_scale; /* hpet ticks to ns (multiplied by 2^10) */ member
184 uint64_t hpet_to_ns_scale; /* hpet ticks to ns (multiplied by 2^10) */ member
Completed in 7 milliseconds