Lines Matching defs:cnt2
558 int cnt2, ret = 0;
566 cnt2 = (cnt > sizeof(tmp)) ? sizeof(tmp) : cnt;
567 cnt -= cnt2;
568 if (cnt2 != pp->ops->epp_read_data(pp, tmp, cnt2, 0)) {
573 for (; cnt2 > 0; cnt2--, cp++) {
639 int cnt, cnt2;
668 cnt2 = tmp[0] | (tmp[1] << 8);
669 cnt2 = 16384 - (cnt2 & 0x7fff);
674 if (transmit(bc, cnt2, stat))