Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/iio/temperature/
Dmlx90632.c550 s64 calcedKsTO, calcedKsTA, ir_Alpha, Alpha_corr; in mlx90632_calc_temp_object_iteration() local
559 Alpha_corr = div64_s64((((s64)(Fa * 10000000000LL) >> 46LL) in mlx90632_calc_temp_object_iteration()
561 Alpha_corr *= ((s64)(1 * 1000000LL + calcedKsTO + calcedKsTA)); in mlx90632_calc_temp_object_iteration()
562 Alpha_corr = emissivity * div64_s64(Alpha_corr, 100000LL); in mlx90632_calc_temp_object_iteration()
563 Alpha_corr = div64_s64(Alpha_corr, 1000LL); in mlx90632_calc_temp_object_iteration()
564 ir_Alpha = div64_s64((s64)object * 10000000LL, Alpha_corr); in mlx90632_calc_temp_object_iteration()