Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pci/controller/dwc/
Dpci-layerscape-ep.c134 pci->dbi_base = devm_pci_remap_cfg_resource(dev, dbi_base); in ls_pcie_ep_probe()
Dpcie-al.c69 al_pcie->dbi_base = devm_pci_remap_cfg_resource(dev, res); in al_pcie_init()
410 pci->dbi_base = devm_pci_remap_cfg_resource(dev, dbi_res); in al_pcie_probe()
Dpcie-spear13xx.c274 pci->dbi_base = devm_pci_remap_cfg_resource(dev, dbi_base); in spear13xx_pcie_probe()
Dpci-layerscape.c317 pci->dbi_base = devm_pci_remap_cfg_resource(dev, dbi_base); in ls_pcie_probe()
Dpcie-armada8k.c318 pci->dbi_base = devm_pci_remap_cfg_resource(dev, base); in armada8k_pcie_probe()
Dpcie-hisi.c293 pci->dbi_base = devm_pci_remap_cfg_resource(dev, reg); in hisi_pcie_probe()
Dpcie-uniphier.c419 priv->pci.dbi_base = devm_pci_remap_cfg_resource(dev, res); in uniphier_pcie_probe()
Dpci-keystone.c874 pp->va_cfg0_base = devm_pci_remap_cfg_resource(dev, res); in ks_pcie_add_pcie_port()
1236 base = devm_pci_remap_cfg_resource(dev, res); in ks_pcie_probe()
Dpcie-qcom.c1220 pci->dbi_base = devm_pci_remap_cfg_resource(dev, res); in qcom_pcie_probe()
/Linux-v5.4/drivers/pci/controller/
Dpci-versatile.c140 versatile_cfg_base[1] = devm_pci_remap_cfg_resource(dev, res); in versatile_pci_probe()
Dpcie-mobiveil.c430 pcie->config_axi_slave_base = devm_pci_remap_cfg_resource(dev, res); in mobiveil_pcie_parse_dt()
438 pcie->csr_axi_slave_base = devm_pci_remap_cfg_resource(dev, res); in mobiveil_pcie_parse_dt()
445 pcie->apb_csr_base = devm_pci_remap_cfg_resource(dev, res); in mobiveil_pcie_parse_dt()
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-cadence-host.c278 rc->cfg_base = devm_pci_remap_cfg_resource(dev, res); in cdns_pcie_host_probe()
Dpcie-rockchip.c37 rockchip->reg_base = devm_pci_remap_cfg_resource(dev, regs); in rockchip_pcie_parse_dt()
Dpcie-xilinx.c593 port->reg_base = devm_pci_remap_cfg_resource(dev, &regs); in xilinx_pcie_parse_dt()
Dpcie-xilinx-nwl.c793 pcie->ecam_base = devm_pci_remap_cfg_resource(dev, res); in nwl_pcie_parse_dt()
Dpci-tegra.c2294 rp->base = devm_pci_remap_cfg_resource(dev, &rp->regs); in tegra_pcie_parse_dt()
/Linux-v5.4/Documentation/driver-api/driver-model/
Ddevres.rst376 devm_pci_remap_cfg_resource() : ioremap PCI configuration space resource
/Linux-v5.4/drivers/pci/
Dpci.c4069 void __iomem *devm_pci_remap_cfg_resource(struct device *dev, in devm_pci_remap_cfg_resource() function
4100 EXPORT_SYMBOL(devm_pci_remap_cfg_resource);
/Linux-v5.4/include/linux/
Dpci.h1335 void __iomem *devm_pci_remap_cfg_resource(struct device *dev,