Searched refs:dbi_base (Results 1 – 8 of 8) sorted by relevance
19 void __iomem *dbi_base; member27 void __iomem *dbi_base = pcie->dbi_base; in al_pcie_map_bus() local37 return dbi_base + where; in al_pcie_map_bus()69 al_pcie->dbi_base = devm_pci_remap_cfg_resource(dev, res); in al_pcie_init()70 if (IS_ERR(al_pcie->dbi_base)) in al_pcie_init()71 return PTR_ERR(al_pcie->dbi_base); in al_pcie_init()
19 void __iomem *dbi_base; member33 pcie_ecam->dbi_base = cfg->win + SZ_512K; in tegra194_acpi_init()79 return pcie_ecam->dbi_base + where; in tegra194_map_bus()
105 pcie_update_bits(pcie->pci.dbi_base, ofs, mask, val); in pcie_rc_cfg_wr_mask()430 pci->dbi_base = devm_pci_remap_cfg_resource(pci->dev, res); in intel_pcie_probe()431 if (IS_ERR(pci->dbi_base)) in intel_pcie_probe()432 return PTR_ERR(pci->dbi_base); in intel_pcie_probe()
308 pci->dbi_base = devm_pci_remap_cfg_resource(dev, base); in armada8k_pcie_probe()309 if (IS_ERR(pci->dbi_base)) { in armada8k_pcie_probe()310 ret = PTR_ERR(pci->dbi_base); in armada8k_pcie_probe()
320 pci->dbi_base = devm_platform_ioremap_resource_byname(pdev, "rc-dbi"); in histb_pcie_probe()321 if (IS_ERR(pci->dbi_base)) { in histb_pcie_probe()323 return PTR_ERR(pci->dbi_base); in histb_pcie_probe()
318 status = readw(pci->dbi_base + offset + PCI_EXP_LNKSTA); in qcom_pcie_ep_icc_update()597 pci->dbi_base = devm_pci_remap_cfg_resource(dev, res); in qcom_pcie_ep_get_io_resources()598 if (IS_ERR(pci->dbi_base)) in qcom_pcie_ep_get_io_resources()599 return PTR_ERR(pci->dbi_base); in qcom_pcie_ep_get_io_resources()600 pci->dbi_base2 = pci->dbi_base; in qcom_pcie_ep_get_io_resources()
128 spear13xx_pcie->app_base = pci->dbi_base + 0x2000; in spear13xx_pcie_host_init()
122 pci->dbi_base = pci->elbi_base; in meson_pcie_get_mems()