Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/fsi/
H A Dlbus.h15 OBJECT_DECLARE_SIMPLE_TYPE(FSILBusDevice, FSI_LBUS_DEVICE)
17 typedef struct FSILBusDevice { struct
21 } FSILBusDevice; argument
38 FSILBusDevice parent;
/openbmc/qemu/hw/fsi/
H A Dlbus.c34 .instance_size = sizeof(FSILBusDevice),
81 FSILBusDevice *ldev = FSI_LBUS_DEVICE(dev); in fsi_scratchpad_realize()
H A Dcfam.c144 FSILBusDevice *fsi_dev = FSI_LBUS_DEVICE(&cfam->scratchpad); in fsi_cfam_realize()