Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/coldfire/
H A Dpci.c30 static struct pci_bus *rootbus; variable
248 rootbus = bridge->bus; in mcf_pci_init()
250 rootbus->resource[0] = &mcf_pci_io; in mcf_pci_init()
251 rootbus->resource[1] = &mcf_pci_mem; in mcf_pci_init()
253 pci_bus_size_bridges(rootbus); in mcf_pci_init()
254 pci_bus_assign_resources(rootbus); in mcf_pci_init()
255 pci_bus_add_devices(rootbus); in mcf_pci_init()
/openbmc/qemu/hw/pci-bridge/
H A Dpci_expander_bridge.c130 PCIBus *rootbus) in pxb_host_root_bus_path() argument
132 PXBBus *bus = pci_bus_is_cxl(rootbus) ? in pxb_host_root_bus_path()
133 PXB_CXL_BUS(rootbus) : in pxb_host_root_bus_path()
134 pci_bus_is_express(rootbus) ? PXB_PCIE_BUS(rootbus) : in pxb_host_root_bus_path()
135 PXB_BUS(rootbus); in pxb_host_root_bus_path()
137 snprintf(bus->bus_path, 8, "0000:%02x", pxb_bus_num(rootbus)); in pxb_host_root_bus_path()
/openbmc/qemu/hw/pci-host/
H A Dremote.c34 PCIBus *rootbus) in remote_pcihost_root_bus_path() argument
H A Dgpex.c145 PCIBus *rootbus) in gpex_host_root_bus_path() argument
H A Dpnv_phb.c177 PCIBus *rootbus) in pnv_phb_root_bus_path() argument
H A Dxilinx-pcie.c144 PCIBus *rootbus) in xilinx_pcie_host_root_bus_path() argument
H A Di440fx.c351 PCIBus *rootbus) in i440fx_pcihost_root_bus_path() argument
H A Ddesignware.c526 designware_pcie_host_root_bus_path(PCIHostState *host_bridge, PCIBus *rootbus) in designware_pcie_host_root_bus_path() argument
H A Daspeed_pcie.c220 PCIBus *rootbus) in aspeed_pcie_rc_root_bus_path() argument
H A Dq35.c74 PCIBus *rootbus) in q35_host_root_bus_path() argument
/openbmc/qemu/hw/pci/
H A Dpci.c494 PCIBus *rootbus = pci_device_root_bus(dev); in pci_root_bus_path() local
495 PCIHostState *host_bridge = PCI_HOST_BRIDGE(rootbus->qbus.parent); in pci_root_bus_path()
498 assert(host_bridge->bus == rootbus); in pci_root_bus_path()
501 return (*hc->root_bus_path)(host_bridge, rootbus); in pci_root_bus_path()
504 return rootbus->qbus.name; in pci_root_bus_path()
509 PCIBus *rootbus = bus; in pci_bus_bypass_iommu() local
513 rootbus = pci_device_root_bus(bus->parent_dev); in pci_bus_bypass_iommu()
516 host_bridge = PCI_HOST_BRIDGE(rootbus->qbus.parent); in pci_bus_bypass_iommu()
518 assert(host_bridge->bus == rootbus); in pci_bus_bypass_iommu()
1886 bool pci_init_nic_in_slot(PCIBus *rootbus, const char *model, in pci_init_nic_in_slot() argument
[all …]
/openbmc/qemu/include/hw/pci/
H A Dpci.h322 bool pci_init_nic_in_slot(PCIBus *rootbus, const char *default_model,
/openbmc/qemu/hw/ppc/
H A Dspapr_pci.c2156 PCIBus *rootbus) in spapr_phb_root_bus_path() argument