actual_mask        52 drivers/thermal/spear_thermal.c 	unsigned int actual_mask = 0;
actual_mask        55 drivers/thermal/spear_thermal.c 	actual_mask = readl_relaxed(stdev->thermal_base);
actual_mask        56 drivers/thermal/spear_thermal.c 	writel_relaxed(actual_mask & ~stdev->flags, stdev->thermal_base);
actual_mask        68 drivers/thermal/spear_thermal.c 	unsigned int actual_mask = 0;
actual_mask        78 drivers/thermal/spear_thermal.c 	actual_mask = readl_relaxed(stdev->thermal_base);
actual_mask        79 drivers/thermal/spear_thermal.c 	writel_relaxed(actual_mask | stdev->flags, stdev->thermal_base);
actual_mask       150 drivers/thermal/spear_thermal.c 	unsigned int actual_mask = 0;
actual_mask       157 drivers/thermal/spear_thermal.c 	actual_mask = readl_relaxed(stdev->thermal_base);
actual_mask       158 drivers/thermal/spear_thermal.c 	writel_relaxed(actual_mask & ~stdev->flags, stdev->thermal_base);