Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/spi/
Dspi-tegra20-slink.c262 unsigned total_fifo_words; in tegra_slink_calculate_curr_xfer_param() local
279 total_fifo_words = max_len/4; in tegra_slink_calculate_curr_xfer_param()
284 total_fifo_words = max_word; in tegra_slink_calculate_curr_xfer_param()
286 return total_fifo_words; in tegra_slink_calculate_curr_xfer_param()
678 unsigned total_fifo_words; in tegra_slink_start_transfer_one() local
695 total_fifo_words = tegra_slink_calculate_curr_xfer_param(spi, tspi, t); in tegra_slink_start_transfer_one()
725 if (total_fifo_words > SLINK_FIFO_DEPTH) in tegra_slink_start_transfer_one()
885 unsigned total_fifo_words; in handle_dma_based_xfer() local
948 total_fifo_words = tegra_slink_calculate_curr_xfer_param(tspi->cur_spi, in handle_dma_based_xfer()
950 if (total_fifo_words > SLINK_FIFO_DEPTH) in handle_dma_based_xfer()
Dspi-tegra114.c266 unsigned total_fifo_words; in tegra_spi_calculate_curr_xfer_param() local
282 total_fifo_words = (max_len + 3) / 4; in tegra_spi_calculate_curr_xfer_param()
287 total_fifo_words = max_word; in tegra_spi_calculate_curr_xfer_param()
289 return total_fifo_words; in tegra_spi_calculate_curr_xfer_param()
874 unsigned total_fifo_words; in tegra_spi_start_transfer_one() local
877 total_fifo_words = tegra_spi_calculate_curr_xfer_param(spi, tspi, t); in tegra_spi_start_transfer_one()
909 if (total_fifo_words > SPI_FIFO_DEPTH) in tegra_spi_start_transfer_one()
1170 unsigned total_fifo_words; in handle_dma_based_xfer() local
1234 total_fifo_words = tegra_spi_calculate_curr_xfer_param(tspi->cur_spi, in handle_dma_based_xfer()
1236 if (total_fifo_words > SPI_FIFO_DEPTH) in handle_dma_based_xfer()
Dspi-tegra210-quad.c269 unsigned int max_word, max_len, total_fifo_words; in tegra_qspi_calculate_curr_xfer_param() local
294 total_fifo_words = (max_len + 3) / 4; in tegra_qspi_calculate_curr_xfer_param()
299 total_fifo_words = max_word; in tegra_qspi_calculate_curr_xfer_param()
302 return total_fifo_words; in tegra_qspi_calculate_curr_xfer_param()
873 unsigned int total_fifo_words; in tegra_qspi_start_transfer_one() local
877 total_fifo_words = tegra_qspi_calculate_curr_xfer_param(tqspi, t); in tegra_qspi_start_transfer_one()
916 if (tqspi->use_dma && total_fifo_words > QSPI_FIFO_DEPTH) in tegra_qspi_start_transfer_one()
1358 unsigned int total_fifo_words; in handle_dma_based_xfer() local
1419 total_fifo_words = tegra_qspi_calculate_curr_xfer_param(tqspi, t); in handle_dma_based_xfer()
1420 if (total_fifo_words > QSPI_FIFO_DEPTH) in handle_dma_based_xfer()