Home
last modified time | relevance | path

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

/freebsd/sys/arm/nvidia/
H A Dtegra_soctherm.c464 int temp_a, temp_b; in tsensor_calibration() local
488 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()