Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dibex_timer.c82 s->timer_intr_state |= R_INTR_STATE_IS_0_MASK; in ibex_timer_update_irqs()
112 s->timer_intr_state |= R_INTR_STATE_IS_0_MASK; in ibex_timer_cb()
130 s->timer_intr_state = 0x00000000; in ibex_timer_reset()
169 retvalue = s->timer_intr_state; in ibex_timer_read()
220 s->timer_intr_state &= ~val; in ibex_timer_write()
224 s->timer_intr_state |= R_INTR_STATE_IS_0_MASK; in ibex_timer_write()
261 VMSTATE_UINT32(timer_intr_state, IbexTimerState),
/openbmc/qemu/include/hw/timer/
H A Dibex_timer.h47 uint32_t timer_intr_state; member