Lines Matching defs:tx_len
92 * @tx_len: remaining bytes to transmit
126 int tx_len;
230 while ((bs->tx_len) &&
234 bs->tx_len--;
269 * The caller must ensure that @bs->tx_len is greater than or equal to @count,
279 bs->tx_len -= count;
336 count = min(count, bs->tx_len);
337 bs->tx_len -= count;
388 if (bs->tx_len && cs & BCM2835_SPI_CS_DONE)
795 bcm2835_wr(bs, BCM2835_SPI_DLEN, bs->tx_len);
1031 bs->tx_len, bs->rx_len);
1083 bs->tx_len = tfr->len;