Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/pressure/
H A Ddps310.c38 #define DPS310_TMP_RATE_BITS GENMASK(6, 4) macro
350 DPS310_TMP_RATE_BITS, val); in dps310_set_temp_samp_freq()
374 return BIT((val & DPS310_TMP_RATE_BITS) >> 4); in dps310_get_temp_samp_freq()
/openbmc/qemu/hw/sensor/
H A Ddps310.c42 #define DPS310_TMP_RATE_BITS (0x70) macro