mcelsius          171 drivers/thermal/rcar_gen3_thermal.c 	int mcelsius, val;
mcelsius          183 drivers/thermal/rcar_gen3_thermal.c 	mcelsius = FIXPT_TO_MCELSIUS(val);
mcelsius          186 drivers/thermal/rcar_gen3_thermal.c 	if ((mcelsius < MCELSIUS(-40)) || (mcelsius > MCELSIUS(125)))
mcelsius          190 drivers/thermal/rcar_gen3_thermal.c 	*temp = rcar_gen3_thermal_round(mcelsius);
mcelsius          196 drivers/thermal/rcar_gen3_thermal.c 					      int mcelsius)
mcelsius          200 drivers/thermal/rcar_gen3_thermal.c 	celsius = DIV_ROUND_CLOSEST(mcelsius, 1000);
mcelsius          128 drivers/thermal/st/st_thermal.c 	temp = mcelsius(temp);
mcelsius          163 drivers/thermal/st/st_thermal.c 		*temp = mcelsius(sensor->cdata->crit_temp);
mcelsius          440 drivers/thermal/st/stm_thermal.c 	*temp = mcelsius(sensor->t0 + ((freqM - sensor->fmt0) /