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

/linux-4.1.27/drivers/mmc/host/
H A Domap.c473 mmc_omap_send_abort(struct mmc_omap_host *host, int maxloops) mmc_omap_send_abort() argument
482 while (restarts < maxloops) { mmc_omap_send_abort()
/linux-4.1.27/sound/sparc/
H A Ddbri.c636 int maxloops = MAXLOOPS; dbri_cmdwait() local
641 while ((--maxloops) > 0 && (sbus_readl(dbri->regs + REG0) & D_P)) { dbri_cmdwait()
648 if (maxloops == 0) dbri_cmdwait()
652 MAXLOOPS - maxloops - 1); dbri_cmdwait()
/linux-4.1.27/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c5618 int maxloops; ahc_pause_and_flushwork() local
5621 maxloops = 1000; ahc_pause_and_flushwork()
5642 } while (--maxloops ahc_pause_and_flushwork()
5646 if (maxloops == 0) { ahc_pause_and_flushwork()
H A Daic79xx_core.c7914 u_int maxloops; ahd_pause_and_flushwork() local
7916 maxloops = 1000; ahd_pause_and_flushwork()
7943 } while (--maxloops ahd_pause_and_flushwork()
7949 if (maxloops == 0) { ahd_pause_and_flushwork()

Completed in 212 milliseconds