Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dhpet.c179 static uint64_t hpet_next_wrap(uint64_t cur_tick) in hpet_next_wrap() function
417 if (!timer_is_periodic(t) && t->cmp64 > hpet_next_wrap(cur_tick)) { in hpet_set_timer()
419 hpet_arm(t, hpet_next_wrap(cur_tick)); in hpet_set_timer()