Searched refs:SCSIRSTI (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.h160 #define SCSIRSTI 0x20 macro
H A Daha152x.c2358 if(stat1 & SCSIRSTI) {
2361 SETPORT(SSTAT1,SCSIRSTI);
2659 if (s & SCSIRSTI)
2660 printk("SCSIRSTI ");
2701 if (s & SCSIRSTI)
2702 printk("SCSIRSTI ");
3032 if (s & SCSIRSTI)
3033 SPRINTF("SCSIRSTI ");
3074 if (s & SCSIRSTI)
3075 SPRINTF("SCSIRSTI ");
[all...]
H A Daic7xxx_old.c5640 if ((status & SCSIRSTI) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h106 #define SCSIRSTI 0x20 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c1547 status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1553 & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1593 } else if ((status & SCSIRSTI) != 0) {
H A Daic79xx_core.c2361 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
2369 if (((status & SCSIRSTI) != 0) && (ahd->flags & AHD_BUS_RESET_ACTIVE)) {
2412 } else if ((status & SCSIRSTI) != 0) {

Completed in 97 milliseconds