Searched refs:devm_pci_remap_cfg_resource (Results 1 – 20 of 20) sorted by relevance
/Linux-v6.6/drivers/pci/controller/ |
D | pci-loongson.c | 292 priv->cfg0_base = devm_pci_remap_cfg_resource(dev, regs); in loongson_pci_probe() 303 priv->cfg1_base = devm_pci_remap_cfg_resource(dev, regs); in loongson_pci_probe()
|
D | pci-versatile.c | 87 versatile_cfg_base[1] = devm_pci_remap_cfg_resource(dev, res); in versatile_pci_probe()
|
D | pci-xgene.c | 241 port->csr_base = devm_pci_remap_cfg_resource(dev, &csr); in xgene_pcie_ecam_init() 350 port->csr_base = devm_pci_remap_cfg_resource(dev, res); in xgene_pcie_map_reg()
|
D | pcie-rockchip.c | 39 rockchip->reg_base = devm_pci_remap_cfg_resource(dev, regs); in rockchip_pcie_parse_dt()
|
D | pcie-xilinx.c | 544 pcie->reg_base = devm_pci_remap_cfg_resource(dev, ®s); in xilinx_pcie_parse_dt()
|
D | pcie-xilinx-nwl.c | 760 pcie->ecam_base = devm_pci_remap_cfg_resource(dev, res); in nwl_pcie_parse_dt()
|
D | pci-tegra.c | 2185 rp->base = devm_pci_remap_cfg_resource(dev, &rp->regs); in tegra_pcie_parse_dt()
|
/Linux-v6.6/drivers/pci/controller/mobiveil/ |
D | pcie-mobiveil-host.c | 176 rp->config_axi_slave_base = devm_pci_remap_cfg_resource(dev, res); in mobiveil_pcie_parse_dt() 184 pcie->csr_axi_slave_base = devm_pci_remap_cfg_resource(dev, res); in mobiveil_pcie_parse_dt() 499 pcie->apb_csr_base = devm_pci_remap_cfg_resource(dev, res); in mobiveil_pcie_integrated_interrupt_init()
|
/Linux-v6.6/drivers/pci/controller/dwc/ |
D | pcie-qcom-ep.c | 538 pci->dbi_base = devm_pci_remap_cfg_resource(dev, res); in qcom_pcie_ep_get_io_resources() 544 pcie_ep->elbi = devm_pci_remap_cfg_resource(dev, res); in qcom_pcie_ep_get_io_resources() 555 pcie_ep->mmio = devm_pci_remap_cfg_resource(dev, pcie_ep->mmio_res); in qcom_pcie_ep_get_io_resources()
|
D | pci-layerscape.c | 221 pci->dbi_base = devm_pci_remap_cfg_resource(dev, dbi_base); in ls_pcie_probe()
|
D | pci-layerscape-ep.c | 261 pci->dbi_base = devm_pci_remap_cfg_resource(dev, dbi_base); in ls_pcie_ep_probe()
|
D | pcie-armada8k.c | 308 pci->dbi_base = devm_pci_remap_cfg_resource(dev, base); in armada8k_pcie_probe()
|
D | pcie-al.c | 69 al_pcie->dbi_base = devm_pci_remap_cfg_resource(dev, res); in al_pcie_init()
|
D | pcie-designware.c | 112 pci->dbi_base = devm_pci_remap_cfg_resource(pci->dev, res); in dw_pcie_get_resources() 121 pci->dbi_base2 = devm_pci_remap_cfg_resource(pci->dev, res); in dw_pcie_get_resources()
|
D | pcie-designware-host.c | 418 pp->va_cfg0_base = devm_pci_remap_cfg_resource(dev, res); in dw_pcie_host_init()
|
D | pci-keystone.c | 1151 base = devm_pci_remap_cfg_resource(dev, res); in ks_pcie_probe()
|
/Linux-v6.6/drivers/pci/controller/cadence/ |
D | pcie-cadence-host.c | 531 rc->cfg_base = devm_pci_remap_cfg_resource(dev, res); in cdns_pcie_host_setup()
|
/Linux-v6.6/Documentation/driver-api/driver-model/ |
D | devres.rst | 394 devm_pci_remap_cfg_resource() : ioremap PCI configuration space resource
|
/Linux-v6.6/drivers/pci/ |
D | pci.c | 4370 void __iomem *devm_pci_remap_cfg_resource(struct device *dev, in devm_pci_remap_cfg_resource() function 4408 EXPORT_SYMBOL(devm_pci_remap_cfg_resource);
|
/Linux-v6.6/include/linux/ |
D | pci.h | 1541 void __iomem *devm_pci_remap_cfg_resource(struct device *dev,
|