Searched refs:devm_pci_remap_cfg_resource (Results 1 – 19 of 19) sorted by relevance
| /Linux-v5.15/drivers/pci/controller/ |
| D | pci-loongson.c | 204 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()
|
| D | pci-versatile.c | 88 versatile_cfg_base[1] = devm_pci_remap_cfg_resource(dev, res); in versatile_pci_probe()
|
| D | pci-xgene.c | 244 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()
|
| D | pcie-rockchip.c | 37 rockchip->reg_base = devm_pci_remap_cfg_resource(dev, regs); in rockchip_pcie_parse_dt()
|
| D | pcie-xilinx.c | 544 port->reg_base = devm_pci_remap_cfg_resource(dev, ®s); in xilinx_pcie_parse_dt()
|
| D | pcie-xilinx-nwl.c | 778 pcie->ecam_base = devm_pci_remap_cfg_resource(dev, res); in nwl_pcie_parse_dt()
|
| D | pci-tegra.c | 2188 rp->base = devm_pci_remap_cfg_resource(dev, &rp->regs); in tegra_pcie_parse_dt()
|
| /Linux-v5.15/drivers/pci/controller/mobiveil/ |
| D | pcie-mobiveil-host.c | 179 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/ |
| D | pci-layerscape-ep.c | 163 pci->dbi_base = devm_pci_remap_cfg_resource(dev, dbi_base); in ls_pcie_ep_probe()
|
| D | pci-layerscape.c | 259 pci->dbi_base = devm_pci_remap_cfg_resource(dev, dbi_base); in ls_pcie_probe()
|
| D | pcie-designware-host.c | 306 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()
|
| D | pcie-armada8k.c | 309 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-ep.c | 692 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()
|
| D | pci-keystone.c | 1133 base = devm_pci_remap_cfg_resource(dev, res); in ks_pcie_probe()
|
| /Linux-v5.15/drivers/pci/controller/cadence/ |
| D | pcie-cadence-host.c | 496 rc->cfg_base = devm_pci_remap_cfg_resource(dev, res); in cdns_pcie_host_setup()
|
| /Linux-v5.15/Documentation/driver-api/driver-model/ |
| D | devres.rst | 383 devm_pci_remap_cfg_resource() : ioremap PCI configuration space resource
|
| /Linux-v5.15/drivers/pci/ |
| D | pci.c | 4255 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/ |
| D | pci.h | 1422 void __iomem *devm_pci_remap_cfg_resource(struct device *dev,
|