Searched refs:QSPI_FIFO_DEPTH (Results 1 – 1 of 1) sorted by relevance
117 #define QSPI_FIFO_DEPTH 64 macro916 if (tqspi->use_dma && total_fifo_words > QSPI_FIFO_DEPTH) in tegra_qspi_start_transfer_one()1300 if (!tqspi->soc_data->has_dma || xfer->len > (QSPI_FIFO_DEPTH << 2)) in tegra_qspi_validate_cmb_seq()1420 if (total_fifo_words > QSPI_FIFO_DEPTH) in handle_dma_based_xfer()1571 tqspi->max_buf_size = QSPI_FIFO_DEPTH << 2; in tegra_qspi_probe()