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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Daha152x.h206 #define SCSIPERR 0x04 macro
H A Daha152x.c2858 } else if(stat1 & SCSIPERR) {
2860 SETPORT(SSTAT1,SCSIPERR);
3142 if (s & SCSIPERR)
3143 printk("SCSIPERR ");
3184 if (s & SCSIPERR)
3185 printk("SCSIPERR ");
3511 if (s & SCSIPERR)
3512 SPRINTF("SCSIPERR ");
3553 if (s & SCSIPERR)
3554 SPRINTF("SCSIPERR ");
[all...]
H A Daic7xxx_old.c6394 else if (status & SCSIPERR)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_reg.h114 #define SCSIPERR 0x04 macro
H A Daic7xxx_core.c750 * but the sequencer still believes that SCSIPERR
760 && (ahc_inb(ahc, SSTAT1) & SCSIPERR) != 0) {
959 status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
965 & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1008 } else if ((status & SCSIPERR) != 0) {
1011 * SCSIPERR is latched true as soon as a parity error
1014 * transfer on the bus has correct parity, SCSIPERR will
1042 if ((ahc_inb(ahc, SSTAT1) & SCSIPERR) != 0
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h109 #define SCSIPERR 0x04 macro

Completed in 199 milliseconds