Searched refs:MSGI (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/sys/dev/ncv/
H A Dncr53c500reg.h123 #define MSGI 0x04 macro
130 #define MESSAGE_OUT_PHASE (MSGI|CDI)
131 #define MESSAGE_IN_PHASE (MSGI|CDI|IOI)
133 #define PHASE_MASK (MSGI|CDI|IOI)
/freebsd-10.2-release/sys/dev/aic/
H A Daic6360reg.h115 #define MSGI 0x20 macro
147 #define PH_MSGOUT (MSGI|CDI)
148 #define PH_MSGIN (MSGI|CDI|IOI)
149 #define PH_MASK (MSGI|CDI|IOI)
/freebsd-10.2-release/sys/dev/esp/
H A Dncr53c9xvar.h427 #define MSGI 0x04 macro
434 #define MESSAGE_OUT_PHASE (MSGI | CDI)
435 #define MESSAGE_IN_PHASE (MSGI | CDI | IOI)
437 #define PHASE_MASK (MSGI | CDI | IOI)
H A Dncr53c9x.c3216 (sc->sc_phase & (MSGI | CDI)) == 0) {
/freebsd-10.2-release/sys/dev/aic7xxx/
H A Daic7xxx_reg.h1346 #define MSGI 0x20 macro
H A Daic7xxx.c775 if ((ahc_inb(ahc, SCSISIGI) & (CDI|MSGI)) == 0) {
789 & (CDI|MSGI)) != 0)
H A Daic79xx_reg.h3607 #define MSGI 0x20 macro

Completed in 217 milliseconds