Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/thermal/
Dtegra_soctherm.c205 static s64 div64_s64_precise(s64 a, s64 b) in div64_s64_precise() function
243 therma = div64_s64_precise((s64) delta_temp * (1LL << 13) * mult, in calculate_tsensor_calibration()
248 thermb = div64_s64_precise(tmp, (s64)delta_sens); in calculate_tsensor_calibration()
250 therma = div64_s64_precise((s64)therma * sensor->fuse_corr_alpha, in calculate_tsensor_calibration()
252 thermb = div64_s64_precise((s64)thermb * sensor->fuse_corr_alpha + in calculate_tsensor_calibration()