Searched refs:devm_pci_remap_cfg_resource (Results 1 – 22 of 22) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/pci/controller/ |
| H A 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()
|
| H A D | pci-versatile.c | 88 versatile_cfg_base[1] = devm_pci_remap_cfg_resource(dev, res); in versatile_pci_probe()
|
| H A D | pci-xgene.c | 243 port->csr_base = devm_pci_remap_cfg_resource(dev, &csr); in xgene_pcie_ecam_init() 354 port->csr_base = devm_pci_remap_cfg_resource(dev, res); in xgene_pcie_map_reg()
|
| H A D | pcie-xilinx.c | 590 port->reg_base = devm_pci_remap_cfg_resource(dev, ®s); in xilinx_pcie_parse_dt()
|
| H A D | pcie-rockchip.c | 38 rockchip->reg_base = devm_pci_remap_cfg_resource(dev, regs); in rockchip_pcie_parse_dt()
|
| H A D | pcie-xilinx-nwl.c | 787 pcie->ecam_base = devm_pci_remap_cfg_resource(dev, res); in nwl_pcie_parse_dt()
|
| H A D | pci-tegra.c | 2162 rp->base = devm_pci_remap_cfg_resource(dev, &rp->regs); in tegra_pcie_parse_dt()
|
| /OK3568_Linux_fs/kernel/drivers/pci/controller/mobiveil/ |
| H A D | pcie-mobiveil-host.c | 182 rp->config_axi_slave_base = devm_pci_remap_cfg_resource(dev, res); in mobiveil_pcie_parse_dt() 190 pcie->csr_axi_slave_base = devm_pci_remap_cfg_resource(dev, res); in mobiveil_pcie_parse_dt() 509 pcie->apb_csr_base = devm_pci_remap_cfg_resource(dev, res); in mobiveil_pcie_integrated_interrupt_init()
|
| /OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/ |
| H A D | pcie-al.c | 69 al_pcie->dbi_base = devm_pci_remap_cfg_resource(dev, res); in al_pcie_init() 369 pci->dbi_base = devm_pci_remap_cfg_resource(dev, dbi_res); in al_pcie_probe()
|
| H A D | pci-layerscape-ep.c | 187 pci->dbi_base = devm_pci_remap_cfg_resource(dev, dbi_base); in ls_pcie_ep_probe()
|
| H A D | pcie-spear13xx.c | 246 pci->dbi_base = devm_pci_remap_cfg_resource(dev, dbi_base); in spear13xx_pcie_probe()
|
| H A D | pci-layerscape.c | 318 pci->dbi_base = devm_pci_remap_cfg_resource(dev, dbi_base); in ls_pcie_probe()
|
| H A D | pcie-armada8k.c | 316 pci->dbi_base = devm_pci_remap_cfg_resource(dev, base); in armada8k_pcie_probe()
|
| H A D | pcie-uniphier-ep.c | 318 priv->pci.dbi_base = devm_pci_remap_cfg_resource(dev, res); in uniphier_pcie_ep_probe()
|
| H A D | pcie-uniphier.c | 408 priv->pci.dbi_base = devm_pci_remap_cfg_resource(dev, res); in uniphier_pcie_probe()
|
| H A D | pci-keystone.c | 1194 base = devm_pci_remap_cfg_resource(dev, res); in ks_pcie_probe()
|
| H A D | pcie-qcom.c | 1405 pci->dbi_base = devm_pci_remap_cfg_resource(dev, res); in qcom_pcie_probe()
|
| /OK3568_Linux_fs/kernel/drivers/pci/controller/cadence/ |
| H A D | pcie-cadence-host.c | 495 rc->cfg_base = devm_pci_remap_cfg_resource(dev, res); in cdns_pcie_host_setup()
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/driver-model/ |
| H A D | devres.rst | 382 devm_pci_remap_cfg_resource() : ioremap PCI configuration space resource
|
| /OK3568_Linux_fs/kernel/drivers/pci/ |
| H A D | pci.c | 4214 void __iomem *devm_pci_remap_cfg_resource(struct device *dev, in devm_pci_remap_cfg_resource() function 4245 EXPORT_SYMBOL(devm_pci_remap_cfg_resource);
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_rockchip | 2131 devm_pci_remap_cfg_resource
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | pci.h | 1390 void __iomem *devm_pci_remap_cfg_resource(struct device *dev,
|