HomeSort by: relevance | last modified time | path
    Searched defs:WDCDELAY (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/cobalt/stand/boot/
wdc.c 43 #define WDCDELAY 100
88 delay(WDCDELAY);
  /src/sys/arch/mmeye/stand/boot/
wdc.c 52 #define WDCDELAY 100
97 delay(WDCDELAY);
  /src/sys/arch/bebox/stand/boot/
wdc.c 43 #define WDCDELAY 100
94 delay(WDCDELAY);
  /src/sys/dev/ic/
wdc.c 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++)
    [all...]

Completed in 21 milliseconds