Searched refs:IntegratorCMState (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/arm/ |
H A D | integratorcp.c | 33 OBJECT_DECLARE_SIMPLE_TYPE(IntegratorCMState, INTEGRATOR_CM) 35 struct IntegratorCMState { struct 67 VMSTATE_UINT32(cm_osc, IntegratorCMState), argument 68 VMSTATE_UINT32(cm_ctrl, IntegratorCMState), 69 VMSTATE_UINT32(cm_lock, IntegratorCMState), 70 VMSTATE_UINT32(cm_auxosc, IntegratorCMState), 71 VMSTATE_UINT32(cm_sdram, IntegratorCMState), 72 VMSTATE_UINT32(cm_init, IntegratorCMState), 73 VMSTATE_UINT32(cm_flags, IntegratorCMState), 74 VMSTATE_UINT32(cm_nvflags, IntegratorCMState), [all …]
|