Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dstm32f2xx_timer.c54 s->tim_sr |= 1; in stm32f2xx_timer_interrupt()
106 s->tim_sr = 0; in stm32f2xx_timer_reset()
141 return s->tim_sr; in stm32f2xx_timer_read()
204 s->tim_sr &= value; in stm32f2xx_timer_write()
283 VMSTATE_UINT32(tim_sr, STM32F2XXTimerState),
/openbmc/qemu/include/hw/timer/
H A Dstm32f2xx_timer.h86 uint32_t tim_sr; member