Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dhpet.c112 static uint32_t timer_is_periodic(HPETTimer *t) in timer_is_periodic() function
356 if (timer_is_periodic(t) && ns - t->last < 1000) { in hpet_arm()
373 if (timer_is_periodic(t) && period != 0) { in hpet_timer()
401 if (!timer_is_periodic(t) && t->cmp64 > hpet_next_wrap(cur_tick)) { in hpet_set_timer()
533 if (!timer_is_periodic(timer) in hpet_ram_write()
537 if (timer_is_periodic(timer)) { in hpet_ram_write()