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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-dma.c269 u32 xcount, bcount = 0x10000 - (cur_addr & 0xffff); local
274 xcount = bcount & 0xffff;
276 xcount = ((xcount >> 2) - 1) << 16;
277 if (xcount == 0x0000) {
289 xcount = 0x8000;
291 *table++ = cpu_to_le32(xcount);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dmace.c670 int xcount, dstat; local
701 * xcount is the number of complete frames which have been
704 xcount = (in_8(&mb->fifofc) >> XMTFC_SH) & XMTFC_MASK;
705 if (xcount == 0 || (dstat & DEAD)) {
722 fs, xcount, dstat);
727 if ((fs & (UFLO|LCOL|LCAR|RTRY)) || (dstat & DEAD) || xcount == 0) {
755 fs, xcount, dstat);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/isdnloop/
H A Disdnloop.c970 int xcount = 0; local
989 xcount++;
1011 return xcount;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/icn/
H A Dicn.c1030 int xcount; local
1041 xcount = loop = 0;
1063 xcount++;
1088 return xcount;

Completed in 116 milliseconds