Lines Matching defs:count
160 int count = min(bs->rx_len, 3);164 switch (count) {176 bs->rx_len -= count;177 bs->pending -= count;184 int count;188 count = min(bs->tx_len, 3);190 for (i = 0; i < count; i++) {196 data |= (count * 8) << 24;199 bs->tx_len -= count;200 bs->pending += count;