Home | History | Annotate | Download | only in dev

Lines Matching defs:phase

99 #define	SC_PHS_MTCH	0x08	/* R  - Phase Match			*/
125 #define PH_OUT(phase) (!(phase & 1)) /* TRUE if output phase */
126 #define PH_IN(phase) (phase & 1) /* TRUE if input phase */
162 * command phase (ignoring ATN), then we flag it in the
194 uint8_t phase; /* current SCSI phase */