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

/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic7xxx_reg.h1171 #define BUSFREE 0x08 macro
H A Daic7xxx.c992 status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
998 & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1216 } else if ((status & BUSFREE) != 0
H A Daic79xx_reg.h2781 #define BUSFREE 0x08 macro
H A Daic79xx.c1547 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1680 } else if ((status & BUSFREE) != 0
6614 * the BUSFREE interrupt, but it seems that some LQOBUSFREE
6615 * events fail to assert the BUSFREE interrupt so we must

Completed in 134 milliseconds