Home
last modified time | relevance | path

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

/linux-4.4.14/sound/sparc/
Ddbri.c636 int maxloops = MAXLOOPS; in dbri_cmdwait() local
641 while ((--maxloops) > 0 && (sbus_readl(dbri->regs + REG0) & D_P)) { in dbri_cmdwait()
648 if (maxloops == 0) in dbri_cmdwait()
652 MAXLOOPS - maxloops - 1); in dbri_cmdwait()
/linux-4.4.14/drivers/mmc/host/
Domap.c473 mmc_omap_send_abort(struct mmc_omap_host *host, int maxloops) in mmc_omap_send_abort() argument
482 while (restarts < maxloops) { in mmc_omap_send_abort()
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic7xxx_core.c5618 int maxloops; in ahc_pause_and_flushwork() local
5621 maxloops = 1000; in ahc_pause_and_flushwork()
5642 } while (--maxloops in ahc_pause_and_flushwork()
5646 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()