ccroc_regs 335 drivers/thermal/tegra/soctherm.c void __iomem *ccroc_regs; ccroc_regs 370 drivers/thermal/tegra/soctherm.c writel(value, (ts->ccroc_regs + reg)); ccroc_regs 382 drivers/thermal/tegra/soctherm.c return readl(ts->ccroc_regs + reg); ccroc_regs 2151 drivers/thermal/tegra/soctherm.c tegra->ccroc_regs = devm_ioremap_resource(&pdev->dev, res); ccroc_regs 2152 drivers/thermal/tegra/soctherm.c if (IS_ERR(tegra->ccroc_regs)) { ccroc_regs 2154 drivers/thermal/tegra/soctherm.c return PTR_ERR(tegra->ccroc_regs);