Lines Matching defs:fifo_depth
94 unsigned long fifo_depth;
171 cnt = sspi->cfg->fifo_depth - sun6i_spi_get_tx_fifo_count(sspi);
314 trig_level = sspi->cfg->fifo_depth / 4 * 3;
321 trig_level = sspi->cfg->fifo_depth / 2;
477 if (rx_len > sspi->cfg->fifo_depth)
479 if (tx_len > sspi->cfg->fifo_depth)
625 return xfer->len > sspi->cfg->fifo_depth;
780 .fifo_depth = SUN6I_FIFO_DEPTH,
785 .fifo_depth = SUN8I_FIFO_DEPTH,
790 .fifo_depth = SUN8I_FIFO_DEPTH,