Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Dtegra114_spi.c62 #define SPI_FIFO_STS_TX_FIFO_EMPTY BIT(2) macro
159 SPI_FIFO_STS_TX_FIFO_EMPTY | in tegra114_spi_probe()
300 if (fifo_status & SPI_FIFO_STS_TX_FIFO_EMPTY) in tegra114_spi_xfer()