Searched refs:devm_pci_remap_cfg_resource (Results 1 – 14 of 14) sorted by relevance
| /linux/drivers/pci/controller/mobiveil/ |
| H A D | pcie-mobiveil-host.c | 177 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 D | pci-loongson.c | 341 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 D | pci-versatile.c | 87 versatile_cfg_base[1] = devm_pci_remap_cfg_resource(dev, res); in versatile_pci_probe()
|
| H A D | pci-xgene.c | 240 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 D | pcie-rockchip.c | 39 rockchip->reg_base = devm_pci_remap_cfg_resource(dev, regs); in rockchip_pcie_parse_dt()
|
| H A D | pcie-xilinx.c | 547 pcie->reg_base = devm_pci_remap_cfg_resource(dev, ®s); in xilinx_pcie_parse_dt()
|
| H A D | pcie-xilinx-nwl.c | 797 pcie->ecam_base = devm_pci_remap_cfg_resource(dev, res); in nwl_pcie_parse_dt()
|
| H A D | pci-tegra.c | 2141 rp->base = devm_pci_remap_cfg_resource(dev, &rp->regs); in tegra_pcie_parse_dt()
|
| /linux/drivers/pci/ |
| H A D | devres.c | 223 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 D | pcie-armada8k.c | 308 pci->dbi_base = devm_pci_remap_cfg_resource(dev, base); in armada8k_pcie_probe()
|
| H A D | pcie-al.c | 69 al_pcie->dbi_base = devm_pci_remap_cfg_resource(dev, res); in al_pcie_init()
|
| H A D | pci-meson.c | 119 pci->elbi_base = devm_pci_remap_cfg_resource(pci->dev, res); in meson_pcie_get_mems()
|
| /linux/drivers/pci/controller/cadence/ |
| H A D | pcie-cadence-host-hpa.c | 340 rc->cfg_base = devm_pci_remap_cfg_resource(dev, res); in cdns_pcie_hpa_host_setup()
|
| /linux/Documentation/driver-api/driver-model/ |
| H A D | devres.rst | 390 devm_pci_remap_cfg_resource() : ioremap PCI configuration space resource
|