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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daha152x.h163 #define SCSIPERR 0x04 macro
H A Daha152x.c2371 } else if(stat1 & SCSIPERR) {
2373 SETPORT(SSTAT1,SCSIPERR);
2665 if (s & SCSIPERR)
2666 printk("SCSIPERR ");
2707 if (s & SCSIPERR)
2708 printk("SCSIPERR ");
3038 if (s & SCSIPERR)
3039 SPRINTF("SCSIPERR ");
3080 if (s & SCSIPERR)
3081 SPRINTF("SCSIPERR ");
[all...]
H A Daic7xxx_old.c5894 else if (status & SCSIPERR)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h109 #define SCSIPERR 0x04 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c1304 * but the sequencer still believes that SCSIPERR
1314 && (ahc_inb(ahc, SSTAT1) & SCSIPERR) != 0) {
1547 status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1553 & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1599 } else if ((status & SCSIPERR) != 0) {
1602 * SCSIPERR is latched true as soon as a parity error
1605 * transfer on the bus has correct parity, SCSIPERR will
1635 if ((ahc_inb(ahc, SSTAT1) & SCSIPERR) != 0
H A Daic79xx_core.c2361 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
2416 } else if ((status & SCSIPERR) != 0) {

Completed in 111 milliseconds