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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Daha152x.h201 #define SELTO 0x80 macro
H A Daha152x.c1468 SETPORT(SSTAT1, SELTO);
2088 SETPORT(SSTAT1, SELTO);
2853 } else if(stat1 & SELTO) {
3132 if (s & SELTO)
3133 printk("SELTO ");
3174 if (s & SELTO)
3175 printk("SELTO ");
3501 if (s & SELTO)
3502 SPRINTF("SELTO ");
3543 if (s & SELTO)
[all...]
H A Daic7xxx_old.c6162 else if ( ((status & BUSFREE) != 0) && ((status & SELTO) == 0) )
6256 else if ((status & SELTO) != 0)
6295 printk(WARN_LEAD "Referenced SCB %d not valid during SELTO.\n",
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_reg.h109 #define SELTO 0x80 macro
H A Daic7xxx_core.c959 status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
965 & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1099 } else if ((status & SELTO) != 0) {
1129 "valid during SELTO scb(%d, %d)\n",
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h104 #define SELTO 0x80 macro

Completed in 73 milliseconds