Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/
H A Drcar_gen3_thermal.c79 int ths_tj_1; member
141 int ths_tj_1) in rcar_gen3_thermal_calc_coefs() argument
149 tsc->tj_t = (FIXPT_INT((priv->ptat[1] - priv->ptat[2]) * (ths_tj_1 - TJ_3)) in rcar_gen3_thermal_calc_coefs()
157 tsc->tj_t - FIXPT_INT(ths_tj_1)); in rcar_gen3_thermal_calc_coefs()
158 tsc->coef.b2 = FIXPT_INT(tsc->thcode[0]) - tsc->coef.a2 * ths_tj_1; in rcar_gen3_thermal_calc_coefs()
372 .ths_tj_1 = 116,
377 .ths_tj_1 = 126,
382 .ths_tj_1 = 126,
535 rcar_gen3_thermal_calc_coefs(priv, tsc, priv->info->ths_tj_1); in rcar_gen3_thermal_probe()