Searched refs:S_TO_NS (Results 1 – 2 of 2) sorted by relevance
36 #define S_TO_NS 1000000000ULL /* 1s = 10^9 ns */ macro646 h->stime_freq = S_TO_NS; in hpet_set()648 h->hpet_to_ns_scale = ((S_TO_NS * STIME_PER_HPET_TICK) << 10) / h->stime_freq; in hpet_set()
58 #define S_TO_NS 1000000000ULL /* 1s = 10^9 ns */ macro279 idx, delta, period, (uint64_t)(S_TO_NS / period), in create_periodic_time()280 (int)((S_TO_NS / (period / 100ULL)) % 100), irq); in create_periodic_time()
Completed in 6 milliseconds