Searched refs:total_fifo_words (Results 1 – 2 of 2) sorted by relevance
262 unsigned total_fifo_words; in tegra_slink_calculate_curr_xfer_param() local279 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()683 unsigned total_fifo_words; in tegra_slink_start_transfer_one() local700 total_fifo_words = tegra_slink_calculate_curr_xfer_param(spi, tspi, t); in tegra_slink_start_transfer_one()730 if (total_fifo_words > SLINK_FIFO_DEPTH) in tegra_slink_start_transfer_one()890 unsigned total_fifo_words; in handle_dma_based_xfer() local953 total_fifo_words = tegra_slink_calculate_curr_xfer_param(tspi->cur_spi, in handle_dma_based_xfer()955 if (total_fifo_words > SLINK_FIFO_DEPTH) in handle_dma_based_xfer()
266 unsigned total_fifo_words; in tegra_spi_calculate_curr_xfer_param() local282 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()862 unsigned total_fifo_words; in tegra_spi_start_transfer_one() local865 total_fifo_words = tegra_spi_calculate_curr_xfer_param(spi, tspi, t); in tegra_spi_start_transfer_one()897 if (total_fifo_words > SPI_FIFO_DEPTH) in tegra_spi_start_transfer_one()1170 unsigned total_fifo_words; in handle_dma_based_xfer() local1234 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()