Home
last modified time | relevance | path

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

/drivers/mmc/host/
Domap.c466 mmc_omap_send_abort(struct mmc_omap_host *host, int maxloops) in mmc_omap_send_abort() argument
475 while (restarts < maxloops) { in mmc_omap_send_abort()
/drivers/scsi/aic7xxx/
Daic7xxx_core.c5619 int maxloops; in ahc_pause_and_flushwork() local
5622 maxloops = 1000; in ahc_pause_and_flushwork()
5643 } while (--maxloops in ahc_pause_and_flushwork()
5647 if (maxloops == 0) { in ahc_pause_and_flushwork()
Daic79xx_core.c7914 u_int maxloops; in ahd_pause_and_flushwork() local
7916 maxloops = 1000; in ahd_pause_and_flushwork()
7943 } while (--maxloops in ahd_pause_and_flushwork()
7949 if (maxloops == 0) { in ahd_pause_and_flushwork()