Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/pressure/
H A Dbmp280.h61 #define BMP580_STATUS_NVM_RDY_MASK BIT(1) macro
H A Dbmp280-core.c1305 if (!(reg & BMP580_STATUS_NVM_RDY_MASK)) { in bmp580_nvm_operation()
1346 (reg & BMP580_STATUS_NVM_RDY_MASK), in bmp580_nvm_operation()
1613 if (!(reg & BMP580_STATUS_NVM_RDY_MASK) || (reg & BMP580_STATUS_NVM_ERR_MASK)) { in bmp580_preinit()