Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dstm32f2xx_timer.c119 s->tim_or = 0; in stm32f2xx_timer_reset()
170 return s->tim_or; in stm32f2xx_timer_read()
252 s->tim_or = value; in stm32f2xx_timer_write()
296 VMSTATE_UINT32(tim_or, STM32F2XXTimerState),
/openbmc/qemu/include/hw/timer/
H A Dstm32f2xx_timer.h99 uint32_t tim_or; member