Home
last modified time | relevance | path

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

/openbmc/linux/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()