Searched refs:rxreq_max (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/spi/
H A Dspi-lantiq-ssc.c609 unsigned int rxreq, rxreq_max; local
617 rxreq_max = spi->rx_fifo_size * 4;
618 if (rxreq > rxreq_max)
619 rxreq = rxreq_max;

Completed in 223 milliseconds