Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/iio/pressure/
Dhp03.c99 int ab_val, d1_val, d2_val, diff_val, dut, off, sens, x; in hp03_update_temp_pressure() local
142 diff_val = d2_val - cx_val[4]; in hp03_update_temp_pressure()
143 dut = (ab_val * (diff_val >> 7) * (diff_val >> 7)) >> coefs[16]; in hp03_update_temp_pressure()
144 dut = diff_val - dut; in hp03_update_temp_pressure()
/Linux-v5.4/drivers/media/dvb-frontends/
Dlgdt3306a.c1475 u32 diff_val, step_val, step_log10; in log10_x1000() local
1509 diff_val = x - valx_x10[i-1]; in log10_x1000()
1515 ((diff_val*step_log10) / step_val); in log10_x1000()