Searched refs:MESSAGE_OUT_PHASE (Results 1 – 6 of 6) sorted by relevance
130 #define MESSAGE_OUT_PHASE (BSTAT_CMD|BSTAT_MSG|BSTAT_BSY) macro
1179 case MESSAGE_OUT_PHASE:1180 if (stg_expect_signal(sc, MESSAGE_OUT_PHASE, BSTAT_REQ) <= 0)1193 if (stg_xfer(sc, ti->ti_msgoutstr, len, MESSAGE_OUT_PHASE,
132 #define MESSAGE_OUT_PHASE (MSGI|CDI) macro
1012 if ((status & PHASE_MASK) != MESSAGE_OUT_PHASE)1017 if ((status & PHASE_MASK) != MESSAGE_OUT_PHASE)1157 case MESSAGE_OUT_PHASE: /* msg out */
1559 sc->sc_phase == MESSAGE_OUT_PHASE) in ncr53c9x_flushfifo()2155 if (sc->sc_prevphase != MESSAGE_OUT_PHASE) { in ncr53c9x_msgout()2165 if (sc->sc_prevphase == MESSAGE_OUT_PHASE) { in ncr53c9x_msgout()2459 else if (sc->sc_prevphase == MESSAGE_OUT_PHASE) { in ncr53c9x_intr1()2791 if (sc->sc_phase != MESSAGE_OUT_PHASE) { in ncr53c9x_intr1()2796 sc->sc_prevphase = MESSAGE_OUT_PHASE; /* XXX */ in ncr53c9x_intr1()2945 case MESSAGE_OUT_PHASE: in ncr53c9x_intr1()2948 sc->sc_prevphase = MESSAGE_OUT_PHASE; in ncr53c9x_intr1()
436 #define MESSAGE_OUT_PHASE (MSGI | CDI) macro