Lines Matching refs:appl_base
253 void __iomem *appl_base; member
304 writel_relaxed(value, pcie->appl_base + reg); in appl_writel()
309 return readl_relaxed(pcie->appl_base + reg); in appl_readl()
1481 return readl_poll_timeout_atomic(pcie->appl_base + APPL_DEBUG, val, in tegra_pcie_try_link_l2()
1522 data = readl(pcie->appl_base + APPL_CTRL); in tegra_pcie_dw_pme_turnoff()
1524 writel(data, pcie->appl_base + APPL_CTRL); in tegra_pcie_dw_pme_turnoff()
1526 err = readl_poll_timeout_atomic(pcie->appl_base + APPL_DEBUG, in tegra_pcie_dw_pme_turnoff()
1621 ret = readl_poll_timeout(pcie->appl_base + APPL_DEBUG, val, in pex_ep_event_pex_rst_assert()
2043 pcie->appl_base = devm_ioremap_resource(dev, pcie->appl_res); in tegra_pcie_dw_probe()
2044 if (IS_ERR(pcie->appl_base)) in tegra_pcie_dw_probe()
2045 return PTR_ERR(pcie->appl_base); in tegra_pcie_dw_probe()