Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-tegra114.c115 #define SPI_FIFO_EMPTY (SPI_RX_FIFO_EMPTY | SPI_TX_FIFO_EMPTY) macro
516 if ((status & SPI_FIFO_EMPTY) != SPI_FIFO_EMPTY) { in tegra_spi_flush_fifos()
519 while ((status & SPI_FIFO_EMPTY) != SPI_FIFO_EMPTY) { in tegra_spi_flush_fifos()