Searched full:aotag (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/arm/tegra/ |
H A D | nvidia,tegra186-pmc.yaml | 29 - const: aotag 168 reg-names = "pmc", "wake", "aotag", "scratch";
|
/openbmc/linux/drivers/soc/tegra/ |
H A D | pmc.c | 394 * @aotag: pointer to I/O remapped region for AOTAG registers 430 void __iomem *aotag; member 2929 res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "aotag"); in tegra_pmc_probe() 2931 pmc->aotag = devm_ioremap_resource(&pdev->dev, res); in tegra_pmc_probe() 2932 if (IS_ERR(pmc->aotag)) in tegra_pmc_probe() 2933 return PTR_ERR(pmc->aotag); in tegra_pmc_probe() 2935 pmc->aotag = base; in tegra_pmc_probe() 3721 "AOTAG" 3906 "AOTAG", 4082 "AOTAG",
|
/openbmc/linux/arch/arm64/boot/dts/nvidia/ |
H A D | tegra186.dtsi | 1295 reg-names = "pmc", "wake", "aotag", "scratch";
|
H A D | tegra194.dtsi | 1688 reg-names = "pmc", "wake", "aotag", "scratch", "misc";
|
H A D | tegra234.dtsi | 1851 reg-names = "pmc", "wake", "aotag", "scratch", "misc";
|