Home
last modified time | relevance | path

Searched refs:FSILBusDevice (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/hw/fsi/
H A Dlbus.h14 OBJECT_DECLARE_TYPE(FSILBusDevice, FSILBusDeviceClass, FSI_LBUS_DEVICE)
19 typedef struct FSILBusDevice { struct
23 } FSILBusDevice; argument
H A Dcfam.h20 FSILBusDevice parent;
/openbmc/qemu/hw/fsi/
H A Dcfam.c61 FSILBusDevice *dev = FSI_LBUS_DEVICE(ds); in fsi_cfam_config_read()
164 FSILBusDevice *fsi_dev = FSI_LBUS_DEVICE(&cfam->scratchpad); in fsi_cfam_realize()
218 FSILBusDevice *ldev = FSI_LBUS_DEVICE(dev); in fsi_scratchpad_realize()
H A Dlbus.c39 .instance_size = sizeof(FSILBusDevice),