Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pci/controller/dwc/
Dpcie-tegra194.c258 void __iomem *appl_base; member
298 writel_relaxed(value, pcie->appl_base + reg); in appl_writel()
303 return readl_relaxed(pcie->appl_base + reg); in appl_readl()
1307 return readl_poll_timeout_atomic(pcie->appl_base + APPL_DEBUG, val, in tegra_pcie_try_link_l2()
1334 err = readl_poll_timeout_atomic(pcie->appl_base + APPL_DEBUG, in tegra_pcie_dw_pme_turnoff()
1490 pcie->appl_base = devm_ioremap_resource(dev, pcie->appl_res); in tegra_pcie_dw_probe()
1491 if (IS_ERR(pcie->appl_base)) in tegra_pcie_dw_probe()
1492 return PTR_ERR(pcie->appl_base); in tegra_pcie_dw_probe()