Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/temperature/
Dmlx90635.c525 s64 calcedGa, calcedGb, calcedFa, Alpha_corr; in mlx90635_calc_temp_object_iteration() local
535 Alpha_corr = ((s64)((s64)Fa * Ha_customer * 10000LL) >> Fa_scale); in mlx90635_calc_temp_object_iteration()
536 Alpha_corr *= ((s64)(1 * 1000000LL + calcedGa + calcedGb)); in mlx90635_calc_temp_object_iteration()
538 Alpha_corr = div64_s64(Alpha_corr, 1000LL); in mlx90635_calc_temp_object_iteration()
539 Alpha_corr *= emissivity; in mlx90635_calc_temp_object_iteration()
540 Alpha_corr = div64_s64(Alpha_corr, 100LL); in mlx90635_calc_temp_object_iteration()
541 calcedFa = div64_s64((s64)object * 100000000000LL, Alpha_corr); in mlx90635_calc_temp_object_iteration()
Dmlx90632.c739 s64 calcedKsTO, calcedKsTA, ir_Alpha, Alpha_corr; in mlx90632_calc_temp_object_iteration() local
748 Alpha_corr = div64_s64((((s64)(Fa * 10000000000LL) >> 46LL) in mlx90632_calc_temp_object_iteration()
750 Alpha_corr *= ((s64)(1 * 1000000LL + calcedKsTO + calcedKsTA)); in mlx90632_calc_temp_object_iteration()
751 Alpha_corr = emissivity * div64_s64(Alpha_corr, 100000LL); in mlx90632_calc_temp_object_iteration()
752 Alpha_corr = div64_s64(Alpha_corr, 1000LL); in mlx90632_calc_temp_object_iteration()
753 ir_Alpha = div64_s64((s64)object * 10000000LL, Alpha_corr); in mlx90632_calc_temp_object_iteration()