Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thermal/
H A Drcar_gen3_thermal.c135 int *ptat, const int *thcode, in rcar_gen3_thermal_calc_coefs() argument
144 tsc->tj_t = (FIXPT_INT((ptat[1] - ptat[2]) * (ths_tj_1 - TJ_3)) in rcar_gen3_thermal_calc_coefs()
145 / (ptat[0] - ptat[2])) + FIXPT_INT(TJ_3); in rcar_gen3_thermal_calc_coefs()
377 int ptat[3] = { 2631, 1509, 435 }; in rcar_gen3_thermal_probe() local
437 rcar_gen3_thermal_calc_coefs(tsc, ptat, thcodes[i], *ths_tj_1); in rcar_gen3_thermal_probe()