round_offs        160 drivers/thermal/rcar_gen3_thermal.c 	int result, round_offs;
round_offs        162 drivers/thermal/rcar_gen3_thermal.c 	round_offs = temp >= 0 ? RCAR3_THERMAL_GRAN / 2 :
round_offs        164 drivers/thermal/rcar_gen3_thermal.c 	result = (temp + round_offs) / RCAR3_THERMAL_GRAN;