Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Dtegra20_sflash.c42 #define SPI_STAT_RDY BIT(30) macro
143 reg = SPI_STAT_RDY | SPI_STAT_RXF_FLUSH | SPI_STAT_TXF_FLUSH | \ in tegra20_sflash_claim_bus()
271 if ((status & (SPI_STAT_BSY | SPI_STAT_RDY)) != in tegra20_sflash_xfer()
272 SPI_STAT_RDY) in tegra20_sflash_xfer()