Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iio/chemical/
Dbme680_core.c525 u8 osrs = FIELD_PREP(BME680_OSRS_HUMIDITY_MASK, in bme680_chip_config() local
532 BME680_OSRS_HUMIDITY_MASK, osrs); in bme680_chip_config()
547 osrs = FIELD_PREP(BME680_OSRS_TEMP_MASK, data->oversampling_temp + 1) | in bme680_chip_config()
553 osrs); in bme680_chip_config()
/Linux-v4.19/drivers/iio/pressure/
Dbmp280-core.c624 u8 osrs = BMP280_OSRS_TEMP_X(data->oversampling_temp + 1) | in bmp280_chip_config() local
631 osrs | BMP280_MODE_NORMAL); in bmp280_chip_config()
667 u8 osrs = BMP280_OSRS_HUMIDITIY_X(data->oversampling_humid + 1); in bme280_chip_config() local
674 BMP280_OSRS_HUMIDITY_MASK, osrs); in bme280_chip_config()