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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Daha152x.h163 #define SCSIPERR 0x04 macro
H A Daha152x.c2413 } else if(stat1 & SCSIPERR) {
2415 SETPORT(SSTAT1,SCSIPERR);
2707 if (s & SCSIPERR)
2708 printk("SCSIPERR ");
2749 if (s & SCSIPERR)
2750 printk("SCSIPERR ");
3079 if (s & SCSIPERR)
3080 SPRINTF("SCSIPERR ");
3121 if (s & SCSIPERR)
3122 SPRINTF("SCSIPERR ");
[all...]
H A Daic7xxx_old.c5903 else if (status & SCSIPERR)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h109 #define SCSIPERR 0x04 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c734 * but the sequencer still believes that SCSIPERR
744 && (ahc_inb(ahc, SSTAT1) & SCSIPERR) != 0) {
977 status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
983 & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1029 } else if ((status & SCSIPERR) != 0) {
1032 * SCSIPERR is latched true as soon as a parity error
1035 * transfer on the bus has correct parity, SCSIPERR will
1065 if ((ahc_inb(ahc, SSTAT1) & SCSIPERR) != 0
H A Daic79xx_core.c1641 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1696 } else if ((status & SCSIPERR) != 0) {

Completed in 269 milliseconds