Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Dtegra210_qspi.c49 #define QSPI_XFER_STS_RDY BIT(30) macro
284 setbits_le32(&regs->xfer_status, QSPI_XFER_STS_RDY); in tegra210_qspi_xfer()
311 if (!(xfer_status & QSPI_XFER_STS_RDY)) in tegra210_qspi_xfer()