Searched refs:ccroc_regs (Results 1 – 1 of 1) sorted by relevance
336 void __iomem *ccroc_regs; member377 writel(value, (ts->ccroc_regs + reg)); in ccroc_writel()389 return readl(ts->ccroc_regs + reg); in ccroc_readl()2126 tegra->ccroc_regs = devm_platform_ioremap_resource_byname(pdev, "ccroc-reg"); in tegra_soctherm_probe()2127 if (IS_ERR(tegra->ccroc_regs)) { in tegra_soctherm_probe()2129 return PTR_ERR(tegra->ccroc_regs); in tegra_soctherm_probe()