Home
last modified time | relevance | path

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

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