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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/sparc/
H A Ddbri.c637 int maxloops = MAXLOOPS; local
642 while ((--maxloops) > 0 && (sbus_readl(dbri->regs + REG0) & D_P)) {
649 if (maxloops == 0) {
653 MAXLOOPS - maxloops - 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c5016 int maxloops; local
5019 maxloops = 1000;
5040 } while (--maxloops
5044 if (maxloops == 0) {
H A Daic79xx_core.c7097 u_int maxloops; local
7099 maxloops = 1000;
7126 } while (--maxloops
7132 if (maxloops == 0) {

Completed in 122 milliseconds