Searched refs:fifo_words_left (Results 1 – 3 of 3) sorted by relevance
297 unsigned fifo_words_left; in tegra_slink_fill_tx_fifo_from_client_txbuf() local304 fifo_words_left = tx_empty_count * tspi->words_per_32bit; in tegra_slink_fill_tx_fifo_from_client_txbuf()305 written_words = min(fifo_words_left, tspi->curr_dma_words); in tegra_slink_fill_tx_fifo_from_client_txbuf()
300 unsigned fifo_words_left; in tegra_spi_fill_tx_fifo_from_client_txbuf() local307 fifo_words_left = tx_empty_count * tspi->words_per_32bit; in tegra_spi_fill_tx_fifo_from_client_txbuf()308 written_words = min(fifo_words_left, tspi->curr_dma_words); in tegra_spi_fill_tx_fifo_from_client_txbuf()
309 unsigned int written_words, fifo_words_left, count; in tegra_qspi_fill_tx_fifo_from_client_txbuf() local318 fifo_words_left = tx_empty_count * tqspi->words_per_32bit; in tegra_qspi_fill_tx_fifo_from_client_txbuf()319 written_words = min(fifo_words_left, tqspi->curr_dma_words); in tegra_qspi_fill_tx_fifo_from_client_txbuf()