Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dibex_timer.c126 s->timer_cfg0 = 0x00010000; in ibex_timer_reset()
151 retvalue = s->timer_cfg0; in ibex_timer_read()
199 s->timer_cfg0 = val; in ibex_timer_write()
257 VMSTATE_UINT32(timer_cfg0, IbexTimerState),
/openbmc/qemu/include/hw/timer/
H A Dibex_timer.h43 uint32_t timer_cfg0; member