Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/stg/
H A Dtmc18c30reg.h130 #define MESSAGE_OUT_PHASE (BSTAT_CMD|BSTAT_MSG|BSTAT_BSY) macro
H A Dtmc18c30.c1179 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,
/freebsd-12.1/sys/dev/ncv/
H A Dncr53c500reg.h132 #define MESSAGE_OUT_PHASE (MSGI|CDI) macro
H A Dncr53c500.c1012 if ((status & PHASE_MASK) != MESSAGE_OUT_PHASE)
1017 if ((status & PHASE_MASK) != MESSAGE_OUT_PHASE)
1157 case MESSAGE_OUT_PHASE: /* msg out */
/freebsd-12.1/sys/dev/esp/
H A Dncr53c9x.c1559 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()
H A Dncr53c9xvar.h436 #define MESSAGE_OUT_PHASE (MSGI | CDI) macro