Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Dtegra20_sflash.c49 #define SPI_STAT_TXF_EMPTY BIT(23) macro
268 if (is_read && (status & SPI_STAT_TXF_EMPTY)) in tegra20_sflash_xfer()