Lines Matching defs:sist
404 int istat, sist, sstat1, dstat = 0; /* XXX: gcc */
548 sist = bus_space_read_2(sc->sc_c.sc_rt, sc->sc_c.sc_rh,
553 printf("scsi interrupt, sist=0x%x sstat1=0x%x "
554 "DSA=0x%x DSP=0x%lx\n", sist, sstat1,
560 if (sist & SIST0_RST) {
565 if (sist & SIST0_SGE) {
593 if ((sist & SIST0_MA) && need_reset == 0) {
649 if (sist & SIST0_PAR) {
660 if ((sist & (SIST1_STO << 8)) && need_reset == 0) {
710 if (sist & SIST0_UDC) {
724 if (sist & (SIST1_SBMC << 8)) {
747 "unhandled scsi interrupt, sist=0x%x sstat1=0x%x "
748 "DSA=0x%x DSP=0x%x\n", sist,