Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/iio/pressure/
Dbmp280.h147 #define BMP280_OSRS_PRESS_MASK GENMASK(4, 2) macro
Dbmp280-core.c880 FIELD_PREP(BMP280_OSRS_PRESS_MASK, data->oversampling_press + 1); in bmp280_chip_config()
885 BMP280_OSRS_PRESS_MASK | in bmp280_chip_config()