MCELSIUS          186 drivers/thermal/rcar_gen3_thermal.c 	if ((mcelsius < MCELSIUS(-40)) || (mcelsius > MCELSIUS(125)))
MCELSIUS          271 drivers/thermal/rcar_thermal.c 		tmp = MCELSIUS((priv->ctemp * 5) - 65);
MCELSIUS          273 drivers/thermal/rcar_thermal.c 		tmp = MCELSIUS(((priv->ctemp * 55) - 720) / 10);
MCELSIUS          275 drivers/thermal/rcar_thermal.c 		tmp = MCELSIUS((priv->ctemp * 5) - 60);
MCELSIUS          278 drivers/thermal/rcar_thermal.c 	if ((tmp < MCELSIUS(-45)) || (tmp > MCELSIUS(125))) {
MCELSIUS          332 drivers/thermal/rcar_thermal.c 		*temp = MCELSIUS(90);
MCELSIUS          307 drivers/thermal/samsung/exynos_tmu.c 			temp /= MCELSIUS;
MCELSIUS          314 drivers/thermal/samsung/exynos_tmu.c 			hyst /= MCELSIUS;
MCELSIUS          366 drivers/thermal/samsung/exynos_tmu.c 	ref = trips[0].temperature / MCELSIUS;
MCELSIUS          671 drivers/thermal/samsung/exynos_tmu.c 		*temp = code_to_temp(data, value) * MCELSIUS;
MCELSIUS          684 drivers/thermal/samsung/exynos_tmu.c 		temp /= MCELSIUS;
MCELSIUS          736 drivers/thermal/samsung/exynos_tmu.c 	if (temp && temp < MCELSIUS)