Searched refs:aotag (Results 1 – 5 of 5) sorted by relevance
| /linux/Documentation/devicetree/bindings/arm/tegra/ |
| A D | nvidia,tegra186-pmc.txt | 13 - "aotag" 33 reg-names = "pmc", "wake", "aotag", "scratch"; 93 reg-names = "pmc", "wake", "aotag", "scratch";
|
| /linux/arch/arm64/boot/dts/nvidia/ |
| A D | tegra234.dtsi | 106 reg-names = "pmc", "wake", "aotag", "scratch", "misc";
|
| A D | tegra186.dtsi | 1164 reg-names = "pmc", "wake", "aotag", "scratch";
|
| A D | tegra194.dtsi | 1471 reg-names = "pmc", "wake", "aotag", "scratch", "misc";
|
| /linux/drivers/soc/tegra/ |
| A D | pmc.c | 401 void __iomem *aotag; member 2834 pmc->aotag = devm_ioremap_resource(&pdev->dev, res); in tegra_pmc_probe() 2835 if (IS_ERR(pmc->aotag)) in tegra_pmc_probe() 2836 return PTR_ERR(pmc->aotag); in tegra_pmc_probe() 2838 pmc->aotag = base; in tegra_pmc_probe()
|
Completed in 17 milliseconds