Home
last modified time | relevance | path

Searched refs:BMP280_OSRS_HUMIDITY_MASK (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/iio/pressure/
H A Dbmp280.h42 #define BMP280_OSRS_HUMIDITY_MASK (BIT(2) | BIT(1) | BIT(0)) macro
H A Dbmp280-core.c664 BMP280_OSRS_HUMIDITY_MASK, osrs); in bme280_chip_config()
/kernel/linux/linux-6.6/drivers/iio/pressure/
H A Dbmp280.h238 #define BMP280_OSRS_HUMIDITY_MASK GENMASK(2, 0) macro
H A Dbmp280-core.c833 u8 osrs = FIELD_PREP(BMP280_OSRS_HUMIDITY_MASK, data->oversampling_humid + 1); in bme280_chip_config()
841 BMP280_OSRS_HUMIDITY_MASK, osrs); in bme280_chip_config()

Completed in 7 milliseconds