MSGI 168 dev/ic/aic6360reg.h #define PH_MSGOUT (MSGI | CDI)
MSGI 169 dev/ic/aic6360reg.h #define PH_MSGIN (MSGI | CDI | IOI)
MSGI 171 dev/ic/aic6360reg.h #define PH_MASK (MSGI | CDI | IOI)
MSGI 830 dev/ic/aic7xxx.c if ((ahc_inb(ahc, SCSISIGI) & (CDI|MSGI)) == 0) {
MSGI 844 dev/ic/aic7xxx.c & (CDI|MSGI)) != 0)
MSGI 2805 dev/ic/ncr53c9x.c (sc->sc_phase & (MSGI|CDI)) == 0) {
MSGI 387 dev/ic/ncr53c9xvar.h #define MESSAGE_OUT_PHASE (MSGI|CDI)
MSGI 388 dev/ic/ncr53c9xvar.h #define MESSAGE_IN_PHASE (MSGI|CDI|IOI)
MSGI 390 dev/ic/ncr53c9xvar.h #define PHASE_MASK (MSGI|CDI|IOI)