Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dstm32f2xx_timer.c118 s->tim_dmar = 0; in stm32f2xx_timer_reset()
168 return s->tim_dmar; in stm32f2xx_timer_read()
249 s->tim_dmar = value; in stm32f2xx_timer_write()
295 VMSTATE_UINT32(tim_dmar, STM32F2XXTimerState),
/openbmc/qemu/include/hw/timer/
H A Dstm32f2xx_timer.h98 uint32_t tim_dmar; member