Home
last modified time | relevance | path

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

/linux/drivers/iio/pressure/
H A Ddps310.c35 #define DPS310_PRS_RATE_BITS GENMASK(6, 4) macro
338 DPS310_PRS_RATE_BITS, val); in dps310_set_pres_samp_freq()
363 *val = BIT((reg_val & DPS310_PRS_RATE_BITS) >> 4); in dps310_get_pres_samp_freq()