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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ide/
H A Dide-dma-sff.c123 u32 cur_addr, cur_len, xcount, bcount; local
142 xcount = bcount & 0xffff;
144 xcount = ((xcount >> 2) - 1) << 16;
145 else if (xcount == 0x0000) {
150 xcount = 0x8000;
152 *table++ = cpu_to_le32(xcount);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ide/
H A Dide-dma-sff.c123 u32 cur_addr, cur_len, xcount, bcount; local
142 xcount = bcount & 0xffff;
144 xcount = ((xcount >> 2) - 1) << 16;
145 else if (xcount == 0x0000) {
150 xcount = 0x8000;
152 *table++ = cpu_to_le32(xcount);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libevent/test/
H A Dbench.c109 { int xcount = 0; local
113 xcount++;
117 if (xcount != count) fprintf(stderr, "Xcount: %d, Rcount: %d\n", xcount, count);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libevent/test/
H A Dbench.c109 { int xcount = 0; local
113 xcount++;
117 if (xcount != count) fprintf(stderr, "Xcount: %d, Rcount: %d\n", xcount, count);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libevent/test/
H A Dbench.c109 { int xcount = 0; local
113 xcount++;
117 if (xcount != count) fprintf(stderr, "Xcount: %d, Rcount: %d\n", xcount, count);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Dmace.c662 int xcount, dstat; local
693 * xcount is the number of complete frames which have been
696 xcount = (in_8(&mb->fifofc) >> XMTFC_SH) & XMTFC_MASK;
697 if (xcount == 0 || (dstat & DEAD)) {
714 fs, xcount, dstat);
719 if ((fs & (UFLO|LCOL|LCAR|RTRY)) || (dstat & DEAD) || xcount == 0) {
747 fs, xcount, dstat);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dmace.c662 int xcount, dstat; local
693 * xcount is the number of complete frames which have been
696 xcount = (in_8(&mb->fifofc) >> XMTFC_SH) & XMTFC_MASK;
697 if (xcount == 0 || (dstat & DEAD)) {
714 fs, xcount, dstat);
719 if ((fs & (UFLO|LCOL|LCAR|RTRY)) || (dstat & DEAD) || xcount == 0) {
747 fs, xcount, dstat);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/isdnloop/
H A Disdnloop.c971 int xcount = 0; local
990 xcount++;
1012 return xcount;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/isdn/isdnloop/
H A Disdnloop.c971 int xcount = 0; local
990 xcount++;
1012 return xcount;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/icn/
H A Dicn.c1031 int xcount; local
1042 xcount = loop = 0;
1064 xcount++;
1089 return xcount;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/isdn/icn/
H A Dicn.c1031 int xcount; local
1042 xcount = loop = 0;
1064 xcount++;
1089 return xcount;

Completed in 199 milliseconds