Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sbus/audio/
Ddbri.c168 int maxloops = MAXLOOPS; in dbri_cmdsend() local
191 while ((--maxloops) > 0 && in dbri_cmdsend()
194 if (maxloops == 0) { in dbri_cmdsend()
197 while ((--maxloops) > 0 && (! dbri->wait_seen)) in dbri_cmdsend()
199 if (maxloops == 0) { in dbri_cmdsend()
204 MAXLOOPS - maxloops)); in dbri_cmdsend()
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_core.c5108 int maxloops; in ahc_pause_and_flushwork() local
5111 maxloops = 1000; in ahc_pause_and_flushwork()
5123 } while (--maxloops in ahc_pause_and_flushwork()
5127 if (maxloops == 0) { in ahc_pause_and_flushwork()
Daic79xx_core.c6662 u_int maxloops; in ahd_pause_and_flushwork() local
6665 maxloops = 1000; in ahd_pause_and_flushwork()
6700 } while (--maxloops in ahd_pause_and_flushwork()
6706 if (maxloops == 0) { in ahd_pause_and_flushwork()