Home
last modified time | relevance | path

Searched refs:d2_val (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/iio/pressure/
H A Dhp03.c99 int ab_val, d1_val, d2_val, diff_val, dut, off, sens, x; in hp03_update_temp_pressure() local
126 d2_val = ret; in hp03_update_temp_pressure()
134 d2_val = ((d2_val >> 8) & 0xff) | ((d2_val & 0xff) << 8); in hp03_update_temp_pressure()
137 if (d2_val >= cx_val[4]) in hp03_update_temp_pressure()
142 diff_val = d2_val - cx_val[4]; in hp03_update_temp_pressure()
/kernel/linux/linux-6.6/drivers/iio/pressure/
H A Dhp03.c99 int ab_val, d1_val, d2_val, diff_val, dut, off, sens, x; in hp03_update_temp_pressure() local
126 d2_val = ret; in hp03_update_temp_pressure()
134 d2_val = ((d2_val >> 8) & 0xff) | ((d2_val & 0xff) << 8); in hp03_update_temp_pressure()
137 if (d2_val >= cx_val[4]) in hp03_update_temp_pressure()
142 diff_val = d2_val - cx_val[4]; in hp03_update_temp_pressure()

Completed in 1 milliseconds