Home
last modified time | relevance | path

Searched refs:FSICFAMState (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/fsi/
H A Dcfam.h16 #define FSI_CFAM(obj) OBJECT_CHECK(FSICFAMState, (obj), TYPE_FSI_CFAM)
21 typedef struct FSICFAMState { struct
32 } FSICFAMState; argument
H A Dfsi-master.h28 FSICFAMState cfam;
/openbmc/qemu/hw/fsi/
H A Dcfam.c66 FSICFAMState *cfam = FSI_CFAM(opaque); in fsi_cfam_config_write()
114 FSICFAMState *s = FSI_CFAM(obj); in fsi_cfam_instance_init()
122 FSICFAMState *cfam = FSI_CFAM(dev); in fsi_cfam_realize()
159 .instance_size = sizeof(FSICFAMState),