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);
106 stdev->thermal_base = devm_platform_get_and_ioremap_resource(pdev, 0, NULL);
107 if (IS_ERR(stdev->thermal_base))
108 return PTR_ERR(stdev->thermal_base);
123 writel_relaxed(stdev->flags, stdev->thermal_base);
141 stdev->thermal_base);
162 actual_mask = readl_relaxed(stdev->thermal_base);
163 writel_relaxed(actual_mask & ~stdev->flags, stdev->thermal_base);