Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dibex_timer.c68 if (!(s->timer_ctrl & R_CTRL_ACTIVE_MASK)) { in ibex_timer_update_irqs()
125 s->timer_ctrl = 0x00000000; in ibex_timer_reset()
148 retvalue = s->timer_ctrl; in ibex_timer_read()
195 s->timer_ctrl = val; in ibex_timer_write()
256 VMSTATE_UINT32(timer_ctrl, IbexTimerState),
/openbmc/qemu/include/hw/timer/
H A Dibex_timer.h42 uint32_t timer_ctrl; member