/linux-2.4.37.9/arch/sh/kernel/ |
D | setup_cqreek.c | 162 #define DELAY() do {for (i=0; i<10000; i++) ctrl_inw(0xa0000000);} while(0) in setup_cqreek() macro 169 DELAY(); in setup_cqreek() 172 DELAY(); in setup_cqreek() 185 DELAY(); in setup_cqreek() 187 DELAY(); in setup_cqreek()
|
/linux-2.4.37.9/drivers/scsi/ |
D | eata_pio.c | 238 DBG(DBG_INTR&&DBG_DELAY,DELAY(1)); in eata_pio_int_handler() 247 DBG(DBG_INTR&&DBG_DELAY,DELAY(1)); in eata_pio_int_handler() 324 DBG(DBG_QUEUE && DBG_DELAY, DELAY(1)); in eata_pio_queue() 398 DBG(DBG_QUEUE && DBG_DELAY, DELAY(1)); in eata_pio_queue() 415 DBG(DBG_ABNORM && DBG_DELAY, DELAY(1)); in eata_pio_abort() 422 DBG(DBG_ABNORM && DBG_DELAY, DELAY(1)); in eata_pio_abort() 438 DBG(DBG_ABNORM && DBG_DELAY, DELAY(1)); in eata_pio_abort() 445 DBG(DBG_ABNORM && DBG_DELAY, DELAY(1)); in eata_pio_abort() 468 DBG(DBG_ABNORM && DBG_DELAY, DELAY(1)); in eata_pio_reset() 483 DBG(DBG_ABNORM && DBG_DELAY, DELAY(1)); in eata_pio_reset() [all …]
|
D | eata_dma.c | 294 DBG(DBG_INTR && DBG_DELAY, DELAY(1)); in eata_int_handler() 373 DBG(DBG_INTR&&DBG_DELAY,DELAY(1)); in eata_int_handler() 519 DBG(DBG_QUEUE && DBG_DELAY, DELAY(1)); in eata_queue() 613 DBG(DBG_QUEUE && DBG_DELAY, DELAY(1)); in eata_queue() 632 DBG(DBG_ABNORM && DBG_DELAY, DELAY(1)); in eata_abort() 646 DBG(DBG_ABNORM && DBG_DELAY, DELAY(1)); in eata_abort() 653 DBG(DBG_ABNORM && DBG_DELAY, DELAY(1)); in eata_abort() 659 DBG(DBG_ABNORM && DBG_DELAY, DELAY(1)); in eata_abort() 705 DBG(DBG_ABNORM && DBG_DELAY, DELAY(1)); in eata_reset() 713 DBG(DBG_ABNORM && DBG_DELAY, DELAY(1)); in eata_reset() [all …]
|
D | README.aha152x | 25 DELAY: bus reset delay (default 100) 37 -DSETUP0="{ IOPORT, IRQ, SCSI_ID, RECONNECT, PARITY, SYNCHRONOUS, DELAY, EXT_TRANS }" 40 -DSETUP1="{ IOPORT, IRQ, SCSI_ID, RECONNECT, PARITY, SYNCHRONOUS, DELAY, EXT_TRANS }" 52 aha152x=<IOPORT>[,<IRQ>[,<SCSI-ID>[,<RECONNECT>[,<PARITY>[,<SYNCHRONOUS>[,<DELAY> [,<EXT_TRANS]]]]]… 67 aha152x=IOPORT,IRQ,SCSI_ID,RECONNECT,PARITY,SYNCHRONOUS,DELAY,EXT_TRANS 71 aha152x1=IOPORT,IRQ,SCSI_ID,RECONNECT,PARITY,SYNCHRONOUS,DELAY,EXT_TRANS 95 reset DELAY for first and second controller
|
D | eata_generic.h | 97 #define DELAY(x) { ulong flags, i; \ macro
|
D | aha152x.c | 590 #define DELAY (HOSTDATA(shpnt)->delay) macro 1282 DELAY = setup[i].delay; 1321 mdelay(DELAY); 1344 DELAY, 1769 mdelay(DELAY);
|
/linux-2.4.37.9/drivers/net/ |
D | atari_pamsnet.c | 250 #define DELAY ({MFP_GPIP; MFP_GPIP; MFP_GPIP;}) macro 254 DELAY; \ 259 DELAY; \
|
D | 3c523.c | 169 #define DELAY(x) { mdelay(32 * x); } macro 339 DELAY(1); in check586() 357 DELAY(2); in alloc586() 374 DELAY(2); in alloc586() 700 DELAY(2); /* wait for result */ in init586()
|
D | sun3_82586.c | 94 #define DELAY(x) mdelay(32 * x); macro 236 DELAY(1); /* wait a while... */ in check586() 252 DELAY(1); in alloc586() 270 DELAY(1); in alloc586()
|
D | ni52.c | 163 #define DELAY(x) mdelay(32 * x); macro 314 DELAY(1); /* wait a while... */ in check586() 330 DELAY(1); in alloc586() 347 DELAY(1); in alloc586()
|
/linux-2.4.37.9/drivers/net/wan/lmc/ |
D | lmc_var.h | 80 #define DELAY(n) SLOW_DOWN_IO macro
|
/linux-2.4.37.9/Documentation/isdn/ |
D | README | 166 a normal modem to the escape sequence <DELAY>+++<DELAY>. 169 The DELAY must at least be 1.5 seconds long and delay
|