Home
last modified time | relevance | path

Searched refs:txbytes (Results 1 – 1 of 1) sorted by relevance

/u-boot/drivers/spi/
A Dxilinx_spi.c180 u32 txbytes) in xilinx_spi_fill_txfifo() argument
187 while (txbytes && !(readl(&regs->spisr) & SPISR_TX_FULL) && in xilinx_spi_fill_txfifo()
193 txbytes--; in xilinx_spi_fill_txfifo()
225 u32 count, txbytes, rxbytes; in start_transfer() local
230 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