Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/iio/chemical/
Dbme680_core.c531 u8 osrs; in bme680_chip_config() local
533 osrs = FIELD_PREP( in bme680_chip_config()
541 BME680_OSRS_HUMIDITY_MASK, osrs); in bme680_chip_config()
556 osrs = FIELD_PREP(BME680_OSRS_TEMP_MASK, in bme680_chip_config()
562 osrs); in bme680_chip_config()
/Linux-v5.4/drivers/iio/pressure/
Dbmp280-core.c627 u8 osrs = BMP280_OSRS_TEMP_X(data->oversampling_temp + 1) | in bmp280_chip_config() local
634 osrs | BMP280_MODE_NORMAL); in bmp280_chip_config()
670 u8 osrs = BMP280_OSRS_HUMIDITIY_X(data->oversampling_humid + 1); in bme280_chip_config() local
677 BMP280_OSRS_HUMIDITY_MASK, osrs); in bme280_chip_config()