Home
last modified time | relevance | path

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

/Linux-v5.4/sound/sparc/
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-v5.4/drivers/media/pci/intel/ipu3/
Dipu3-cio2.c516 unsigned int i, maxloops = 1000; in cio2_hw_exit() local
531 } while (--maxloops); in cio2_hw_exit()
532 if (!maxloops) in cio2_hw_exit()
/Linux-v5.4/drivers/mmc/host/
Domap.c470 mmc_omap_send_abort(struct mmc_omap_host *host, int maxloops) in mmc_omap_send_abort() argument
479 while (restarts < maxloops) { in mmc_omap_send_abort()
/Linux-v5.4/drivers/scsi/aic7xxx/
Daic7xxx_core.c5585 int maxloops; in ahc_pause_and_flushwork() local
5588 maxloops = 1000; in ahc_pause_and_flushwork()
5609 } while (--maxloops in ahc_pause_and_flushwork()
5613 if (maxloops == 0) { in ahc_pause_and_flushwork()
Daic79xx_core.c7862 u_int maxloops; in ahd_pause_and_flushwork() local
7864 maxloops = 1000; in ahd_pause_and_flushwork()
7891 } while (--maxloops in ahd_pause_and_flushwork()
7897 if (maxloops == 0) { in ahd_pause_and_flushwork()