Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/chemical/
Dbme680_core.c572 u8 osrs; in bme680_chip_config() local
574 osrs = FIELD_PREP( in bme680_chip_config()
582 BME680_OSRS_HUMIDITY_MASK, osrs); in bme680_chip_config()
597 osrs = FIELD_PREP(BME680_OSRS_TEMP_MASK, in bme680_chip_config()
603 osrs); in bme680_chip_config()
/linux-6.12.1/drivers/iio/pressure/
Dbmp280-core.c988 u8 osrs = FIELD_PREP(BMP280_OSRS_TEMP_MASK, data->oversampling_temp + 1) | in bmp280_chip_config() local
996 osrs | BMP280_MODE_NORMAL); in bmp280_chip_config()
1109 u8 osrs = FIELD_PREP(BME280_OSRS_HUMIDITY_MASK, data->oversampling_humid + 1); in bme280_chip_config() local
1117 BME280_OSRS_HUMIDITY_MASK, osrs); in bme280_chip_config()
1509 u8 osrs; in bmp380_chip_config() local
1524 osrs = FIELD_PREP(BMP380_OSRS_TEMP_MASK, data->oversampling_temp) | in bmp380_chip_config()
1530 osrs, &aux); in bmp380_chip_config()