Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/thermal/
H A 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()
/kernel/linux/linux-6.6/drivers/thermal/
H A Drcar_gen3_thermal.c163 int result, round_offs; in rcar_gen3_thermal_round() local
165 round_offs = temp >= 0 ? RCAR3_THERMAL_GRAN / 2 : in rcar_gen3_thermal_round()
167 result = (temp + round_offs) / RCAR3_THERMAL_GRAN; in rcar_gen3_thermal_round()

Completed in 2 milliseconds