Searched refs:PCIBridgeDev (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/pci-bridge/ |
H A D | pci_bridge_dev.c | 38 OBJECT_DECLARE_SIMPLE_TYPE(PCIBridgeDev, PCI_BRIDGE_DEV) 40 struct PCIBridgeDev { struct 59 PCIBridgeDev *bridge_dev = PCI_BRIDGE_DEV(dev); in pci_bridge_dev_realize() argument 130 PCIBridgeDev *bridge_dev = PCI_BRIDGE_DEV(dev); in pci_bridge_dev_exitfn() 173 DEFINE_PROP_UINT8(PCI_BRIDGE_DEV_PROP_CHASSIS_NR, PCIBridgeDev, chassis_nr, 175 DEFINE_PROP_ON_OFF_AUTO(PCI_BRIDGE_DEV_PROP_MSI, PCIBridgeDev, msi, 177 DEFINE_PROP_BIT(PCI_BRIDGE_DEV_PROP_SHPC, PCIBridgeDev, flags, 179 DEFINE_PROP_UINT32("bus-reserve", PCIBridgeDev, 181 DEFINE_PROP_SIZE("io-reserve", PCIBridgeDev, 183 DEFINE_PROP_SIZE("mem-reserve", PCIBridgeDev, [all …]
|
/openbmc/qemu/docs/ |
H A D | pci_expander_bridge.txt | 52 - PCIBridgeDev(TYPE_PCI_BRIDGE_DEV)
|