Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/iio/chemical/
Dbme680_core.c539 u8 osrs; in bme680_chip_config() local
541 osrs = FIELD_PREP( in bme680_chip_config()
549 BME680_OSRS_HUMIDITY_MASK, osrs); in bme680_chip_config()
564 osrs = FIELD_PREP(BME680_OSRS_TEMP_MASK, in bme680_chip_config()
570 osrs); in bme680_chip_config()
/Linux-v6.6/drivers/iio/pressure/
Dbmp280-core.c769 u8 osrs = FIELD_PREP(BMP280_OSRS_TEMP_MASK, data->oversampling_temp + 1) | in bmp280_chip_config() local
777 osrs | BMP280_MODE_NORMAL); in bmp280_chip_config()
833 u8 osrs = FIELD_PREP(BMP280_OSRS_HUMIDITY_MASK, data->oversampling_humid + 1); in bme280_chip_config() local
841 BMP280_OSRS_HUMIDITY_MASK, osrs); in bme280_chip_config()
1126 u8 osrs; in bmp380_chip_config() local
1141 osrs = FIELD_PREP(BMP380_OSRS_TEMP_MASK, data->oversampling_temp) | in bmp380_chip_config()
1147 osrs, &aux); in bmp380_chip_config()