Home
last modified time | relevance | path

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

/openbmc/linux/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()