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

/illumos-gate/usr/src/uts/common/io/
H A Dbscbus.c182 #define H8_STR_IBF 0x02 /* data for H8 in IDR */ macro
508 while (status & H8_STR_IBF) {
614 * When we get here we actually expect H8_STR_IBF to
618 if (!(status & H8_STR_IBF)) {
796 if ((status & H8_STR_OBF) || (status & H8_STR_IBF)) {
847 if ((status & H8_STR_OBF) || (status & H8_STR_IBF) || ready) {

Completed in 49 milliseconds