HomeSort by: relevance | last modified time | path
    Searched refs:sc_intrstatus (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/next68k/stand/boot/
scsi.c 107 sc->sc_intrstatus = sr->s5r_intrstatus;
108 sc->sc_intrstatus = sr->s5r_intrstatus;
188 sc->sc_status = sc->sc_seqstep = sc->sc_intrstatus = 0;
196 sc->sc_intrstatus = sr[NCR_INTR];
199 sc->sc_intrstatus, sc->sc_status, sc->sc_seqstep));
201 if (sc->sc_intrstatus & NCRINTR_SBR) {
207 || (sc->sc_intrstatus & NCRINTR_ILL)) {
220 if (sc->sc_intrstatus & NCRINTR_DIS)
227 if ((sc->sc_intrstatus & NCRINTR_DONE) != NCRINTR_DONE)
235 if (sc->sc_intrstatus & NCRINTR_DIS
    [all...]
scsivar.h 38 u_char sc_intrstatus; /* last 5390 intrstatus */ member in struct:scsi_softc

Completed in 45 milliseconds