Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Dti_qspi.c50 #define QSPI_WC_BUSY (QSPI_WC | QSPI_BUSY) macro
258 while ((status & QSPI_WC_BUSY) != QSPI_XFER_DONE) { in __ti_qspi_xfer()
274 while ((status & QSPI_WC_BUSY) != QSPI_XFER_DONE) { in __ti_qspi_xfer()