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

/freebsd-10.0-release/sys/dev/aic/
H A Daic6360reg.h212 #define SCSIRSTI 0x20 /* C RST asserted */ macro
H A Daic.c1197 if ((sstat1 & SCSIRSTI) != 0) {
/freebsd-10.0-release/sys/dev/aic7xxx/
H A Daic7xxx.reg317 field SCSIRSTI 0x20
H A Daic7xxx.c994 status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1000 & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1040 } else if ((status & SCSIRSTI) != 0) {
H A Daic79xx.reg1871 field SCSIRSTI 0x20
H A Daic79xx.c1554 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1592 } else if ((status & SCSIRSTI) != 0) {
8115 if ((ahd_inb(ahd, SSTAT1) & SCSIRSTI) != 0) {

Completed in 148 milliseconds