Searched refs:bogus_cnt (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dhamachi.c808 int bogus_cnt = 1000; local
811 while ((readb(ioaddr + EECmdStatus) & 0x40) && --bogus_cnt > 0);
814 bogus_cnt = 1000;
815 while ((readb(ioaddr + EECmdStatus) & 0x40) && --bogus_cnt > 0);
818 (int)readb(ioaddr + EECmdStatus), 1000- bogus_cnt);
1555 " of %d, bogus_cnt %d.\n",
H A Dyellowfin.c530 int bogus_cnt = 10000; /* Typical 33Mhz: 1050 ticks */ local
534 while ((ioread8(ioaddr + EEStatus) & 0x80) && --bogus_cnt > 0)
1123 printk(KERN_DEBUG " %s() normal Rx pkt length %d of %d, bogus_cnt %d\n",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/pcmcia/
H A Dsmc91c92_cs.c1397 char bogus_cnt = INTR_WORK; /* Work we are willing to do. */ local
1430 if (bogus_cnt == INTR_WORK)
1470 } while (--bogus_cnt);

Completed in 133 milliseconds