Home
last modified time | relevance | path

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

/openbmc/linux/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) in tegra_qspi_start_transfer_one()
1313 if (!tqspi->soc_data->has_dma && xfer->len > (QSPI_FIFO_DEPTH << 2)) in tegra_qspi_validate_cmb_seq()
1433 if (total_fifo_words > QSPI_FIFO_DEPTH) in handle_dma_based_xfer()
1588 tqspi->max_buf_size = QSPI_FIFO_DEPTH << 2; in tegra_qspi_probe()