Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Dtegra114_spi.c49 #define SPI_XFER_STS_RDY BIT(30) macro
268 setbits_le32(&regs->xfer_status, SPI_XFER_STS_RDY); in tegra114_spi_xfer()
284 if (!(xfer_status & SPI_XFER_STS_RDY)) in tegra114_spi_xfer()