Searched refs:pci_is_root_bus (Results 1 – 25 of 53) sorted by relevance
123
37 while (!pci_is_root_bus(pbus)) in acpi_find_root_bridge_handle()47 if (pci_is_root_bus(pbus)) in acpi_pci_get_bridge_handle()
135 if (!pci_is_root_bus(bus)) in pci_stop_root_bus()153 if (!pci_is_root_bus(bus)) in pci_remove_root_bus()
60 for (bus = pdev->bus; !pci_is_root_bus(bus); bus = bus->parent) { in pci_for_each_dma_alias()
123 pci_is_root_bus(dev->bus)) in pci_vc_enable()
520 if (pci_is_root_bus(child)) /* It's a host bus, nothing to read */ in pci_read_bridge_bases()872 for (b = bus, d = NULL; !d && !pci_is_root_bus(b); b = b->parent) { in pci_set_bus_msi_domain()3100 if (!pci_is_root_bus(b)) in pci_bus_insert_busn_res()3112 res, pci_is_root_bus(b) ? "domain " : "", in pci_bus_insert_busn_res()
1151 if (!pci_is_root_bus(bus)) in acpi_pci_add_bus()1279 pci_is_root_bus(pci_dev->bus)) in acpi_pci_find_companion()
79 if (pci_is_root_bus(bus) || pci_is_root_bus(bus->parent)) in rockchip_pcie_valid_device()169 if (pci_is_root_bus(bus->parent)) in rockchip_pcie_rd_other_conf()200 if (pci_is_root_bus(bus->parent)) in rockchip_pcie_wr_other_conf()229 if (pci_is_root_bus(bus)) in rockchip_pcie_rd_conf()244 if (pci_is_root_bus(bus)) in rockchip_pcie_wr_conf()
128 if (!pci_is_root_bus(bus)) in xgene_pcie_set_rtdid_reg()146 if (pci_is_root_bus(bus) && ((offset == PCI_BASE_ADDRESS_0) || in xgene_pcie_hide_rc_bars()156 if ((pci_is_root_bus(bus) && devfn != 0) || in xgene_pcie_map_bus()183 if (pci_is_root_bus(bus) && (port->version == XGENE_PCIE_IP_VER_1) && in xgene_pcie_config_read32()
969 if (pci_is_root_bus(bus) && PCI_SLOT(devfn) != 0) in advk_pcie_valid_device()976 if (!pci_is_root_bus(bus) && !advk_pcie_link_up(pcie)) in advk_pcie_valid_device()1025 if (pci_is_root_bus(bus)) in advk_pcie_rd_conf()1044 if (pci_is_root_bus(bus->parent)) in advk_pcie_rd_conf()1112 if (pci_is_root_bus(bus)) in advk_pcie_wr_conf()1125 if (pci_is_root_bus(bus->parent)) in advk_pcie_wr_conf()
75 while (!pci_is_root_bus(bus)) { in loongson_mrrs_quirk()
111 if (!pci_is_root_bus(bus) || PCI_FUNC(devfn)) in rcar_pci_cfg_base()
109 if (pci_is_root_bus(bus)) { in rcar_pcie_config_access()129 if (pci_is_root_bus(bus->parent)) in rcar_pcie_config_access()
158 if (!pci_is_root_bus(bus)) { in xilinx_pcie_valid_device()
48 if (pci_is_root_bus(bus)) { in sh7786_pcie_config_access()
142 if (pci_is_root_bus(dev->bus) && dev->devfn == 0) { in sh7786_pci_fixup()
438 if (!pci_is_root_bus(bus->parent)) in ks_pcie_other_map_bus()463 if (!pci_is_root_bus(bus)) in ks_pcie_v3_65_add_bus()544 if (pci_is_root_bus(bus)) in ks_pcie_quirk()548 while (!pci_is_root_bus(bus)) { in ks_pcie_quirk()
266 if (pci_is_root_bus(bus)) in cdns_ti_pcie_config_read()276 if (pci_is_root_bus(bus)) in cdns_ti_pcie_config_write()
35 if (pci_is_root_bus(bus)) { in cdns_pci_map_bus()
33 if (pci_is_root_bus(bus) && (devfn > 0)) in mobiveil_pcie_valid_device()61 if (pci_is_root_bus(bus)) in mobiveil_pcie_map_bus()
898 if (pci_is_root_bus(dev->bus)) { in pnv_pci_reset_secondary_bus()1089 if (pci_is_root_bus(bus)) in pnv_eeh_reset()1118 if (pci_is_root_bus(bus->parent)) in pnv_eeh_reset()
198 if (!pci_is_root_bus(bus)) in pci_read_config()287 if (!pci_is_root_bus(bus)) in pci_write_config()
880 if (pci_is_root_bus(bridge->pci_bus)) { in acpiphp_enumerate_slots()933 if (pci_is_root_bus(bridge->pci_bus)) { in acpiphp_drop_bridge()
466 if (!pci_is_root_bus(parent->bus)) { in qib_tune_pcie_caps()
42 if (pci_is_root_bus(pbus) || pbus->self) in pci_bus_to_pdn()
62 if (single_vga || !vfio_vga_disabled() || pci_is_root_bus(pdev->bus)) in vfio_pci_set_decode()72 pci_is_root_bus(tmp->bus)) in vfio_pci_set_decode()1827 if (pci_is_root_bus(pdev->bus)) { in vfio_pci_core_register_device()
Completed in 52 milliseconds