Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/spi/
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()
Dspi-tegra114.c146 #define SPI_FIFO_DEPTH 64 macro
909 if (total_fifo_words > SPI_FIFO_DEPTH) in tegra_spi_start_transfer_one()
1236 if (total_fifo_words > SPI_FIFO_DEPTH) in handle_dma_based_xfer()
1374 tspi->max_buf_size = SPI_FIFO_DEPTH << 2; in tegra_spi_probe()