Searched refs:ths_tj_1 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/thermal/ |
H A D | rcar_gen3_thermal.c | 79 int ths_tj_1; member 141 int ths_tj_1) in rcar_gen3_thermal_calc_coefs() 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() 139 rcar_gen3_thermal_calc_coefs(struct rcar_gen3_thermal_priv *priv, struct rcar_gen3_thermal_tsc *tsc, int ths_tj_1) rcar_gen3_thermal_calc_coefs() argument
|
/kernel/linux/linux-5.10/drivers/thermal/ |
H A D | rcar_gen3_thermal.c | 136 int ths_tj_1) in rcar_gen3_thermal_calc_coefs() 144 tsc->tj_t = (FIXPT_INT((ptat[1] - ptat[2]) * (ths_tj_1 - TJ_3)) in rcar_gen3_thermal_calc_coefs() 152 tsc->tj_t - FIXPT_INT(ths_tj_1)); in rcar_gen3_thermal_calc_coefs() 153 tsc->coef.b2 = FIXPT_INT(thcode[0]) - tsc->coef.a2 * ths_tj_1; in rcar_gen3_thermal_calc_coefs() 369 const int *ths_tj_1 = of_device_get_match_data(dev); in rcar_gen3_thermal_probe() local 437 rcar_gen3_thermal_calc_coefs(tsc, ptat, thcodes[i], *ths_tj_1); in rcar_gen3_thermal_probe() 134 rcar_gen3_thermal_calc_coefs(struct rcar_gen3_thermal_tsc *tsc, int *ptat, const int *thcode, int ths_tj_1) rcar_gen3_thermal_calc_coefs() argument
|
Completed in 3 milliseconds