Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/
H A Dbscbus.c181 #define H8_STR_OBF 0x01 /* data available in ODR */ macro
654 if ((status & H8_STR_OBF) && !(status & H8_STR_BUSY)) { in bscbus_process_clearing()
665 status &= ~(H8_STR_OBF); in bscbus_process_clearing()
668 if (status & H8_STR_OBF) { in bscbus_process_clearing()
678 if (status & H8_STR_OBF) { in bscbus_process_pending()
689 status &= ~(H8_STR_OBF); in bscbus_process_pending()
702 if (status & H8_STR_OBF) { in bscbus_process_waiting()
796 if ((status & H8_STR_OBF) || (status & H8_STR_IBF)) { in bscbus_process()
847 if ((status & H8_STR_OBF) || (status & H8_STR_IBF) || ready) { in bscbus_process()
874 if (!(status & H8_STR_OBF)) { in bscbus_hwintr()
[all …]