Searched refs:SELTO (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.h158 #define SELTO 0x80 macro
H A Daha152x.c944 SETPORT(SSTAT1, SELTO);
1604 SETPORT(SSTAT1, SELTO);
2366 } else if(stat1 & SELTO) {
2655 if (s & SELTO)
2656 printk("SELTO ");
2697 if (s & SELTO)
2698 printk("SELTO ");
3028 if (s & SELTO)
3029 SPRINTF("SELTO ");
3070 if (s & SELTO)
[all...]
H A Daic7xxx_old.c5662 else if ( ((status & BUSFREE) != 0) && ((status & SELTO) == 0) )
5756 else if ((status & SELTO) != 0)
5795 printk(WARN_LEAD "Referenced SCB %d not valid during SELTO.\n",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h104 #define SELTO 0x80 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);
1712 } else if ((status & SELTO) != 0) {
1742 "valid during SELTO scb(%d, %d)\n",
H A Daic79xx_core.c2308 && (ahd_inb(ahd, SSTAT1) & SELTO) == 0)
2361 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
2428 } else if ((status & SELTO) != 0) {
2455 "valid during SELTO scb(0x%x)\n",

Completed in 121 milliseconds