Lines Matching refs:tx_bytes
209 unsigned int tx_bytes;
542 unsigned int tx_bytes = msg->len - iproc_i2c->tx_bytes;
547 tx_bytes = min_t(unsigned int, tx_bytes, M_TX_RX_FIFO_SIZE);
548 for (i = 0; i < tx_bytes; i++) {
550 unsigned int idx = iproc_i2c->tx_bytes + i;
577 iproc_i2c->tx_bytes += tx_bytes;
823 unsigned int tx_bytes;
844 tx_bytes = min_t(unsigned int, msg->len, M_TX_RX_FIFO_SIZE - 1);
846 for (i = 0; i < tx_bytes; i++) {
855 iproc_i2c->tx_bytes = tx_bytes;
892 msg->len > iproc_i2c->tx_bytes)