Lines Matching defs:thermal_base
24 void __iomem *thermal_base;
40 *temp = (readl_relaxed(stdev->thermal_base) & 0x7F) * MD_FACTOR;
55 actual_mask = readl_relaxed(stdev->thermal_base);
56 writel_relaxed(actual_mask & ~stdev->flags, stdev->thermal_base);
78 actual_mask = readl_relaxed(stdev->thermal_base);
79 writel_relaxed(actual_mask | stdev->flags, stdev->thermal_base);
108 stdev->thermal_base = devm_ioremap_resource(&pdev->dev, res);
109 if (IS_ERR(stdev->thermal_base))
110 return PTR_ERR(stdev->thermal_base);
125 writel_relaxed(stdev->flags, stdev->thermal_base);
143 stdev->thermal_base);
164 actual_mask = readl_relaxed(stdev->thermal_base);
165 writel_relaxed(actual_mask & ~stdev->flags, stdev->thermal_base);