Searched refs:SELTO (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.h158 #define SELTO 0x80 macro
H A Daha152x.c944 SETPORT(SSTAT1, SELTO);
1648 SETPORT(SSTAT1, SELTO);
2408 } else if(stat1 & SELTO) {
2697 if (s & SELTO)
2698 printk("SELTO ");
2739 if (s & SELTO)
2740 printk("SELTO ");
3069 if (s & SELTO)
3070 SPRINTF("SELTO ");
3111 if (s & SELTO)
[all...]
H A Daic7xxx_old.c5671 else if ( ((status & BUSFREE) != 0) && ((status & SELTO) == 0) )
5765 else if ((status & SELTO) != 0)
5804 printk(WARN_LEAD "Referenced SCB %d not valid during SELTO.\n",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h104 #define SELTO 0x80 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);
1142 } else if ((status & SELTO) != 0) {
1172 "valid during SELTO scb(%d, %d)\n",
H A Daic79xx_core.c1588 && (ahd_inb(ahd, SSTAT1) & SELTO) == 0)
1641 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1708 } else if ((status & SELTO) != 0) {
1737 "valid during SELTO scb(0x%x)\n",

Completed in 191 milliseconds