Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dhpet.c57 uint64_t cmp64; /* comparator (extended to counter width) */ member
269 t->cmp64 = hpet_calculate_cmp64(t, s->hpet_counter, t->cmp); in hpet_post_load()
390 while (hpet_time_after(cur_tick, t->cmp64)) { in hpet_timer()
391 t->cmp64 += period; in hpet_timer()
394 t->cmp = (uint32_t)t->cmp64; in hpet_timer()
396 t->cmp = t->cmp64; in hpet_timer()
398 hpet_arm(t, t->cmp64); in hpet_timer()
401 hpet_arm(t, t->cmp64); in hpet_timer()
411 t->cmp64 = hpet_calculate_cmp64(t, cur_tick, t->cmp); in hpet_set_timer()
417 if (!timer_is_periodic(t) && t->cmp64 > hpet_next_wrap(cur_tick)) { in hpet_set_timer()
[all …]