Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/spi/
Dspi-tegra114.c258 unsigned total_fifo_words; in tegra_spi_calculate_curr_xfer_param() local
273 total_fifo_words = (max_len + 3) / 4; in tegra_spi_calculate_curr_xfer_param()
278 total_fifo_words = max_word; in tegra_spi_calculate_curr_xfer_param()
280 return total_fifo_words; in tegra_spi_calculate_curr_xfer_param()
726 unsigned total_fifo_words; in tegra_spi_start_transfer_one() local
729 total_fifo_words = tegra_spi_calculate_curr_xfer_param(spi, tspi, t); in tegra_spi_start_transfer_one()
751 if (total_fifo_words > SPI_FIFO_DEPTH) in tegra_spi_start_transfer_one()
924 unsigned total_fifo_words; in handle_dma_based_xfer() local
986 total_fifo_words = tegra_spi_calculate_curr_xfer_param(tspi->cur_spi, in handle_dma_based_xfer()
988 if (total_fifo_words > SPI_FIFO_DEPTH) in handle_dma_based_xfer()
Dspi-tegra20-slink.c273 unsigned total_fifo_words; in tegra_slink_calculate_curr_xfer_param() local
290 total_fifo_words = max_len/4; in tegra_slink_calculate_curr_xfer_param()
295 total_fifo_words = max_word; in tegra_slink_calculate_curr_xfer_param()
297 return total_fifo_words; in tegra_slink_calculate_curr_xfer_param()
694 unsigned total_fifo_words; in tegra_slink_start_transfer_one() local
711 total_fifo_words = tegra_slink_calculate_curr_xfer_param(spi, tspi, t); in tegra_slink_start_transfer_one()
735 if (total_fifo_words > SLINK_FIFO_DEPTH) in tegra_slink_start_transfer_one()
895 unsigned total_fifo_words; in handle_dma_based_xfer() local
958 total_fifo_words = tegra_slink_calculate_curr_xfer_param(tspi->cur_spi, in handle_dma_based_xfer()
960 if (total_fifo_words > SLINK_FIFO_DEPTH) in handle_dma_based_xfer()