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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/sparc/
H A Ddbri.c635 int maxloops = MAXLOOPS; local
640 while ((--maxloops) > 0 && (sbus_readl(dbri->regs + REG0) & D_P)) {
647 if (maxloops == 0)
651 MAXLOOPS - maxloops - 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Domap.c461 mmc_omap_send_abort(struct mmc_omap_host *host, int maxloops) argument
470 while (restarts < maxloops) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c5568 int maxloops; local
5571 maxloops = 1000;
5592 } while (--maxloops
5596 if (maxloops == 0) {
H A Daic79xx_core.c7834 u_int maxloops; local
7836 maxloops = 1000;
7863 } while (--maxloops
7869 if (maxloops == 0) {

Completed in 75 milliseconds