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

/freebsd-10.2-release/sys/dev/aic/
H A Daic6360reg.h214 #define BUSFREE 0x08 /* C bus free condition */ macro
H A Daic.c1235 while ((sstat1 & BUSFREE) == 0)
1241 if ((sstat1 & BUSFREE) != 0) {
/freebsd-10.2-release/sys/dev/aic7xxx/
H A Daic7xxx_reg.h1172 #define BUSFREE 0x08 macro
H A Daic7xxx.c993 status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
999 & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1217 } else if ((status & BUSFREE) != 0
H A Daic79xx_reg.h2782 #define BUSFREE 0x08 macro
H A Daic79xx.c1553 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1692 } else if ((status & BUSFREE) != 0
6657 * the BUSFREE interrupt, but it seems that some LQOBUSFREE
6658 * events fail to assert the BUSFREE interrupt so we must

Completed in 205 milliseconds