Lines Matching refs:BIT
9 #define STST BIT(7) /* Self Test in Progress */
10 #define DIAGF BIT(6) /* Internal Diagnostic Failure */
11 #define INIT BIT(5) /* Mailbox Initialization Required */
12 #define IDLE BIT(4) /* SCSI Host Adapter Idle */
13 #define CDF BIT(3) /* Command/Data Out Port Full */
14 #define DF BIT(2) /* Data In Port Full */
16 #define INVDCMD BIT(0) /* Invalid H A Command */
20 #define ANYINTR BIT(7) /* Any Interrupt */
21 #define SCRD BIT(3) /* SCSI Reset Detected */
22 #define HACC BIT(2) /* HA Command Complete */
23 #define MBOA BIT(1) /* MBO Empty */
24 #define MBIF BIT(0) /* MBI Full */
29 #define HRST BIT(7) /* Hard Reset */
30 #define SRST BIT(6) /* Soft Reset */
31 #define IRST BIT(5) /* Interrupt Reset */
32 #define SCRST BIT(4) /* SCSI Bus Reset */