Home
last modified time | relevance | path

Searched refs:ATAPI_DELAY (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/scsipi/
H A Datapi_wdc.c81 #define ATAPI_DELAY 10 /* 10 ms, this is used only before sending a cmd */ macro
522 if (wdc_wait_for_unbusy(chp, ATAPI_DELAY, wait_flags, &tfd)) in wdc_atapi_start()
603 switch (wdc_wait_for_unbusy(chp, ATAPI_DELAY, wait_flags, &tfd)) { in wdc_atapi_start()
/netbsd-src/sys/dev/ic/
H A Dmvsata.c112 #define ATAPI_DELAY 10 /* 10 ms, this is used only before macro
2052 if (wdc_wait_for_unbusy(chp, ATAPI_DELAY, wait_flags, &tfd)) in mvsata_atapi_start()
2117 if (wdc_wait_for_unbusy(chp, ATAPI_DELAY, wait_flags, &tfd) != 0) { in mvsata_atapi_start()