Home
last modified time | relevance | path

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

/linux/drivers/iio/pressure/
H A Dbmp280-regmap.c186 case BMP580_REG_STATUS: in bmp580_is_volatile_reg()
H A Dbmp280.h30 #define BMP580_REG_STATUS 0x28 macro
H A Dbmp280-core.c1745 ret = regmap_read(data->regmap, BMP580_REG_STATUS, &reg); in bmp580_nvm_operation()
1790 ret = regmap_read_poll_timeout(data->regmap, BMP580_REG_STATUS, reg, in bmp580_nvm_operation()
2066 ret = regmap_read(data->regmap, BMP580_REG_STATUS, &reg); in bmp580_preinit()