Home
last modified time | relevance | path

Searched refs:round_offs (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/thermal/
Drcar_gen3_thermal.c158 int result, round_offs; in rcar_gen3_thermal_round() local
160 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()