Home
last modified time | relevance | path

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

/linux/drivers/iio/pressure/
H A Ddps310.c53 #define DPS310_PRS_SHIFT_EN BIT(4) macro
226 DPS310_PRS_SHIFT_EN | DPS310_TMP_SHIFT_EN, 0); in dps310_startup()
298 shift_en = val >= 16 ? DPS310_PRS_SHIFT_EN : 0; in dps310_set_pres_precision()
300 DPS310_PRS_SHIFT_EN, shift_en); in dps310_set_pres_precision()