Searched refs:SELTO (Results 1 - 11 of 11) sorted by relevance

/drivers/scsi/
H A Daha152x.h158 #define SELTO 0x80 macro
H A Daha152x.c952 SETPORT(SSTAT1, SELTO);
1648 SETPORT(SSTAT1, SELTO);
2427 } else if(stat1 & SELTO) {
2722 if (s & SELTO)
2723 printk("SELTO ");
2764 if (s & SELTO)
2765 printk("SELTO ");
3095 if (s & SELTO)
3096 SPRINTF("SELTO ");
3137 if (s & SELTO)
[all...]
H A Daic7xxx_old.c5689 else if ( ((status & BUSFREE) != 0) && ((status & SELTO) == 0) )
5783 else if ((status & SELTO) != 0)
5822 printk(WARN_LEAD "Referenced SCB %d not valid during SELTO.\n",
/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h104 #define SELTO 0x80 macro
H A Daic7xxx.reg290 bit SELTO 0x80
/drivers/scsi/aic7xxx/
H A Daic7xxx.reg337 field SELTO 0x80
H A Daic7xxx_reg.h_shipped291 #define SELTO 0x80
H A Daic7xxx_core.c1555 status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1561 & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1720 } else if ((status & SELTO) != 0) {
1750 "valid during SELTO scb(%d, %d)\n",
H A Daic79xx.reg1972 field SELTO 0x80
H A Daic79xx_core.c2354 && (ahd_inb(ahd, SSTAT1) & SELTO) == 0)
2407 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
2474 } else if ((status & SELTO) != 0) {
2501 "valid during SELTO scb(0x%x)\n",
H A Daic79xx_reg.h_shipped1644 #define SELTO 0x80

Completed in 186 milliseconds