Home
last modified time | relevance | path

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

/Linux-v5.15/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.c244 port->csr_base = devm_pci_remap_cfg_resource(dev, &csr); in xgene_pcie_ecam_init()
353 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.c544 port->reg_base = devm_pci_remap_cfg_resource(dev, &regs); in xilinx_pcie_parse_dt()
Dpcie-xilinx-nwl.c778 pcie->ecam_base = devm_pci_remap_cfg_resource(dev, res); in nwl_pcie_parse_dt()
Dpci-tegra.c2188 rp->base = devm_pci_remap_cfg_resource(dev, &rp->regs); in tegra_pcie_parse_dt()
/Linux-v5.15/drivers/pci/controller/mobiveil/
Dpcie-mobiveil-host.c179 rp->config_axi_slave_base = devm_pci_remap_cfg_resource(dev, res); in mobiveil_pcie_parse_dt()
187 pcie->csr_axi_slave_base = devm_pci_remap_cfg_resource(dev, res); in mobiveil_pcie_parse_dt()
502 pcie->apb_csr_base = devm_pci_remap_cfg_resource(dev, res); in mobiveil_pcie_integrated_interrupt_init()
/Linux-v5.15/drivers/pci/controller/dwc/
Dpci-layerscape-ep.c163 pci->dbi_base = devm_pci_remap_cfg_resource(dev, dbi_base); in ls_pcie_ep_probe()
Dpci-layerscape.c259 pci->dbi_base = devm_pci_remap_cfg_resource(dev, dbi_base); in ls_pcie_probe()
Dpcie-designware-host.c306 pp->va_cfg0_base = devm_pci_remap_cfg_resource(dev, cfg_res); in dw_pcie_host_init()
316 pci->dbi_base = devm_pci_remap_cfg_resource(dev, dbi_res); in dw_pcie_host_init()
Dpcie-armada8k.c309 pci->dbi_base = devm_pci_remap_cfg_resource(dev, base); in armada8k_pcie_probe()
Dpcie-al.c69 al_pcie->dbi_base = devm_pci_remap_cfg_resource(dev, res); in al_pcie_init()
Dpcie-designware-ep.c692 pci->dbi_base = devm_pci_remap_cfg_resource(dev, res); in dw_pcie_ep_init()
702 pci->dbi_base2 = devm_pci_remap_cfg_resource(dev, res); in dw_pcie_ep_init()
Dpci-keystone.c1133 base = devm_pci_remap_cfg_resource(dev, res); in ks_pcie_probe()
/Linux-v5.15/drivers/pci/controller/cadence/
Dpcie-cadence-host.c496 rc->cfg_base = devm_pci_remap_cfg_resource(dev, res); in cdns_pcie_host_setup()
/Linux-v5.15/Documentation/driver-api/driver-model/
Ddevres.rst383 devm_pci_remap_cfg_resource() : ioremap PCI configuration space resource
/Linux-v5.15/drivers/pci/
Dpci.c4255 void __iomem *devm_pci_remap_cfg_resource(struct device *dev, in devm_pci_remap_cfg_resource() function
4293 EXPORT_SYMBOL(devm_pci_remap_cfg_resource);
/Linux-v5.15/include/linux/
Dpci.h1422 void __iomem *devm_pci_remap_cfg_resource(struct device *dev,