Home
last modified time | relevance | path

Searched refs:SPI_NOR_WIP_BIT (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/modules/nrf_wifi/bus/
Dspi_nor.h20 #define SPI_NOR_WIP_BIT BIT(0) /* Write in progress */ macro
Dqspi_if.c656 } while ((ret >= 0) && ((ret & SPI_NOR_WIP_BIT) != 0U)); in qspi_wait_while_writing()
/Zephyr-latest/drivers/flash/
Dspi_nor.h15 #define SPI_NOR_WIP_BIT BIT(0) /* Write in progress */ macro
Dflash_npcx_fiu_nor.c152 } else if ((reg & SPI_NOR_WIP_BIT) == 0) { in flash_npcx_nor_wait_until_ready()
Dspi_nor.c482 if (ret || !(reg & SPI_NOR_WIP_BIT)) { in spi_nor_wait_until_ready()
1461 if (rc > 0 && (rc & SPI_NOR_WIP_BIT)) { in spi_nor_configure()
Dflash_mspi_atxp032.c378 } while (status & SPI_NOR_WIP_BIT); in flash_mspi_atxp032_busy_wait()
Dnrf_qspi_nor.c497 && ((rc & SPI_NOR_WIP_BIT) != 0U)); in qspi_wait_while_writing()
Dflash_stm32_qspi.c566 } while (!ret && (reg & SPI_NOR_WIP_BIT)); in qspi_wait_until_ready()