Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dstm32f2xx_timer.c69 static inline int64_t stm32f2xx_ns_to_ticks(STM32F2XXTimerState *s, int64_t t) in stm32f2xx_ns_to_ticks() function
85 now_ticks = stm32f2xx_ns_to_ticks(s, now); in stm32f2xx_timer_set_alarm()
121 s->tick_offset = stm32f2xx_ns_to_ticks(s, now); in stm32f2xx_timer_reset()
151 return stm32f2xx_ns_to_ticks(s, qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL)) - in stm32f2xx_timer_read()
223 timer_val = stm32f2xx_ns_to_ticks(s, now) - s->tick_offset; in stm32f2xx_timer_write()
263 s->tick_offset = stm32f2xx_ns_to_ticks(s, now) - timer_val; in stm32f2xx_timer_write()