Home
last modified time | relevance | path

Searched refs:d1_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
119 d1_val = ret; in hp03_update_temp_pressure()
133 d1_val = ((d1_val >> 8) & 0xff) | ((d1_val & 0xff) << 8); in hp03_update_temp_pressure()
148 x = ((sens * (d1_val - 7168)) >> 14) - off; 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
119 d1_val = ret; in hp03_update_temp_pressure()
133 d1_val = ((d1_val >> 8) & 0xff) | ((d1_val & 0xff) << 8); in hp03_update_temp_pressure()
148 x = ((sens * (d1_val - 7168)) >> 14) - off; in hp03_update_temp_pressure()

Completed in 1 milliseconds