Searched refs:celsius (Results 1 – 2 of 2) sorted by relevance
32 s16 celsius; member63 *temp = msg.data.resp.celsius * 1000 + msg.data.resp.tenths * 100; in imx_sc_thermal_get_temp()
202 int adj, celsius, thcode; in rcar_gen3_thermal_mcelsius_to_temp() local204 celsius = DIV_ROUND_CLOSEST(mcelsius, 1000); in rcar_gen3_thermal_mcelsius_to_temp()205 if (celsius < priv->tj_t) { in rcar_gen3_thermal_mcelsius_to_temp()215 return thcode - DIV_ROUND_CLOSEST((celsius - adj) * coef->b, coef->a); in rcar_gen3_thermal_mcelsius_to_temp()
Completed in 6 milliseconds