Searched full:aotag (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/arm/tegra/ |
D | nvidia,tegra186-pmc.yaml | 29 - const: aotag 168 reg-names = "pmc", "wake", "aotag", "scratch";
|
/Linux-v6.1/drivers/soc/tegra/ |
D | pmc.c | 385 * @aotag: pointer to I/O remapped region for AOTAG registers 417 void __iomem *aotag; member 2889 res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "aotag"); in tegra_pmc_probe() 2891 pmc->aotag = devm_ioremap_resource(&pdev->dev, res); in tegra_pmc_probe() 2892 if (IS_ERR(pmc->aotag)) in tegra_pmc_probe() 2893 return PTR_ERR(pmc->aotag); in tegra_pmc_probe() 2895 pmc->aotag = base; in tegra_pmc_probe() 3473 "AOTAG" 3621 "AOTAG", 3754 "AOTAG",
|
/Linux-v6.1/arch/arm64/boot/dts/nvidia/ |
D | tegra186.dtsi | 1290 reg-names = "pmc", "wake", "aotag", "scratch";
|
D | tegra194.dtsi | 1684 reg-names = "pmc", "wake", "aotag", "scratch", "misc";
|
D | tegra234.dtsi | 1540 reg-names = "pmc", "wake", "aotag", "scratch", "misc";
|