Searched refs:NPCM7xxGCRState (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/misc/ |
H A D | npcm7xx_gcr.c | 90 NPCM7xxGCRState *s = opaque; in npcm7xx_gcr_read() 108 NPCM7xxGCRState *s = opaque; in npcm7xx_gcr_write() 158 NPCM7xxGCRState *s = NPCM7XX_GCR(obj); in npcm7xx_gcr_enter_reset() 171 NPCM7xxGCRState *s = NPCM7XX_GCR(dev); in npcm7xx_gcr_realize() 215 NPCM7xxGCRState *s = NPCM7XX_GCR(obj); in npcm7xx_gcr_init() 227 VMSTATE_UINT32_ARRAY(regs, NPCM7xxGCRState, NPCM7XX_GCR_NR_REGS), 233 DEFINE_PROP_UINT32("disabled-modules", NPCM7xxGCRState, reset_mdlr, 0), 234 DEFINE_PROP_UINT32("power-on-straps", NPCM7xxGCRState, reset_pwron, 0), 256 .instance_size = sizeof(NPCM7xxGCRState),
|
/openbmc/qemu/include/hw/misc/ |
H A D | npcm7xx_gcr.h | 58 struct NPCM7xxGCRState { struct 71 OBJECT_DECLARE_SIMPLE_TYPE(NPCM7xxGCRState, NPCM7XX_GCR) argument
|
/openbmc/qemu/include/hw/arm/ |
H A D | npcm7xx.h | 92 NPCM7xxGCRState gcr;
|