Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/pressure/
H A Dbmp280-core.c819 .oversampling_temp_default = BMP280_OSRS_TEMP_2X - 1,
862 .oversampling_temp_default = BMP280_OSRS_TEMP_2X - 1,
1243 .oversampling_temp_default = ilog2(1),
1752 .oversampling_temp_default = ilog2(1),
2018 .oversampling_temp_default = 0,
2122 data->oversampling_temp = chip_info->oversampling_temp_default; in bmp280_common_probe()
H A Dbmp280.h435 int oversampling_temp_default; member