Searched refs:fifo_words_left (Results 1 – 2 of 2) sorted by relevance
292 unsigned fifo_words_left; in tegra_spi_fill_tx_fifo_from_client_txbuf() local299 fifo_words_left = tx_empty_count * tspi->words_per_32bit; in tegra_spi_fill_tx_fifo_from_client_txbuf()300 written_words = min(fifo_words_left, tspi->curr_dma_words); in tegra_spi_fill_tx_fifo_from_client_txbuf()
309 unsigned fifo_words_left; in tegra_slink_fill_tx_fifo_from_client_txbuf() local316 fifo_words_left = tx_empty_count * tspi->words_per_32bit; in tegra_slink_fill_tx_fifo_from_client_txbuf()317 written_words = min(fifo_words_left, tspi->curr_dma_words); in tegra_slink_fill_tx_fifo_from_client_txbuf()