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

/linux-master/drivers/pci/controller/dwc/
H A Dpcie-tegra194.c251 void __iomem *appl_base; member in struct:tegra_pcie_dw
303 writel_relaxed(value, pcie->appl_base + reg);
308 return readl_relaxed(pcie->appl_base + reg);
1570 return readl_poll_timeout_atomic(pcie->appl_base + APPL_DEBUG, val,
1611 data = readl(pcie->appl_base + APPL_CTRL);
1613 writel(data, pcie->appl_base + APPL_CTRL);
1615 err = readl_poll_timeout_atomic(pcie->appl_base + APPL_DEBUG,
1710 ret = readl_poll_timeout(pcie->appl_base + APPL_DEBUG, val,
2174 pcie->appl_base = devm_ioremap_resource(dev, pcie->appl_res);
2175 if (IS_ERR(pcie->appl_base))
[all...]

Completed in 210 milliseconds