celsius           198 drivers/thermal/rcar_gen3_thermal.c 	int celsius, val;
celsius           200 drivers/thermal/rcar_gen3_thermal.c 	celsius = DIV_ROUND_CLOSEST(mcelsius, 1000);
celsius           201 drivers/thermal/rcar_gen3_thermal.c 	if (celsius <= INT_FIXPT(tsc->tj_t))
celsius           202 drivers/thermal/rcar_gen3_thermal.c 		val = celsius * tsc->coef.a1 + tsc->coef.b1;
celsius           204 drivers/thermal/rcar_gen3_thermal.c 		val = celsius * tsc->coef.a2 + tsc->coef.b2;
celsius           450 drivers/thermal/st/stm_thermal.c 		    celsius(*temp) >= sensor->temp_passive) {
celsius           460 drivers/thermal/st/stm_thermal.c 		    celsius(*temp) < sensor->temp_passive) {
celsius           473 drivers/thermal/st/stm_thermal.c 		    (celsius(*temp) < sensor->temp_critical)) {
celsius           678 drivers/thermal/st/stm_thermal.c 	sensor->temp_critical = celsius(sensor->temp_critical);
celsius           689 drivers/thermal/st/stm_thermal.c 			sensor->temp_passive = celsius(trip[i].temperature);