Searched refs:aotag (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/tegra/ |
| H A D | nvidia,tegra186-pmc.txt | 13 - "aotag" 33 reg-names = "pmc", "wake", "aotag", "scratch"; 93 reg-names = "pmc", "wake", "aotag", "scratch";
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/nvidia/ |
| H A D | tegra234.dtsi | 106 reg-names = "pmc", "wake", "aotag", "scratch", "misc";
|
| H A D | tegra186.dtsi | 950 reg-names = "pmc", "wake", "aotag", "scratch";
|
| H A D | tegra194.dtsi | 1267 reg-names = "pmc", "wake", "aotag", "scratch", "misc";
|
| /OK3568_Linux_fs/kernel/drivers/soc/tegra/ |
| H A D | pmc.c | 376 void __iomem *aotag; member 2536 pmc->aotag = devm_ioremap_resource(&pdev->dev, res); in tegra_pmc_probe() 2537 if (IS_ERR(pmc->aotag)) in tegra_pmc_probe() 2538 return PTR_ERR(pmc->aotag); in tegra_pmc_probe() 2540 pmc->aotag = base; in tegra_pmc_probe()
|