Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Da9gtimer.c98 if (gtb->control & R_CONTROL_AUTO_INCREMENT && gtb->inc) { in a9_gtimer_update()
100 QEMU_ALIGN_UP(update.new - gtb->compare, gtb->inc); in a9_gtimer_update()
113 gtb->status && (gtb->control & R_CONTROL_IRQ_ENABLE)); in a9_gtimer_update()
160 ret = gtb->status; in a9_gtimer_read()
169 ret = gtb->inc; in a9_gtimer_read()
220 gtb->compare = deposit64(gtb->compare, shift, 32, value); in a9_gtimer_write()
223 gtb->inc = value; in a9_gtimer_write()
291 gtb->status = 0; in a9_gtimer_reset()
293 gtb->inc = 0; in a9_gtimer_reset()
318 gtb->parent = s; in a9_gtimer_realize()
[all …]