Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Dtegra114_spi.c63 #define SPI_FIFO_STS_RX_FIFO_FULL BIT(1) macro
160 SPI_FIFO_STS_RX_FIFO_FULL | in tegra114_spi_probe()
302 if (fifo_status & SPI_FIFO_STS_RX_FIFO_FULL) in tegra114_spi_xfer()