RCAR3_THERMAL_GRAN 162 drivers/thermal/rcar_gen3_thermal.c round_offs = temp >= 0 ? RCAR3_THERMAL_GRAN / 2 : RCAR3_THERMAL_GRAN 163 drivers/thermal/rcar_gen3_thermal.c -RCAR3_THERMAL_GRAN / 2; RCAR3_THERMAL_GRAN 164 drivers/thermal/rcar_gen3_thermal.c result = (temp + round_offs) / RCAR3_THERMAL_GRAN; RCAR3_THERMAL_GRAN 165 drivers/thermal/rcar_gen3_thermal.c return result * RCAR3_THERMAL_GRAN;