Home
last modified time | relevance | path

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

/openbmc/qemu/hw/openrisc/
H A Dcputimer.c30 typedef struct OR1KTimerState { struct
33 } OR1KTimerState; argument
35 static OR1KTimerState *or1k_timer;
149 VMSTATE_UINT32(ttcr, OR1KTimerState),
150 VMSTATE_UINT64(last_clk, OR1KTimerState),
161 or1k_timer = g_new0(OR1KTimerState, 1); in cpu_openrisc_clock_init()