thermal_base 252 drivers/thermal/mtk_thermal.c void __iomem *thermal_base; thermal_base 558 drivers/thermal/mtk_thermal.c val = readl(mt->thermal_base + PTPCORESEL); thermal_base 561 drivers/thermal/mtk_thermal.c writel(val, mt->thermal_base + PTPCORESEL); thermal_base 594 drivers/thermal/mtk_thermal.c raw = readl(mt->thermal_base + thermal_base 650 drivers/thermal/mtk_thermal.c void __iomem *controller_base = mt->thermal_base + offset; thermal_base 736 drivers/thermal/mtk_thermal.c mt->thermal_base + thermal_base 889 drivers/thermal/mtk_thermal.c mt->thermal_base = devm_ioremap_resource(&pdev->dev, res); thermal_base 890 drivers/thermal/mtk_thermal.c if (IS_ERR(mt->thermal_base)) thermal_base 891 drivers/thermal/mtk_thermal.c return PTR_ERR(mt->thermal_base); thermal_base 24 drivers/thermal/spear_thermal.c void __iomem *thermal_base; thermal_base 40 drivers/thermal/spear_thermal.c *temp = (readl_relaxed(stdev->thermal_base) & 0x7F) * MD_FACTOR; thermal_base 55 drivers/thermal/spear_thermal.c actual_mask = readl_relaxed(stdev->thermal_base); thermal_base 56 drivers/thermal/spear_thermal.c writel_relaxed(actual_mask & ~stdev->flags, stdev->thermal_base); thermal_base 78 drivers/thermal/spear_thermal.c actual_mask = readl_relaxed(stdev->thermal_base); thermal_base 79 drivers/thermal/spear_thermal.c writel_relaxed(actual_mask | stdev->flags, stdev->thermal_base); thermal_base 108 drivers/thermal/spear_thermal.c stdev->thermal_base = devm_ioremap_resource(&pdev->dev, res); thermal_base 109 drivers/thermal/spear_thermal.c if (IS_ERR(stdev->thermal_base)) thermal_base 110 drivers/thermal/spear_thermal.c return PTR_ERR(stdev->thermal_base); thermal_base 125 drivers/thermal/spear_thermal.c writel_relaxed(stdev->flags, stdev->thermal_base); thermal_base 138 drivers/thermal/spear_thermal.c stdev->thermal_base); thermal_base 157 drivers/thermal/spear_thermal.c actual_mask = readl_relaxed(stdev->thermal_base); thermal_base 158 drivers/thermal/spear_thermal.c writel_relaxed(actual_mask & ~stdev->flags, stdev->thermal_base);