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

/drivers/scsi/
H A Daha152x.h163 #define SCSIPERR 0x04 macro
H A Daha152x.c2432 } else if(stat1 & SCSIPERR) {
2434 SETPORT(SSTAT1,SCSIPERR);
2732 if (s & SCSIPERR)
2733 printk("SCSIPERR ");
2774 if (s & SCSIPERR)
2775 printk("SCSIPERR ");
3105 if (s & SCSIPERR)
3106 SPRINTF("SCSIPERR ");
3147 if (s & SCSIPERR)
3148 SPRINTF("SCSIPERR ");
[all...]
H A Daic7xxx_old.c5921 else if (status & SCSIPERR)
/drivers/scsi/aic7xxx_old/
H A Daic7xxx.seq1066 test SSTAT1, SCSIPERR jnz .;
1299 test SSTAT1, SCSIPERR jnz phase_lock;
H A Daic7xxx_reg.h109 #define SCSIPERR 0x04 macro
H A Daic7xxx.reg295 bit SCSIPERR 0x04
/drivers/scsi/aic7xxx/
H A Daic79xx.seq1414 test SSTAT1, SCSIPERR jnz phase_lock;
1441 test SSTAT1, SCSIPERR jnz inb_next_wait;
H A Daic7xxx.seq1985 test SSTAT1, SCSIPERR jnz inb_next_wait_perr;
2116 test SSTAT1, SCSIPERR jnz phase_lock_perr;
H A Daic7xxx.reg342 field SCSIPERR 0x04
H A Daic7xxx_reg.h_shipped296 #define SCSIPERR 0x04
H A Daic7xxx_core.c1312 * but the sequencer still believes that SCSIPERR
1322 && (ahc_inb(ahc, SSTAT1) & SCSIPERR) != 0) {
1555 status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1561 & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1607 } else if ((status & SCSIPERR) != 0) {
1610 * SCSIPERR is latched true as soon as a parity error
1613 * transfer on the bus has correct parity, SCSIPERR will
1643 if ((ahc_inb(ahc, SSTAT1) & SCSIPERR) != 0
H A Daic79xx.reg1977 field SCSIPERR 0x04
H A Daic79xx_reg.h_shipped1649 #define SCSIPERR 0x04
H A Daic79xx_core.c2407 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
2462 } else if ((status & SCSIPERR) != 0) {

Completed in 1263 milliseconds