Searched refs:oversampling_temp (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/iio/pressure/
H A Dbmp280.h383 u8 oversampling_temp; member in struct:bmp280_data
H A Dbmp280-core.c501 *val = 1 << data->oversampling_temp;
575 prev = data->oversampling_temp;
576 data->oversampling_temp = ilog2(val);
580 data->oversampling_temp = prev;
770 u8 osrs = FIELD_PREP(BMP280_OSRS_TEMP_MASK, data->oversampling_temp + 1) |
1147 osrs = FIELD_PREP(BMP380_OSRS_TEMP_MASK, data->oversampling_temp) |
1660 reg_val = FIELD_PREP(BMP580_OSR_TEMP_MASK, data->oversampling_temp) |
1722 data->oversampling_temp = FIELD_GET(BMP580_EFF_OSR_TEMP_MASK, tmp);
2115 data->oversampling_temp = chip_info->oversampling_temp_default;
/linux-master/drivers/iio/chemical/
H A Dbme680_core.c54 u8 oversampling_temp; member in struct:bme680_data
565 bme680_oversampling_to_reg(data->oversampling_temp)) |
801 *val = data->oversampling_temp;
839 data->oversampling_temp = val;
935 data->oversampling_temp = 8; /* 8X oversampling rate */

Completed in 201 milliseconds