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

/freebsd-10.0-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.0-release/sys/dev/aic7xxx/
H A Daic79xx.seq1327 test SSTAT1,REQINIT|BUSFREE jz .;
1329 * We only set BUSFREE status once either a new
1331 * BUSFREE. This allows the driver to know
1337 test SSTAT1, BUSFREE jnz idle_loop;
H A Daic7xxx.seq687 test SSTAT1,REQINIT|BUSFREE jz .;
688 test SSTAT1, BUSFREE jnz poll_for_work;
H A Daic7xxx.reg319 field BUSFREE 0x08
H A Daic7xxx.c994 status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1000 & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1218 } else if ((status & BUSFREE) != 0
H A Daic79xx.reg1873 field BUSFREE 0x08
H A Daic79xx.c1554 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1693 } else if ((status & BUSFREE) != 0
6658 * the BUSFREE interrupt, but it seems that some LQOBUSFREE
6659 * events fail to assert the BUSFREE interrupt so we must

Completed in 168 milliseconds