Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/pressure/
H A Dbmp280.h262 #define BME280_OSRS_HUMIDITY_MASK GENMASK(2, 0) macro
H A Dbmp280-core.c834 u8 osrs = FIELD_PREP(BME280_OSRS_HUMIDITY_MASK, data->oversampling_humid + 1); in bme280_chip_config()
842 BME280_OSRS_HUMIDITY_MASK, osrs); in bme280_chip_config()