OSIOP_CD 188 dev/ic/osiopreg.h #define OSIOP_PHASE(x) ((x) & (OSIOP_MSG|OSIOP_CD|OSIOP_IO)) OSIOP_CD 191 dev/ic/osiopreg.h #define COMMAND_PHASE OSIOP_CD OSIOP_CD 192 dev/ic/osiopreg.h #define STATUS_PHASE (OSIOP_CD|OSIOP_IO) OSIOP_CD 193 dev/ic/osiopreg.h #define MSG_OUT_PHASE (OSIOP_MSG|OSIOP_CD) OSIOP_CD 194 dev/ic/osiopreg.h #define MSG_IN_PHASE (OSIOP_MSG|OSIOP_CD|OSIOP_IO)