Searched refs:txbytes (Results 1 – 1 of 1) sorted by relevance
168 u32 txbytes) in xilinx_spi_fill_txfifo() argument175 while (txbytes && !(readl(®s->spisr) & SPISR_TX_FULL) && in xilinx_spi_fill_txfifo()181 txbytes--; in xilinx_spi_fill_txfifo()218 u32 txbytes = bytes; in xilinx_spi_startup_block() local227 xilinx_spi_fill_txfifo(bus, txp, txbytes); in xilinx_spi_startup_block()252 u32 txbytes = bytes; in xilinx_spi_xfer() local281 while (txbytes && rxbytes) { in xilinx_spi_xfer()282 count = xilinx_spi_fill_txfifo(bus, txp, txbytes); in xilinx_spi_xfer()285 txbytes -= count; in xilinx_spi_xfer()296 debug("txbytes:0x%x,txp:0x%p\n", txbytes, txp); in xilinx_spi_xfer()
Completed in 4 milliseconds