HomeSort by: relevance | last modified time | path
    Searched defs:sc_phase (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/luna68k/stand/boot/
scsivar.h 81 int sc_phase; /* Current SCSI Phase */ member in struct:scsi_softc
  /src/sys/dev/ic/
aic6360var.h 138 u_char sc_phase; /* Current bus phase */ member in struct:aic_softc
mb89352var.h 140 uint8_t sc_phase; /* Current bus phase */ member in struct:spc_softc
ihavar.h 188 int sc_phase; /* MSG C/D I/O */ member in struct:iha_softc
ncr53c9xvar.h 308 int sc_phase; /* Copy of what bus phase we are in */ member in struct:ncr53c9x_softc
  /src/sys/arch/x68k/dev/
mhavar.h 110 int sc_phase; /* Copy of what bus phase we are in */ member in struct:mha_softc
  /src/sys/dev/pci/
trm.c 300 int sc_phase; /* SCSI phase */ member in struct:trm_softc
771 sc->sc_phase = PH_BUS_FREE; /* SCSI bus free Phase */
991 sc->sc_phase = PH_BUS_FREE; /* initial phase */
1044 sc->sc_phase = PH_BUS_FREE; /* SCSI bus free Phase */
1169 DPRINTF(("sc->sc_phase = %2d, sc->sc_state = %2d\n",
1170 sc->sc_phase, sc->sc_state));
1179 switch (sc->sc_phase) {
1209 sc->sc_phase = stat & PHASEMASK;
1211 switch (sc->sc_phase) {
2020 sc->sc_phase = PH_BUS_FREE; /* SCSI bus free Phase *
    [all...]

Completed in 36 milliseconds