Searched refs:cx_val (Results 1 – 1 of 1) sorted by relevance
101 u16 cx_val[7]; in hp03_update_temp_pressure() local135 cx_val[i] = (coefs[2 * i] << 8) | (coefs[(2 * i) + 1] << 0); in hp03_update_temp_pressure()140 if (d2_val >= cx_val[4]) in hp03_update_temp_pressure()145 diff_val = d2_val - cx_val[4]; in hp03_update_temp_pressure()149 off = (cx_val[1] + (((cx_val[3] - 1024) * dut) >> 14)) * 4; in hp03_update_temp_pressure()150 sens = cx_val[0] + ((cx_val[2] * dut) >> 10); in hp03_update_temp_pressure()153 priv->pressure = ((x * 100) >> 5) + (cx_val[6] * 10); in hp03_update_temp_pressure()154 priv->temp = 250 + ((dut * cx_val[5]) >> 16) - (dut >> coefs[17]); in hp03_update_temp_pressure()