Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dnrf51_timer.c123 s->timer_start_ns = now; in timer_expire()
124 s->update_counter_ns = s->timer_start_ns; in timer_expire()
212 s->timer_start_ns = now - ticks_to_ns(s, s->counter); in nrf51_timer_write()
213 s->update_counter_ns = s->timer_start_ns; in nrf51_timer_write()
232 s->timer_start_ns = now; in nrf51_timer_write()
233 s->update_counter_ns = s->timer_start_ns; in nrf51_timer_write()
335 s->timer_start_ns = 0x00; in nrf51_timer_reset()
366 VMSTATE_INT64(timer_start_ns, NRF51TimerState),
/openbmc/qemu/include/hw/timer/
H A Dnrf51_timer.h65 int64_t timer_start_ns; member