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

/freebsd-10.0-release/sys/dev/aic/
H A Daic6360reg.h215 #define SCSIPERR 0x04 /* C parity error on inbound data */ macro
H A Daic.c544 if (aic_inb(aic, SSTAT1) & SCSIPERR) {
1204 if ((sstat1 & SCSIPERR) != 0) {
/freebsd-10.0-release/sys/dev/aic7xxx/
H A Daic79xx.seq1414 test SSTAT1, SCSIPERR jnz phase_lock;
1441 test SSTAT1, SCSIPERR jnz inb_next_wait;
H A Daic7xxx.seq1989 test SSTAT1, SCSIPERR jnz inb_next_wait_perr;
2120 test SSTAT1, SCSIPERR jnz phase_lock_perr;
H A Daic7xxx.reg320 field SCSIPERR 0x04
H A Daic7xxx.c751 * but the sequencer still believes that SCSIPERR
761 && (ahc_inb(ahc, SSTAT1) & SCSIPERR) != 0) {
994 status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1000 & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1046 } else if ((status & SCSIPERR) != 0) {
1049 * SCSIPERR is latched true as soon as a parity error
1052 * transfer on the bus has correct parity, SCSIPERR will
1082 if ((ahc_inb(ahc, SSTAT1) & SCSIPERR) != 0
H A Daic79xx.reg1874 field SCSIPERR 0x04
H A Daic79xx.c1554 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1597 } else if ((status & SCSIPERR) != 0) {

Completed in 119 milliseconds