Home
last modified time | relevance | path

Searched refs:BMP580_REG_STATUS (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/iio/pressure/
Dbmp280-regmap.c159 case BMP580_REG_STATUS: in bmp580_is_volatile_reg()
Dbmp280.h30 #define BMP580_REG_STATUS 0x28 macro
Dbmp280-core.c1300 ret = regmap_read(data->regmap, BMP580_REG_STATUS, &reg); in bmp580_nvm_operation()
1345 ret = regmap_read_poll_timeout(data->regmap, BMP580_REG_STATUS, reg, in bmp580_nvm_operation()
1608 ret = regmap_read(data->regmap, BMP580_REG_STATUS, &reg); in bmp580_preinit()