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

/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic7xxx_reg.h1169 #define SCSIRSTI 0x20 macro
H A Daic7xxx.c992 status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
998 & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1038 } else if ((status & SCSIRSTI) != 0) {
H A Daic79xx.c1547 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1584 } else if ((status & SCSIRSTI) != 0) {
8064 if ((ahd_inb(ahd, SSTAT1) & SCSIRSTI) != 0) {
H A Daic79xx_reg.h2779 #define SCSIRSTI 0x20 macro

Completed in 194 milliseconds