Lines Matching defs:WDCDELAY
104 #define WDCDELAY 100 /* 100 microseconds */
105 #define WDCNDELAY_RST (WDC_RESET_WAIT * 1000 / WDCDELAY)
107 /* If you enable this, it will report any delays more than WDCDELAY * N long. */
531 poll ? (WDC_PROBE_WAIT / WDCDELAY)
1176 ata_delay(chp, WDCDELAY, "atarst", wflags);
1218 timeout = timeout * 1000 / WDCDELAY; /* delay uses microseconds */
1235 delay(WDCDELAY);
1253 chp->ch_channel, WDCDELAY * xtime);
1258 WDCDELAY * xtime);
1323 for (xtime = 0; xtime < timeout * 1000 / WDCDELAY; xtime++) {
1329 delay(WDCDELAY);