Home
last modified time | relevance | path

Searched refs:dbi_base (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/pci/controller/dwc/
H A Dpcie-al.c19 void __iomem *dbi_base; member
27 void __iomem *dbi_base = pcie->dbi_base; in al_pcie_map_bus() local
37 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()
H A Dpcie-tegra194-acpi.c19 void __iomem *dbi_base; member
33 pcie_ecam->dbi_base = cfg->win + SZ_512K; in tegra194_acpi_init()
79 return pcie_ecam->dbi_base + where; in tegra194_map_bus()
H A Dpcie-intel-gw.c105 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()
H A Dpcie-armada8k.c308 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()
H A Dpcie-histb.c320 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()
H A Dpcie-qcom-ep.c318 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()
H A Dpcie-spear13xx.c128 spear13xx_pcie->app_base = pci->dbi_base + 0x2000; in spear13xx_pcie_host_init()
H A Dpci-meson.c122 pci->dbi_base = pci->elbi_base; in meson_pcie_get_mems()