Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci-bridge/
H A Dpci_expander_bridge.c144 const PCIBus *pxb_bus; in pxb_host_ofw_unit_address() local
152 pxb_bus = pxb_host->bus; in pxb_host_ofw_unit_address()
153 pxb_dev = PXB_DEV(pxb_bus->parent_dev); in pxb_host_ofw_unit_address()
253 static void pxb_register_bus(PCIDevice *dev, PCIBus *pxb_bus, Error **errp) in pxb_register_bus() argument
256 int pxb_bus_num = pci_bus_num(pxb_bus); in pxb_register_bus()
269 QLIST_INSERT_HEAD(&pci_get_bus(dev)->child, pxb_bus, sibling); in pxb_register_bus()