Searched refs:xcount (Results 1 - 4 of 4) sorted by path

/drivers/ide/
H A Dide-dma-sff.c124 u32 cur_addr, cur_len, xcount, bcount; local
143 xcount = bcount & 0xffff;
145 xcount = ((xcount >> 2) - 1) << 16;
146 else if (xcount == 0x0000) {
151 xcount = 0x8000;
153 *table++ = cpu_to_le32(xcount);
/drivers/isdn/icn/
H A Dicn.c1031 int xcount; local
1042 xcount = loop = 0;
1064 xcount++;
1089 return xcount;
/drivers/isdn/isdnloop/
H A Disdnloop.c972 int xcount = 0; local
991 xcount++;
1013 return xcount;
/drivers/net/ethernet/apple/
H A Dmace.c667 int xcount, dstat; local
698 * xcount is the number of complete frames which have been
701 xcount = (in_8(&mb->fifofc) >> XMTFC_SH) & XMTFC_MASK;
702 if (xcount == 0 || (dstat & DEAD)) {
719 fs, xcount, dstat);
728 if ((fs & (UFLO|LCOL|LCAR|RTRY)) || (dstat & DEAD) || xcount == 0) {
756 fs, xcount, dstat);
776 mace_last_xcount = xcount;

Completed in 94 milliseconds