Home
last modified time | relevance | path

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

/drivers/iio/pressure/
Dhp03.c102 int ab_val, d1_val, d2_val, diff_val, dut, off, sens, x; in hp03_update_temp_pressure() local
141 ab_val = coefs[14]; /* A-value */ in hp03_update_temp_pressure()
143 ab_val = coefs[15]; /* B-value */ in hp03_update_temp_pressure()
146 dut = (ab_val * (diff_val >> 7) * (diff_val >> 7)) >> coefs[16]; in hp03_update_temp_pressure()
/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_cmd_encoder.c39 #define MDP_BUS_VECTOR_ENTRY(ab_val, ib_val) \ argument
43 .ab = (ab_val), \
Dmdp5_encoder.c45 #define MDP_BUS_VECTOR_ENTRY(ab_val, ib_val) \ argument
49 .ab = (ab_val), \