Searched refs:MSSTimerState (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/timer/ |
H A D | mss-timer.c | 87 MSSTimerState *t = opaque; in timer_read() 138 MSSTimerState *t = opaque; in timer_write() 228 MSSTimerState *t = MSS_TIMER(obj); in mss_timer_init() 249 MSSTimerState *t = MSS_TIMER(obj); in mss_timer_finalize() 275 VMSTATE_UINT32(freq_hz, MSSTimerState), 276 VMSTATE_STRUCT_ARRAY(timers, MSSTimerState, NUM_TIMERS, 0, 284 DEFINE_PROP_UINT32("clock-frequency", MSSTimerState, freq_hz, 300 .instance_size = sizeof(MSSTimerState),
|
/openbmc/qemu/include/hw/timer/ |
H A D | mss-timer.h | 33 OBJECT_DECLARE_SIMPLE_TYPE(MSSTimerState, MSS_TIMER) 55 struct MSSTimerState { struct
|
/openbmc/qemu/include/hw/arm/ |
H A D | msf2-soc.h | 64 MSSTimerState timer;
|