Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/controller/
Dpcie-mobiveil.c315 pcie->config_axi_slave_base = devm_pci_remap_cfg_resource(dev, res); in mobiveil_pcie_parse_dt()
323 pcie->csr_axi_slave_base = devm_pci_remap_cfg_resource(dev, res); in mobiveil_pcie_parse_dt()
330 pcie->apb_csr_base = devm_pci_remap_cfg_resource(dev, res); in mobiveil_pcie_parse_dt()
Dpci-versatile.c140 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-cadence-host.c285 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.c592 port->reg_base = devm_pci_remap_cfg_resource(dev, &regs); in xilinx_pcie_parse_dt()
Dpcie-xilinx-nwl.c804 pcie->ecam_base = devm_pci_remap_cfg_resource(dev, res); in nwl_pcie_parse_dt()
Dpci-tegra.c2028 rp->base = devm_pci_remap_cfg_resource(dev, &rp->regs); in tegra_pcie_parse_dt()
/Linux-v4.19/drivers/pci/controller/dwc/
Dpcie-armada8k.c245 pci->dbi_base = devm_pci_remap_cfg_resource(dev, base); in armada8k_pcie_probe()
Dpcie-spear13xx.c274 pci->dbi_base = devm_pci_remap_cfg_resource(dev, dbi_base); in spear13xx_pcie_probe()
Dpci-layerscape.c316 pci->dbi_base = devm_pci_remap_cfg_resource(dev, dbi_base); in ls_pcie_probe()
Dpcie-hisi.c293 pci->dbi_base = devm_pci_remap_cfg_resource(dev, reg); in hisi_pcie_probe()
Dpci-keystone-dw.c453 pci->dbi_base = devm_pci_remap_cfg_resource(dev, res); in ks_dw_pcie_host_init()
Dpcie-qcom.c1237 pci->dbi_base = devm_pci_remap_cfg_resource(dev, res); in qcom_pcie_probe()
/Linux-v4.19/Documentation/driver-model/
Ddevres.txt356 devm_pci_remap_cfg_resource() : ioremap PCI configuration space resource
/Linux-v4.19/drivers/pci/
Dpci.c3952 void __iomem *devm_pci_remap_cfg_resource(struct device *dev, in devm_pci_remap_cfg_resource() function
3983 EXPORT_SYMBOL(devm_pci_remap_cfg_resource);
/Linux-v4.19/include/linux/
Dpci.h1268 void __iomem *devm_pci_remap_cfg_resource(struct device *dev,