Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thermal/
Drcar_gen3_thermal.c130 int *ptat, int *thcode) in rcar_gen3_thermal_calc_coefs() argument
140 tj_2 = (FIXPT_INT((ptat[1] - ptat[2]) * 157) in rcar_gen3_thermal_calc_coefs()
141 / (ptat[0] - ptat[2])) - FIXPT_INT(41); in rcar_gen3_thermal_calc_coefs()
349 int ptat[3] = { 2631, 1509, 435 }; in rcar_gen3_thermal_probe() local
415 rcar_gen3_thermal_calc_coefs(&tsc->coef, ptat, thcode[i]); in rcar_gen3_thermal_probe()