Searched refs:ab_val (Results 1 – 3 of 3) sorted by relevance
/drivers/iio/pressure/ |
D | hp03.c | 102 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/ |
D | mdp5_cmd_encoder.c | 39 #define MDP_BUS_VECTOR_ENTRY(ab_val, ib_val) \ argument 43 .ab = (ab_val), \
|
D | mdp5_encoder.c | 45 #define MDP_BUS_VECTOR_ENTRY(ab_val, ib_val) \ argument 49 .ab = (ab_val), \
|