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
34 } OR1KTimerState; typedef
36 static OR1KTimerState *or1k_timer;
152 VMSTATE_UINT32(ttcr, OR1KTimerState),
153 VMSTATE_UINT32(ttcr_offset, OR1KTimerState),
154 VMSTATE_UINT64(clk_offset, OR1KTimerState),
165 or1k_timer = g_new0(OR1KTimerState, 1); in cpu_openrisc_clock_init()