Home
last modified time | relevance | path

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

/linux/drivers/pci/controller/mobiveil/
H A Dpcie-mobiveil-host.c177 rp->config_axi_slave_base = devm_pci_remap_cfg_resource(dev, res); in mobiveil_pcie_parse_dt()
185 pcie->csr_axi_slave_base = devm_pci_remap_cfg_resource(dev, res); in mobiveil_pcie_parse_dt()
491 pcie->apb_csr_base = devm_pci_remap_cfg_resource(dev, res); in mobiveil_pcie_integrated_interrupt_init()
/linux/drivers/pci/controller/
H A Dpci-loongson.c341 priv->cfg0_base = devm_pci_remap_cfg_resource(dev, regs); in loongson_pci_probe()
352 priv->cfg1_base = devm_pci_remap_cfg_resource(dev, regs); in loongson_pci_probe()
H A Dpci-versatile.c87 versatile_cfg_base[1] = devm_pci_remap_cfg_resource(dev, res); in versatile_pci_probe()
H A Dpci-xgene.c240 port->csr_base = devm_pci_remap_cfg_resource(dev, &csr); in xgene_pcie_ecam_init()
348 port->csr_base = devm_pci_remap_cfg_resource(dev, res); in xgene_pcie_map_reg()
H A Dpcie-rockchip.c39 rockchip->reg_base = devm_pci_remap_cfg_resource(dev, regs); in rockchip_pcie_parse_dt()
H A Dpcie-xilinx.c547 pcie->reg_base = devm_pci_remap_cfg_resource(dev, &regs); in xilinx_pcie_parse_dt()
H A Dpcie-xilinx-nwl.c797 pcie->ecam_base = devm_pci_remap_cfg_resource(dev, res); in nwl_pcie_parse_dt()
H A Dpci-tegra.c2141 rp->base = devm_pci_remap_cfg_resource(dev, &rp->regs); in tegra_pcie_parse_dt()
/linux/drivers/pci/
H A Ddevres.c223 void __iomem *devm_pci_remap_cfg_resource(struct device *dev, in devm_pci_remap_cfg_resource() function
261 EXPORT_SYMBOL(devm_pci_remap_cfg_resource);
/linux/drivers/pci/controller/dwc/
H A Dpcie-armada8k.c308 pci->dbi_base = devm_pci_remap_cfg_resource(dev, base); in armada8k_pcie_probe()
H A Dpcie-al.c69 al_pcie->dbi_base = devm_pci_remap_cfg_resource(dev, res); in al_pcie_init()
H A Dpci-meson.c119 pci->elbi_base = devm_pci_remap_cfg_resource(pci->dev, res); in meson_pcie_get_mems()
/linux/drivers/pci/controller/cadence/
H A Dpcie-cadence-host-hpa.c340 rc->cfg_base = devm_pci_remap_cfg_resource(dev, res); in cdns_pcie_hpa_host_setup()
/linux/Documentation/driver-api/driver-model/
H A Ddevres.rst390 devm_pci_remap_cfg_resource() : ioremap PCI configuration space resource