Home
last modified time | relevance | path

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

/freebsd/sys/arm/nvidia/
H A Dtegra_soctherm.c388 int64_t div64_s64_precise(int64_t a, int64_t b) in div64_s64_precise() function
488 temp_a = div64_s64_precise((int64_t) delta_temp * (1LL << 13) * mult, in tsensor_calibration()
493 temp_b = div64_s64_precise(tmp, (int64_t)delta_sens); in tsensor_calibration()
495 temp_a = div64_s64_precise((int64_t)temp_a * sensor->fuse_corr_alpha, in tsensor_calibration()
497 temp_b = div64_s64_precise((int64_t)temp_b * sensor->fuse_corr_alpha + in tsensor_calibration()