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

  /src/sys/dev/ic/
wdcvar.h 186 #define wdc_wait_for_unbusy(chp, timeout, flags, tfd) \ macro
mvsata.c 1323 /* Ack interrupt done by wdc_wait_for_unbusy */
1325 (wdc_wait_for_unbusy(chp, (irq == 0) ? ATA_DELAY : 0, AT_POLL, &tfd)
2052 if (wdc_wait_for_unbusy(chp, ATAPI_DELAY, wait_flags, &tfd))
2057 if (wdc_wait_for_unbusy(chp, ATAPI_MODE_DELAY, wait_flags,
2087 if (wdc_wait_for_unbusy(chp, ATAPI_MODE_DELAY, wait_flags,
2117 if (wdc_wait_for_unbusy(chp, ATAPI_DELAY, wait_flags, &tfd) != 0) {
2238 /* Ack interrupt done in wdc_wait_for_unbusy */
2240 if (wdc_wait_for_unbusy(chp,
2483 if (wdc_wait_for_unbusy(chp, WDC_RESET_WAIT, AT_POLL, &tfd) != 0) {
  /src/sys/dev/scsipi/
atapi_wdc.c 522 if (wdc_wait_for_unbusy(chp, ATAPI_DELAY, wait_flags, &tfd))
527 if (wdc_wait_for_unbusy(chp, ATAPI_MODE_DELAY, wait_flags,
561 if (wdc_wait_for_unbusy(chp, ATAPI_MODE_DELAY, wait_flags,
603 switch (wdc_wait_for_unbusy(chp, ATAPI_DELAY, wait_flags, &tfd)) {
790 /* Ack interrupt done in wdc_wait_for_unbusy */
795 if (wdc_wait_for_unbusy(chp,
1180 if (wdc_wait_for_unbusy(chp, WDC_RESET_WAIT, AT_POLL, &tfd) != 0) {
  /src/sys/dev/ata/
ata_wdc.c 667 /* Ack interrupt done by wdc_wait_for_unbusy */
668 if (wdc_wait_for_unbusy(chp,

Completed in 16 milliseconds