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

/freebsd-10.0-release/sys/dev/aic/
H A Daic6360reg.h210 #define SELTO 0x80 /* C select out timeout */ macro
H A Daic.c1230 if ((sstat1 & SELTO) != 0) {
/freebsd-10.0-release/sys/dev/aic7xxx/
H A Daic7xxx.reg315 field SELTO 0x80
H A Daic7xxx.c994 status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1000 & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1159 } else if ((status & SELTO) != 0) {
1189 "valid during SELTO scb(%d, %d)\n",
H A Daic79xx.reg1869 field SELTO 0x80
H A Daic79xx.c1501 && (ahd_inb(ahd, SSTAT1) & SELTO) == 0)
1554 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1609 } else if ((status & SELTO) != 0) {
1638 "valid during SELTO scb(0x%x)\n",

Completed in 95 milliseconds