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

/illumos-gate/usr/src/uts/common/io/
H A Dbscbus.c185 #define H8_STR_BUSY 0x04 /* H8 busy processing command */ macro
649 * We only enter this state if H8_STR_BUSY was set when
654 if ((status & H8_STR_OBF) && !(status & H8_STR_BUSY)) {
995 if (status & H8_STR_BUSY) {
1599 if (status & H8_STR_BUSY) {
1617 if (status & (H8_STR_BUSY | H8_STR_OBF)) {
1626 if (!(status & H8_STR_BUSY)) {

Completed in 66 milliseconds