Home
last modified time | relevance | path

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

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