Home
last modified time | relevance | path

Searched refs:SCSIPERR (Results 1 – 10 of 10) sorted by relevance

/freebsd-10-stable/sys/dev/aic/
Daic6360reg.h215 #define SCSIPERR 0x04 /* C parity error on inbound data */ macro
Daic.c544 if (aic_inb(aic, SSTAT1) & SCSIPERR) { in aic_msgin()
1204 if ((sstat1 & SCSIPERR) != 0) { in aic_intr_locked()
/freebsd-10-stable/sys/dev/aic7xxx/
Daic7xxx.c760 && (ahc_inb(ahc, SSTAT1) & SCSIPERR) != 0) { in ahc_handle_seqint()
993 status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahc_handle_scsiint()
999 & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahc_handle_scsiint()
1045 } else if ((status & SCSIPERR) != 0) { in ahc_handle_scsiint()
1081 if ((ahc_inb(ahc, SSTAT1) & SCSIPERR) != 0 in ahc_handle_scsiint()
Daic7xxx_reg.h1173 #define SCSIPERR 0x04 macro
Daic7xxx.seq1989 test SSTAT1, SCSIPERR jnz inb_next_wait_perr;
2120 test SSTAT1, SCSIPERR jnz phase_lock_perr;
Daic7xxx.reg320 field SCSIPERR 0x04
Daic79xx.seq1414 test SSTAT1, SCSIPERR jnz phase_lock;
1441 test SSTAT1, SCSIPERR jnz inb_next_wait;
Daic79xx_reg.h2783 #define SCSIPERR 0x04 macro
Daic79xx.c1553 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahd_handle_scsiint()
1596 } else if ((status & SCSIPERR) != 0) { in ahd_handle_scsiint()
Daic79xx.reg1874 field SCSIPERR 0x04