Home
last modified time | relevance | path

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

/linux/sound/sparc/
H A Ddbri.c641 int maxloops = MAXLOOPS; in dbri_cmdwait() local
646 while ((--maxloops) > 0 && (sbus_readl(dbri->regs + REG0) & D_P)) { in dbri_cmdwait()
653 if (maxloops == 0) in dbri_cmdwait()
657 MAXLOOPS - maxloops - 1); in dbri_cmdwait()
/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c5556 int maxloops; in ahc_pause_and_flushwork() local
5559 maxloops = 1000; in ahc_pause_and_flushwork()
5580 } while (--maxloops in ahc_pause_and_flushwork()
5584 if (maxloops == 0) { in ahc_pause_and_flushwork()
H A Daic79xx_core.c7821 u_int maxloops; in ahd_pause_and_flushwork() local
7823 maxloops = 1000; in ahd_pause_and_flushwork()
7850 } while (--maxloops in ahd_pause_and_flushwork()
7856 if (maxloops == 0) { in ahd_pause_and_flushwork()