Home
last modified time | relevance | path

Searched refs:SPI_FIFO_DEPTH (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-tegra20-sflash.c100 #define SPI_FIFO_DEPTH 4 macro
166 if (max_word > SPI_FIFO_DEPTH) in tegra_sflash_calculate_curr_xfer_param()
167 max_word = SPI_FIFO_DEPTH; in tegra_sflash_calculate_curr_xfer_param()
180 if (max_n_32bit > SPI_FIFO_DEPTH) in tegra_sflash_fill_tx_fifo_from_client_txbuf()
181 max_n_32bit = SPI_FIFO_DEPTH; in tegra_sflash_fill_tx_fifo_from_client_txbuf()
H A Dspi-tegra114.c146 #define SPI_FIFO_DEPTH 64 macro
909 if (total_fifo_words > SPI_FIFO_DEPTH) in tegra_spi_start_transfer_one()
1238 if (total_fifo_words > SPI_FIFO_DEPTH) in handle_dma_based_xfer()
1376 tspi->max_buf_size = SPI_FIFO_DEPTH << 2; in tegra_spi_probe()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-tegra20-sflash.c100 #define SPI_FIFO_DEPTH 4 macro
166 if (max_word > SPI_FIFO_DEPTH) in tegra_sflash_calculate_curr_xfer_param()
167 max_word = SPI_FIFO_DEPTH; in tegra_sflash_calculate_curr_xfer_param()
180 if (max_n_32bit > SPI_FIFO_DEPTH) in tegra_sflash_fill_tx_fifo_from_client_txbuf()
181 max_n_32bit = SPI_FIFO_DEPTH; in tegra_sflash_fill_tx_fifo_from_client_txbuf()
H A Dspi-tegra114.c145 #define SPI_FIFO_DEPTH 64 macro
904 if (total_fifo_words > SPI_FIFO_DEPTH) in tegra_spi_start_transfer_one()
1231 if (total_fifo_words > SPI_FIFO_DEPTH) in handle_dma_based_xfer()
1368 tspi->max_buf_size = SPI_FIFO_DEPTH << 2; in tegra_spi_probe()

Completed in 13 milliseconds