Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/pci/controller/
Dpci-loongson.c204 priv->cfg0_base = devm_pci_remap_cfg_resource(dev, regs); in loongson_pci_probe()
214 priv->cfg1_base = devm_pci_remap_cfg_resource(dev, regs); in loongson_pci_probe()
Dpci-versatile.c88 versatile_cfg_base[1] = devm_pci_remap_cfg_resource(dev, res); in versatile_pci_probe()
Dpci-xgene.c243 port->csr_base = devm_pci_remap_cfg_resource(dev, &csr); in xgene_pcie_ecam_init()
354 port->csr_base = devm_pci_remap_cfg_resource(dev, res); in xgene_pcie_map_reg()
Dpcie-rockchip.c37 rockchip->reg_base = devm_pci_remap_cfg_resource(dev, regs); in rockchip_pcie_parse_dt()
Dpcie-xilinx.c590 port->reg_base = devm_pci_remap_cfg_resource(dev, &regs); in xilinx_pcie_parse_dt()
Dpcie-xilinx-nwl.c785 pcie->ecam_base = devm_pci_remap_cfg_resource(dev, res); in nwl_pcie_parse_dt()
Dpci-tegra.c2162 rp->base = devm_pci_remap_cfg_resource(dev, &rp->regs); in tegra_pcie_parse_dt()
/Linux-v5.10/drivers/pci/controller/mobiveil/
Dpcie-mobiveil-host.c182 rp->config_axi_slave_base = devm_pci_remap_cfg_resource(dev, res); in mobiveil_pcie_parse_dt()
190 pcie->csr_axi_slave_base = devm_pci_remap_cfg_resource(dev, res); in mobiveil_pcie_parse_dt()
509 pcie->apb_csr_base = devm_pci_remap_cfg_resource(dev, res); in mobiveil_pcie_integrated_interrupt_init()
/Linux-v5.10/drivers/pci/controller/dwc/
Dpcie-al.c69 al_pcie->dbi_base = devm_pci_remap_cfg_resource(dev, res); in al_pcie_init()
369 pci->dbi_base = devm_pci_remap_cfg_resource(dev, dbi_res); in al_pcie_probe()
Dpci-layerscape-ep.c187 pci->dbi_base = devm_pci_remap_cfg_resource(dev, dbi_base); in ls_pcie_ep_probe()
Dpcie-spear13xx.c246 pci->dbi_base = devm_pci_remap_cfg_resource(dev, dbi_base); in spear13xx_pcie_probe()
Dpci-layerscape.c318 pci->dbi_base = devm_pci_remap_cfg_resource(dev, dbi_base); in ls_pcie_probe()
Dpcie-armada8k.c316 pci->dbi_base = devm_pci_remap_cfg_resource(dev, base); in armada8k_pcie_probe()
Dpcie-uniphier-ep.c318 priv->pci.dbi_base = devm_pci_remap_cfg_resource(dev, res); in uniphier_pcie_ep_probe()
Dpcie-uniphier.c414 priv->pci.dbi_base = devm_pci_remap_cfg_resource(dev, res); in uniphier_pcie_probe()
Dpci-keystone.c1193 base = devm_pci_remap_cfg_resource(dev, res); in ks_pcie_probe()
Dpcie-qcom.c1411 pci->dbi_base = devm_pci_remap_cfg_resource(dev, res); in qcom_pcie_probe()
/Linux-v5.10/drivers/pci/controller/cadence/
Dpcie-cadence-host.c449 rc->cfg_base = devm_pci_remap_cfg_resource(dev, res); in cdns_pcie_host_setup()
/Linux-v5.10/Documentation/driver-api/driver-model/
Ddevres.rst382 devm_pci_remap_cfg_resource() : ioremap PCI configuration space resource
/Linux-v5.10/drivers/pci/
Dpci.c4176 void __iomem *devm_pci_remap_cfg_resource(struct device *dev, in devm_pci_remap_cfg_resource() function
4207 EXPORT_SYMBOL(devm_pci_remap_cfg_resource);
/Linux-v5.10/include/linux/
Dpci.h1361 void __iomem *devm_pci_remap_cfg_resource(struct device *dev,