Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/nvidia/
H A Dtegra_soctherm.c466 int temp_a, temp_b; in tsensor_calibration() local
495 temp_b = div64_s64_precise(tmp, (int64_t)delta_sens); in tsensor_calibration()
499 temp_b = div64_s64_precise((int64_t)temp_b * sensor->fuse_corr_alpha + in tsensor_calibration()
502 sensor->therm_b = (int16_t)temp_b; in tsensor_calibration()