Searched refs:ccroc_regs (Results 1 – 1 of 1) sorted by relevance
335 void __iomem *ccroc_regs; member370 writel(value, (ts->ccroc_regs + reg)); in ccroc_writel()382 return readl(ts->ccroc_regs + reg); in ccroc_readl()2122 tegra->ccroc_regs = devm_platform_ioremap_resource_byname(pdev, "ccroc-reg"); in tegra_soctherm_probe()2123 if (IS_ERR(tegra->ccroc_regs)) { in tegra_soctherm_probe()2125 return PTR_ERR(tegra->ccroc_regs); in tegra_soctherm_probe()