Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iio/pressure/
Dhp03.c102 int ab_val, d1_val, d2_val, diff_val, dut, off, sens, x; in hp03_update_temp_pressure() local
145 diff_val = d2_val - cx_val[4]; in hp03_update_temp_pressure()
146 dut = (ab_val * (diff_val >> 7) * (diff_val >> 7)) >> coefs[16]; in hp03_update_temp_pressure()
147 dut = diff_val - dut; in hp03_update_temp_pressure()
/Linux-v4.19/drivers/media/dvb-frontends/
Dlgdt3306a.c1484 u32 diff_val, step_val, step_log10; in log10_x1000() local
1518 diff_val = x - valx_x10[i-1]; in log10_x1000()
1524 ((diff_val*step_log10) / step_val); in log10_x1000()