Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/spi/
Dspi-tegra20-slink.c290 unsigned tx_empty_count; in tegra_slink_fill_tx_fifo_from_client_txbuf() local
299 tx_empty_count = SLINK_TX_FIFO_EMPTY_COUNT(fifo_status); in tegra_slink_fill_tx_fifo_from_client_txbuf()
302 fifo_words_left = tx_empty_count * tspi->words_per_32bit; in tegra_slink_fill_tx_fifo_from_client_txbuf()
313 max_n_32bit = min(tspi->curr_dma_words, tx_empty_count); in tegra_slink_fill_tx_fifo_from_client_txbuf()
Dspi-tegra210-quad.c267 unsigned int len, tx_empty_count, max_n_32bit, i; in tegra_qspi_fill_tx_fifo_from_client_txbuf() local
272 tx_empty_count = QSPI_TX_FIFO_EMPTY_COUNT(fifo_status); in tegra_qspi_fill_tx_fifo_from_client_txbuf()
275 fifo_words_left = tx_empty_count * tqspi->words_per_32bit; in tegra_qspi_fill_tx_fifo_from_client_txbuf()
292 max_n_32bit = min(tqspi->curr_dma_words, tx_empty_count); in tegra_qspi_fill_tx_fifo_from_client_txbuf()
Dspi-tegra114.c296 unsigned tx_empty_count; in tegra_spi_fill_tx_fifo_from_client_txbuf() local
305 tx_empty_count = SPI_TX_FIFO_EMPTY_COUNT(fifo_status); in tegra_spi_fill_tx_fifo_from_client_txbuf()
308 fifo_words_left = tx_empty_count * tspi->words_per_32bit; in tegra_spi_fill_tx_fifo_from_client_txbuf()
323 max_n_32bit = min(tspi->curr_dma_words, tx_empty_count); in tegra_spi_fill_tx_fifo_from_client_txbuf()