Searched refs:aotag (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/Documentation/devicetree/bindings/arm/tegra/ |
| D | nvidia,tegra186-pmc.txt | 13 - "aotag" 33 reg-names = "pmc", "wake", "aotag", "scratch"; 93 reg-names = "pmc", "wake", "aotag", "scratch";
|
| /Linux-v5.15/arch/arm64/boot/dts/nvidia/ |
| D | tegra234.dtsi | 106 reg-names = "pmc", "wake", "aotag", "scratch", "misc";
|
| D | tegra186.dtsi | 1044 reg-names = "pmc", "wake", "aotag", "scratch";
|
| D | tegra194.dtsi | 1310 reg-names = "pmc", "wake", "aotag", "scratch", "misc";
|
| /Linux-v5.15/drivers/soc/tegra/ |
| D | pmc.c | 400 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()
|