Searched refs:trx_done (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/spi/
H A Dspi-ar934x.c84 unsigned long trx_done, trx_cur; local
114 for (trx_done = 0; trx_done < t->len; trx_done += bpw) {
115 trx_cur = t->len - trx_done;
122 tx_buf = t->tx_buf + trx_done;
140 buf = t->rx_buf + trx_done;

Completed in 102 milliseconds