Searched refs:temp_a (Results 1 – 1 of 1) sorted by relevance
464 int temp_a, temp_b; in tsensor_calibration() local488 temp_a = div64_s64_precise((int64_t) delta_temp * (1LL << 13) * mult, in tsensor_calibration()495 temp_a = div64_s64_precise((int64_t)temp_a * sensor->fuse_corr_alpha, in tsensor_calibration()499 sensor->therm_a = (int16_t)temp_a; in tsensor_calibration()