Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/pressure/
H A Dt5403.c46 #define T5403_C(i) sign_extend32(T5403_C_U16(i), 15) macro
86 T5403_C(5) * t_r / 0x8000 * t_r / 0x80000 + in t5403_comp_pressure()
87 T5403_C(9) * t_r / 0x8000 * t_r / 0x8000 * t_r / 0x10000; in t5403_comp_pressure()
89 O = T5403_C(6) * 0x4000 + T5403_C(7) * t_r / 8 + in t5403_comp_pressure()
90 T5403_C(8) * t_r / 0x8000 * t_r / 16 + in t5403_comp_pressure()
91 T5403_C(9) * t_r / 0x8000 * t_r / 0x10000 * t_r; in t5403_comp_pressure()
96 T5403_C(10) / 0x10000; in t5403_comp_pressure()