Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dsse-counter.c127 return s->ns_then + clock_ticks_to_ns(s->clk, tick); in sse_counter_tick_to_time()
150 ticks = clock_ns_to_ticks(s->clk, now - s->ns_then); in sse_counter_for_timestamp()
185 s->ns_then = now; in sse_write_cntcv()
273 s->ns_then = now; in sse_counter_control_write()
384 s->ns_then = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL); in sse_counter_reset()
403 s->ns_then = now; in sse_clk_callback()
/openbmc/qemu/include/hw/timer/
H A Dsse-counter.h59 uint64_t ns_then; member