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

/freebsd-10-stable/sys/dev/aic/
H A Daic6360reg.h212 #define SCSIRSTI 0x20 /* C RST asserted */ macro
H A Daic.c1197 if ((sstat1 & SCSIRSTI) != 0) {
/freebsd-10-stable/sys/dev/aic7xxx/
H A Daic7xxx_reg.h1170 #define SCSIRSTI 0x20 macro
H A Daic7xxx.c993 status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
999 & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1039 } else if ((status & SCSIRSTI) != 0) {
H A Daic79xx.c1553 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1591 } else if ((status & SCSIRSTI) != 0) {
8114 if ((ahd_inb(ahd, SSTAT1) & SCSIRSTI) != 0) {
H A Daic79xx_reg.h2780 #define SCSIRSTI 0x20 macro

Completed in 123 milliseconds