Searched refs:QSPI_FIFO_DEPTH (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/spi/
H A Dspi-tegra210-quad.c116 #define QSPI_FIFO_DEPTH 64 macro
917 if (tqspi->use_dma && total_fifo_words > QSPI_FIFO_DEPTH)
1313 if (!tqspi->soc_data->has_dma && xfer->len > (QSPI_FIFO_DEPTH << 2))
1433 if (total_fifo_words > QSPI_FIFO_DEPTH)
1588 tqspi->max_buf_size = QSPI_FIFO_DEPTH << 2;

Completed in 124 milliseconds