Home
last modified time | relevance | path

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

/u-boot/drivers/spi/
A Dxilinx_spi.c168 u32 txbytes) in xilinx_spi_fill_txfifo() argument
175 while (txbytes && !(readl(&regs->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() local
227 xilinx_spi_fill_txfifo(bus, txp, txbytes); in xilinx_spi_startup_block()
252 u32 txbytes = bytes; in xilinx_spi_xfer() local
281 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