Searched refs:OR1KTimerState (Results 1 – 1 of 1) sorted by relevance
30 typedef struct OR1KTimerState { struct34 } OR1KTimerState; typedef36 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()