Searched refs:c1_25C (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/thermal/tegra/
H A Dtegra30-tsensor.c425 int err, c1_25C, c2_90C; local
456 c1_25C = FIELD_GET(TEGRA30_FUSE_TSENSOR_CALIB_LOW, cal);
468 if (c2_90C - c1_25C <= t2_90C - t1_25C) {
470 c2_90C, c1_25C, t2_90C, t1_25C);
477 (c2_90C - c1_25C));
479 ts->calib.b = t1_25C * 1000000 - ts->calib.a * c1_25C;
496 c2_90C, c1_25C, t2_90C, t1_25C, ate_ver,

Completed in 205 milliseconds