Searched refs:SCSIRSTI (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.h160 #define SCSIRSTI 0x20 macro
H A Daha152x.c2400 if(stat1 & SCSIRSTI) {
2403 SETPORT(SSTAT1,SCSIRSTI);
2701 if (s & SCSIRSTI)
2702 printk("SCSIRSTI ");
2743 if (s & SCSIRSTI)
2744 printk("SCSIRSTI ");
3073 if (s & SCSIRSTI)
3074 SPRINTF("SCSIRSTI ");
3115 if (s & SCSIRSTI)
3116 SPRINTF("SCSIRSTI ");
[all...]
H A Daic7xxx_old.c5649 if ((status & SCSIRSTI) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h106 #define SCSIRSTI 0x20 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c977 status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
983 & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1023 } else if ((status & SCSIRSTI) != 0) {
H A Daic79xx_core.c1641 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1649 if (((status & SCSIRSTI) != 0) && (ahd->flags & AHD_BUS_RESET_ACTIVE)) {
1692 } else if ((status & SCSIRSTI) != 0) {

Completed in 116 milliseconds