Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Da9gtimer.c86 int64_t next_cdiff = 0; in a9_gtimer_update() local
107 if (cdiff > 0 && (cdiff < next_cdiff || !next_cdiff)) { in a9_gtimer_update()
108 next_cdiff = cdiff; in a9_gtimer_update()
117 if (next_cdiff) { in a9_gtimer_update()
119 PRIx64 " cycles\n", next_cdiff); in a9_gtimer_update()
120 timer_mod(s->timer, update.now + next_cdiff * a9_gtimer_get_conv(s)); in a9_gtimer_update()