Lines Matching refs:tx_bytes
129 * @tx_bytes: Number of bytes left to transfer
141 int tx_bytes;
281 xqspi->tx_bytes -= size;
405 len = xqspi->tx_bytes;
431 xqspi->tx_bytes -= count * 4;
443 len = xqspi->rx_bytes - xqspi->tx_bytes;
492 if (xqspi->tx_bytes) {
543 xqspi->tx_bytes = op->cmd.nbytes;
561 xqspi->tx_bytes = op->addr.nbytes;
580 xqspi->tx_bytes = op->dummy.nbytes;
596 xqspi->tx_bytes = op->data.nbytes;
603 xqspi->tx_bytes = op->data.nbytes;