Searched defs:BSCBUS_HWRESET_POLL (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dbscbus.c224 #define BSCBUS_HWRESET_POLL (LOMBUS_ONE_SEC/20) macro
1610 drv_usecwait(BSCBUS_HWRESET_POLL/1000);
1612 delay(drv_usectohz(BSCBUS_HWRESET_POLL/1000));
1623 timeout -= BSCBUS_HWRESET_POLL) {
1632 drv_usecwait(BSCBUS_HWRESET_POLL/1000);
1634 delay(drv_usectohz(BSCBUS_HWRESET_POLL/1000));

Completed in 65 milliseconds