Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/thermal/
Dtegra_soctherm.c224 s16 therma, thermb; in calculate_tsensor_calibration() local
243 therma = div64_s64_precise((s64) delta_temp * (1LL << 13) * mult, in calculate_tsensor_calibration()
250 therma = div64_s64_precise((s64)therma * sensor->fuse_corr_alpha, in calculate_tsensor_calibration()
255 *calib = ((u16)therma << SENSOR_CONFIG2_THERMA_SHIFT) | in calculate_tsensor_calibration()