Searched refs:txbytes (Results 1 – 1 of 1) sorted by relevance
180 u32 txbytes) in xilinx_spi_fill_txfifo() argument187 while (txbytes && !(readl(®s->spisr) & SPISR_TX_FULL) && in xilinx_spi_fill_txfifo()193 txbytes--; in xilinx_spi_fill_txfifo()225 u32 count, txbytes, rxbytes; in start_transfer() local230 txbytes = len; in start_transfer()232 while (txbytes || rxbytes) { in start_transfer()236 count = xilinx_spi_fill_txfifo(bus, txp, txbytes); in start_transfer()240 txbytes -= count; in start_transfer()
Completed in 6 milliseconds