Searched refs:SPI_FIFO_DEPTH (Results 1 – 2 of 2) sorted by relevance
111 #define SPI_FIFO_DEPTH 4 macro177 if (max_word > SPI_FIFO_DEPTH) in tegra_sflash_calculate_curr_xfer_param()178 max_word = SPI_FIFO_DEPTH; in tegra_sflash_calculate_curr_xfer_param()191 if (max_n_32bit > SPI_FIFO_DEPTH) in tegra_sflash_fill_tx_fifo_from_client_txbuf()192 max_n_32bit = SPI_FIFO_DEPTH; in tegra_sflash_fill_tx_fifo_from_client_txbuf()
153 #define SPI_FIFO_DEPTH 64 macro751 if (total_fifo_words > SPI_FIFO_DEPTH) in tegra_spi_start_transfer_one()988 if (total_fifo_words > SPI_FIFO_DEPTH) in handle_dma_based_xfer()1093 tspi->max_buf_size = SPI_FIFO_DEPTH << 2; in tegra_spi_probe()