Searched refs:MAXLOOP (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/video/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-2.6.39/drivers/scsi/ |
D | u14-34f.c | 515 #define MAXLOOP 10000 macro 764 if (wait_on_busy(sh[j]->io_port, MAXLOOP)) { in board_inquiry() 1314 if (wait_on_busy(sh[j]->io_port, MAXLOOP)) { in u14_34f_queuecommand_lck() 1352 if (wait_on_busy(sh[j]->io_port, MAXLOOP)) { in DEF_SCSI_QCMD() 1419 if (wait_on_busy(sh[j]->io_port, MAXLOOP)) { in u14_34f_eh_host_reset() 1470 if (wait_on_busy(sh[j]->io_port, MAXLOOP)) { in u14_34f_eh_host_reset() 1710 if (wait_on_busy(sh[j]->io_port, MAXLOOP)) { in flush_dev() 1742 if (wait_on_busy(sh[j]->io_port, 20 * MAXLOOP)) { in ihdlr()
|
D | eata.c | 572 #define MAXLOOP 10000 macro 996 if (wait_on_busy(iobase, (addr ? MAXLOOP * 100 : MAXLOOP))) in do_dma() 1014 unsigned int loop = MAXLOOP; in read_pio() 1023 loop = MAXLOOP; in read_pio() 1866 if (wait_on_busy(shost->io_port, MAXLOOP)) { in DEF_SCSI_QCMD() 1936 if (wait_on_busy(shost->io_port, MAXLOOP)) { in eata2x_eh_host_reset() 2320 if (wait_on_busy(shost->io_port, 20 * MAXLOOP)) { in ihdlr()
|