Searched refs:ab_val (Results 1 – 2 of 2) sorted by relevance
99 int ab_val, d1_val, d2_val, diff_val, dut, off, sens, x; in hp03_update_temp_pressure() local138 ab_val = coefs[14]; /* A-value */ in hp03_update_temp_pressure()140 ab_val = coefs[15]; /* B-value */ in hp03_update_temp_pressure()143 dut = (ab_val * (diff_val >> 7) * (diff_val >> 7)) >> coefs[16]; in hp03_update_temp_pressure()
23 #define MDP_BUS_VECTOR_ENTRY(ab_val, ib_val) \ argument27 .ab = (ab_val), \