thcode 66 drivers/thermal/rcar_gen3_thermal.c static const int thcode[TSC_MAX_NUM][3] = { thcode 137 drivers/thermal/rcar_gen3_thermal.c int *ptat, const int *thcode, thcode 149 drivers/thermal/rcar_gen3_thermal.c tsc->coef.a1 = FIXPT_DIV(FIXPT_INT(thcode[1] - thcode[2]), thcode 151 drivers/thermal/rcar_gen3_thermal.c tsc->coef.b1 = FIXPT_INT(thcode[2]) - tsc->coef.a1 * TJ_3; thcode 153 drivers/thermal/rcar_gen3_thermal.c tsc->coef.a2 = FIXPT_DIV(FIXPT_INT(thcode[1] - thcode[0]), thcode 155 drivers/thermal/rcar_gen3_thermal.c tsc->coef.b2 = FIXPT_INT(thcode[0]) - tsc->coef.a2 * ths_tj_1; thcode 177 drivers/thermal/rcar_gen3_thermal.c if (reg <= thcode[tsc->id][1]) thcode 429 drivers/thermal/rcar_gen3_thermal.c rcar_gen3_thermal_calc_coefs(tsc, ptat, thcode[i],