Lines Matching defs:tx_len
93 * @tx_len: remaining bytes to transmit
134 int tx_len;
225 while ((bs->tx_len) &&
229 bs->tx_len--;
264 * The caller must ensure that @bs->tx_len is greater than or equal to @count,
274 bs->tx_len -= count;
331 count = min(count, bs->tx_len);
332 bs->tx_len -= count;
379 if (bs->tx_len && cs & BCM2835_SPI_CS_DONE)
787 bcm2835_wr(bs, BCM2835_SPI_DLEN, bs->tx_len);
1065 bs->tx_len, bs->rx_len);
1116 bs->tx_len = tfr->len;