Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dmps2-fpgaio.c42 static uint32_t counter_from_tickoff(int64_t now, int64_t tick_offset, int frq) in counter_from_tickoff() function
153 r = counter_from_tickoff(now, s->clk1hz_tick_offset, 1); in mps2_fpgaio_read()
157 r = counter_from_tickoff(now, s->clk100hz_tick_offset, 100); in mps2_fpgaio_read()