Searched refs:SCSIPERR (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic7xxx.c751 * but the sequencer still believes that SCSIPERR
761 && (ahc_inb(ahc, SSTAT1) & SCSIPERR) != 0) {
992 status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
998 & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1044 } else if ((status & SCSIPERR) != 0) {
1047 * SCSIPERR is latched true as soon as a parity error
1050 * transfer on the bus has correct parity, SCSIPERR will
1080 if ((ahc_inb(ahc, SSTAT1) & SCSIPERR) != 0
H A Daic7xxx_reg.h1172 #define SCSIPERR 0x04 macro
H A Daic79xx_reg.h2782 #define SCSIPERR 0x04 macro
H A Daic79xx.c1547 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1588 } else if ((status & SCSIPERR) != 0) {

Completed in 286 milliseconds