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

  /src/sys/dev/ic/
aic6360reg.h 238 #define SCSIPERR 0x04 /* C parity error on inbound data */
aic6360.c 1004 if ((sstat1 & SCSIPERR) != 0) {
1734 if ((sstat1 & SCSIPERR) != 0) {
aic7xxx.c 747 * but the sequencer still believes that SCSIPERR
757 && (ahc_inb(ahc, SSTAT1) & SCSIPERR) != 0) {
990 status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
996 & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1042 } else if ((status & SCSIPERR) != 0) {
1045 * SCSIPERR is latched true as soon as a parity error
1048 * transfer on the bus has correct parity, SCSIPERR will
1077 if ((ahc_inb(ahc, SSTAT1) & SCSIPERR) != 0
aic79xx.c 1517 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1559 } else if ((status & SCSIPERR) != 0) {
  /src/sys/dev/microcode/aic7xxx/
aic79xx.seq 1208 test SSTAT1, SCSIPERR jnz phase_lock;
1235 test SSTAT1, SCSIPERR jnz inb_next_wait;
aic7xxx.seq 1988 test SSTAT1, SCSIPERR jnz inb_next_wait_perr;
2119 test SSTAT1, SCSIPERR jnz phase_lock_perr;
aic7xxx.reg 320 field SCSIPERR 0x04
aic7xxx_reg.h 1178 #define SCSIPERR 0x04
aic79xx.reg 1883 field SCSIPERR 0x04
aic79xx_reg.h 2746 #define SCSIPERR 0x04

Completed in 36 milliseconds