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

/linux-4.4.14/drivers/spi/
H A Dspi-txx9.c32 #define SPI_FIFO_SIZE 4 macro
209 unsigned int count = SPI_FIFO_SIZE; txx9spi_work_one()
H A Dspi-ep93xx.c68 #define SPI_FIFO_SIZE 8 macro
80 * @fifo_level: how full is FIFO (%0..%SPI_FIFO_SIZE - %1). Receiving one
399 while (espi->fifo_level < SPI_FIFO_SIZE && espi->tx < t->len) { ep93xx_spi_read_write()
627 if (espi->dma_rx && t->len > SPI_FIFO_SIZE) ep93xx_spi_process_transfer()

Completed in 130 milliseconds