Searched refs:round_offs (Results 1 – 1 of 1) sorted by relevance
158 int result, round_offs; in rcar_gen3_thermal_round() local160 round_offs = temp >= 0 ? RCAR3_THERMAL_GRAN / 2 : in rcar_gen3_thermal_round()162 result = (temp + round_offs) / RCAR3_THERMAL_GRAN; in rcar_gen3_thermal_round()