Searched refs:TYPE_PCIE_BUS (Results 1 – 17 of 17) sorted by relevance
/openbmc/qemu/hw/pci-host/ |
H A D | remote.c | 46 0, TYPE_PCIE_BUS); in remote_pcihost_realize()
|
H A D | gpex.c | 138 &s->io_ioport, 0, 4, TYPE_PCIE_BUS); in gpex_host_realize()
|
H A D | designware.c | 416 pci_bridge_initfn(dev, TYPE_PCIE_BUS); in designware_pcie_root_realize() 703 TYPE_PCIE_BUS); in designware_pcie_host_realize()
|
H A D | xilinx-pcie.c | 138 &s->io, 0, 4, TYPE_PCIE_BUS); in xilinx_pcie_host_realize()
|
H A D | aspeed_pcie.c | 206 &s->io, 0, 4, TYPE_PCIE_BUS); in aspeed_pcie_rc_realize()
|
H A D | q35.c | 68 0, TYPE_PCIE_BUS); in q35_host_realize()
|
H A D | pnv_phb3.c | 1176 .parent = TYPE_PCIE_BUS,
|
H A D | pnv_phb4.c | 1788 .parent = TYPE_PCIE_BUS,
|
/openbmc/qemu/hw/pci-bridge/ |
H A D | xio3130_upstream.c | 62 pci_bridge_initfn(d, TYPE_PCIE_BUS); in xio3130_upstream_realize()
|
H A D | xio3130_downstream.c | 72 pci_bridge_initfn(d, TYPE_PCIE_BUS); in xio3130_downstream_realize()
|
H A D | pcie_root_port.c | 74 pci_bridge_initfn(d, TYPE_PCIE_BUS); in rp_realize()
|
H A D | cxl_downstream.c | 147 pci_bridge_initfn(d, TYPE_PCIE_BUS); in cxl_dsp_realize()
|
H A D | cxl_upstream.c | 302 pci_bridge_initfn(d, TYPE_PCIE_BUS); in cxl_usp_realize()
|
H A D | pci_expander_bridge.c | 117 .parent = TYPE_PCIE_BUS,
|
/openbmc/qemu/include/hw/pci/ |
H A D | pci.h | 275 #define TYPE_PCIE_BUS "PCIE" macro
|
/openbmc/qemu/hw/pci/ |
H A D | pci.c | 268 .name = TYPE_PCIE_BUS, 275 .parent = TYPE_PCIE_BUS, 547 return object_dynamic_cast(OBJECT(bus), TYPE_PCIE_BUS); in pci_bus_is_express()
|
/openbmc/qemu/hw/ppc/ |
H A D | ppc440_uc.c | 1019 &s->iomem, 0, 4, TYPE_PCIE_BUS); in ppc460ex_pcie_realize()
|