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

/linux-4.4.14/drivers/spi/
H A Dspi-tegra20-sflash.c111 #define SPI_FIFO_DEPTH 4 macro
177 if (max_word > SPI_FIFO_DEPTH) tegra_sflash_calculate_curr_xfer_param()
178 max_word = SPI_FIFO_DEPTH; tegra_sflash_calculate_curr_xfer_param()
191 if (max_n_32bit > SPI_FIFO_DEPTH) tegra_sflash_fill_tx_fifo_from_client_txbuf()
192 max_n_32bit = SPI_FIFO_DEPTH; tegra_sflash_fill_tx_fifo_from_client_txbuf()
H A Dspi-tegra114.c153 #define SPI_FIFO_DEPTH 64 macro
751 if (total_fifo_words > SPI_FIFO_DEPTH) tegra_spi_start_transfer_one()
988 if (total_fifo_words > SPI_FIFO_DEPTH) handle_dma_based_xfer()
1093 tspi->max_buf_size = SPI_FIFO_DEPTH << 2; tegra_spi_probe()

Completed in 77 milliseconds