Home
last modified time | relevance | path

Searched refs:WDCDELAY (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dwdc.c104 #define WDCDELAY 100 /* 100 microseconds */ macro
105 #define WDCNDELAY_RST (WDC_RESET_WAIT * 1000 / WDCDELAY)
531 poll ? (WDC_PROBE_WAIT / WDCDELAY) in wdcprobe1()
1176 ata_delay(chp, WDCDELAY, "atarst", wflags); in __wdcwait_reset()
1218 timeout = timeout * 1000 / WDCDELAY; /* delay uses microseconds */ in __wdcwait()
1235 delay(WDCDELAY); in __wdcwait()
1253 chp->ch_channel, WDCDELAY * xtime); in __wdcwait()
1258 WDCDELAY * xtime); in __wdcwait()
1323 for (xtime = 0; xtime < timeout * 1000 / WDCDELAY; xtime++) { in wdc_dmawait()
1329 delay(WDCDELAY); in wdc_dmawait()
/netbsd-src/sys/arch/cobalt/stand/boot/
H A Dwdc.c43 #define WDCDELAY 100 macro
88 delay(WDCDELAY); in __wdcwait_reset()
/netbsd-src/sys/arch/mmeye/stand/boot/
H A Dwdc.c52 #define WDCDELAY 100 macro
97 delay(WDCDELAY); in __wdcwait_reset()
/netbsd-src/sys/arch/bebox/stand/boot/
H A Dwdc.c43 #define WDCDELAY 100 macro
94 delay(WDCDELAY); in __wdcwait_reset()