Home
last modified time | relevance | path

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

/openbmc/qemu/hw/acpi/
H A Dpci-bridge.c22 PCIBridge *br = PCI_BRIDGE(adev); in build_pci_bridge_aml()
H A Dpcihp.c304 PCIBus *sec = pci_bridge_get_sec_bus(PCI_BRIDGE(pdev)); in acpi_pcihp_device_plug_cb()
/openbmc/qemu/hw/cxl/
H A Dcxl-host.c199 d = pci_bridge_get_sec_bus(PCI_BRIDGE(rp))->devices[0]; in cxl_cfmws_find_device()
229 d = pcie_find_port_by_pn(&PCI_BRIDGE(d)->sec_bus, target); in cxl_cfmws_find_device()
234 d = pci_bridge_get_sec_bus(PCI_BRIDGE(d))->devices[0]; in cxl_cfmws_find_device()
H A Dcxl-mailbox-utils.c189 tunnel_target = pcie_find_port_by_pn(&PCI_BRIDGE(usp)->sec_bus, in cmd_tunnel_management_cmd()
195 pci_bridge_get_sec_bus(PCI_BRIDGE(tunnel_target))->devices[0]; in cmd_tunnel_management_cmd()
431 PCIBus *bus = &PCI_BRIDGE(cci->d)->sec_bus; in cmd_identify_switch_device()
516 PCIBus *bus = &PCI_BRIDGE(cci->d)->sec_bus; in cmd_get_physical_port_state()
542 PCIDevice *ds_dev = pci_bridge_get_sec_bus(PCI_BRIDGE(port_dev)) in cmd_get_physical_port_state()
/openbmc/qemu/hw/pci-bridge/
H A Dsimba.c66 pci_bridge_update_mappings(PCI_BRIDGE(br)); in simba_pci_bridge_realize()
H A Dpcie_pci_bridge.c36 PCIBridge *br = PCI_BRIDGE(d); in OBJECT_DECLARE_SIMPLE_TYPE()
H A Dpci_bridge_dev.c58 PCIBridge *br = PCI_BRIDGE(dev); in pci_bridge_dev_realize()
H A Dcxl_upstream.c198 PCIBus *bus = &PCI_BRIDGE(us)->sec_bus; in build_cdat_table()
/openbmc/qemu/hw/pci-host/
H A Dsabre.c361 pci_bridge_update_mappings(PCI_BRIDGE(pci_dev)); in sabre_reset()
395 s->bridgeB = PCI_BRIDGE(pci_dev); in sabre_realize()
400 s->bridgeA = PCI_BRIDGE(pci_dev); in sabre_realize()
H A Ddesignware.c399 PCIBridge *br = PCI_BRIDGE(dev); in designware_pcie_root_realize()
/openbmc/qemu/hw/pci/
H A Dpci_bridge.c255 PCIBridge *s = PCI_BRIDGE(d); in pci_bridge_write_config()
345 PCIBridge *br = PCI_BRIDGE(dev); in pci_bridge_initfn()
399 PCIBridge *s = PCI_BRIDGE(pci_dev); in pci_bridge_exitfn()
H A Dpcie.c429 PCIBus *sec_bus = pci_bridge_get_sec_bus(PCI_BRIDGE(hotplug_dev)); in pcie_cap_update_power()
558 PCIBus *sec_bus = pci_bridge_get_sec_bus(PCI_BRIDGE(dev)); in pcie_cap_slot_do_unplug()
701 qbus_set_hotplug_handler(BUS(pci_bridge_get_sec_bus(PCI_BRIDGE(dev))), in pcie_cap_slot_init()
729 bool populated = pci_bridge_get_sec_bus(PCI_BRIDGE(dev))->devices[0]; in pcie_cap_slot_reset()
778 PCIBus *sec_bus = pci_bridge_get_sec_bus(PCI_BRIDGE(dev)); in pcie_cap_slot_find_child()
1067 PCIBridge *br = PCI_BRIDGE(bridge_dev); in pcie_sync_bridge_lnk()
H A Dpci.c657 pci_bridge_update_mappings(PCI_BRIDGE(s)); in get_pci_config_device()
/openbmc/linux/drivers/edac/
H A Damd8111_edac.c33 PCI_BRIDGE = 0, enumerator
326 [PCI_BRIDGE] = {
554 .driver_data = PCI_BRIDGE,
/openbmc/qemu/include/hw/pci/
H A Dpci_bridge.h55 OBJECT_DECLARE_SIMPLE_TYPE(PCIBridge, PCI_BRIDGE)
/openbmc/qemu/hw/ppc/
H A Dspapr_pci.c1457 PCIBus *sec_bus = pci_bridge_get_sec_bus(PCI_BRIDGE(dev)); in spapr_dt_pci_device()
1605 spapr_pci_bridge_plug(phb, PCI_BRIDGE(plugged_dev)); in spapr_pci_plug()
1662 spapr_pci_bridge_unplug(phb, PCI_BRIDGE(plugged_dev)); in spapr_pci_unplug()
2290 sec_bus = pci_bridge_get_sec_bus(PCI_BRIDGE(pdev)); in spapr_phb_pci_enumerate_bridge()
/openbmc/qemu/hw/s390x/
H A Ds390-pci-bus.c1053 PCIBridge *pb = PCI_BRIDGE(dev); in s390_pcihost_plug()
1263 sec_bus = pci_bridge_get_sec_bus(PCI_BRIDGE(pdev)); in s390_pci_enumerate_bridge()
/openbmc/qemu/hw/mips/
H A Dboston.c773 pdev = pci_create_simple_multifunction(&PCI_BRIDGE(&pcie2->root)->sec_bus, in boston_mach_init()
/openbmc/qemu/hw/i386/
H A Dacpi-build.c2248 PCIBus *sec_bus = pci_bridge_get_sec_bus(PCI_BRIDGE(dev)); in insert_ivhd()