Home
last modified time | relevance | path

Searched refs:temp_b (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
493 temp_b = div64_s64_precise(tmp, (int64_t)delta_sens); in tsensor_calibration()
497 temp_b = div64_s64_precise((int64_t)temp_b * sensor->fuse_corr_alpha + in tsensor_calibration()
500 sensor->therm_b = (int16_t)temp_b; in tsensor_calibration()