Searched refs:aotag (Results 1 – 1 of 1) sorted by relevance
446 void __iomem *aotag; member3128 pmc->aotag = base; in tegra_pmc_probe()3139 pmc->aotag = devm_ioremap_resource(&pdev->dev, res); in tegra_pmc_probe()3140 if (IS_ERR(pmc->aotag)) in tegra_pmc_probe()3141 return PTR_ERR(pmc->aotag); in tegra_pmc_probe()3143 pmc->aotag = NULL; in tegra_pmc_probe()