Searched refs:rxecount (Results 1 – 1 of 1) sorted by relevance
176 unsigned rxecount = 17; /* max. 16 elements in FIFO, leftover 1 */ in xilinx_spi_xfer() local193 while (rxecount && !(readl(®s->spisr) & SPISR_RX_EMPTY)) { in xilinx_spi_xfer()195 rxecount--; in xilinx_spi_xfer()198 if (!rxecount) { in xilinx_spi_xfer()