Searched refs:SPI_STATUS1_BUSY (Results 1 – 2 of 2) sorted by relevance
16 #define SPI_STATUS1_BUSY 0x01U macro280 spi_status = SPI_STATUS1_BUSY; in ZTEST_USER()281 while (spi_status & SPI_STATUS1_BUSY) { in ZTEST_USER()324 spi_status = SPI_STATUS1_BUSY; in test_spi_single_write()325 while (spi_status & SPI_STATUS1_BUSY) { in test_spi_single_write()545 spi_status = SPI_STATUS1_BUSY; in test_spi_quad_write()546 while (spi_status & SPI_STATUS1_BUSY) { in test_spi_quad_write()
86 #define SPI_STATUS1_BUSY 0x80U macro356 if (spi_status1 & SPI_STATUS1_BUSY) { in spi_saf_init()