Searched refs:MAXLOOP (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/video/fbdev/via/ |
D | accel.c | 532 VIA_VR_QUEUE_BUSY) && (loop < MAXLOOP)) { in viafb_wait_engine_idle() 540 while ((readl(engine + VIA_REG_STATUS) & mask) && (loop < MAXLOOP)) { in viafb_wait_engine_idle() 545 if (loop >= MAXLOOP) in viafb_wait_engine_idle()
|
D | accel.h | 200 #define MAXLOOP 0xFFFFFF macro
|
/linux-4.1.27/drivers/scsi/ |
D | u14-34f.c | 514 #define MAXLOOP 10000 macro 763 if (wait_on_busy(sh[j]->io_port, MAXLOOP)) { in board_inquiry() 1313 if (wait_on_busy(sh[j]->io_port, MAXLOOP)) { in u14_34f_queuecommand_lck() 1349 if (wait_on_busy(sh[j]->io_port, MAXLOOP)) { in DEF_SCSI_QCMD() 1415 if (wait_on_busy(sh[j]->io_port, MAXLOOP)) { in u14_34f_eh_host_reset() 1464 if (wait_on_busy(sh[j]->io_port, MAXLOOP)) { in u14_34f_eh_host_reset() 1702 if (wait_on_busy(sh[j]->io_port, MAXLOOP)) { in flush_dev() 1734 if (wait_on_busy(sh[j]->io_port, 20 * MAXLOOP)) { in ihdlr()
|
D | eata.c | 572 #define MAXLOOP 10000 macro 993 if (wait_on_busy(iobase, (addr ? MAXLOOP * 100 : MAXLOOP))) in do_dma() 1011 unsigned int loop = MAXLOOP; in read_pio() 1020 loop = MAXLOOP; in read_pio() 1851 if (wait_on_busy(shost->io_port, MAXLOOP)) { in DEF_SCSI_QCMD() 1920 if (wait_on_busy(shost->io_port, MAXLOOP)) { in eata2x_eh_host_reset() 2304 if (wait_on_busy(shost->io_port, 20 * MAXLOOP)) { in ihdlr()
|