Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dmps2-fpgaio.c60 int64_t elapsed = now - s->pscntr_sync_ticks; in resync_counter()
119 s->pscntr_sync_ticks += muldiv64(ticks, NANOSECONDS_PER_SECOND, in resync_counter()
269 s->pscntr_sync_ticks = now; in mps2_fpgaio_reset()
317 VMSTATE_INT64(pscntr_sync_ticks, MPS2FPGAIO),
/openbmc/qemu/include/hw/misc/
H A Dmps2-fpgaio.h50 int64_t pscntr_sync_ticks; member