Home
last modified time | relevance | path

Searched refs:MESSAGE_IN_PHASE (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/sys/dev/stg/
Dtmc18c30reg.h129 #define MESSAGE_IN_PHASE (BSTAT_CMD|BSTAT_MSG|BSTAT_BSY|BSTAT_IO) macro
Dtmc18c30.c1086 if ((status & PHASE_MASK) == MESSAGE_IN_PHASE)
1174 if ((status & PHASE_MASK) != MESSAGE_IN_PHASE)
1294 case MESSAGE_IN_PHASE:
1296 if (stg_expect_signal(sc, MESSAGE_IN_PHASE, BSTAT_REQ) <= 0)
/freebsd-9-stable/sys/dev/ncv/
Dncr53c500reg.h131 #define MESSAGE_IN_PHASE (MSGI|CDI|IOI) macro
Dncr53c500.c1061 if ((status & PHASE_MASK) == MESSAGE_IN_PHASE)
1114 if ((status & PHASE_MASK) != MESSAGE_IN_PHASE)
1265 case MESSAGE_IN_PHASE: /* msg in */
/freebsd-9-stable/sys/dev/esp/
Dncr53c9x.c1789 if (sc->sc_prevphase != MESSAGE_IN_PHASE && in ncr53c9x_msgin()
2466 if (sc->sc_phase != MESSAGE_IN_PHASE) in ncr53c9x_intr1()
2505 if (sc->sc_prevphase == MESSAGE_IN_PHASE) in ncr53c9x_intr1()
2642 if (sc->sc_phase != MESSAGE_IN_PHASE) { in ncr53c9x_intr1()
2678 if (sc->sc_phase != MESSAGE_IN_PHASE) { in ncr53c9x_intr1()
2950 case MESSAGE_IN_PHASE: in ncr53c9x_intr1()
2976 sc->sc_prevphase = MESSAGE_IN_PHASE; in ncr53c9x_intr1()
Dncr53c9xvar.h435 #define MESSAGE_IN_PHASE (MSGI | CDI | IOI) macro