Home
last modified time | relevance | path

Searched refs:BUSFREE (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/aic7xxx/
H A Daic79xx.seq1325 test SSTAT1,REQINIT|BUSFREE jz .;
1327 * We only set BUSFREE status once either a new
1329 * BUSFREE. This allows the driver to know
1335 test SSTAT1, BUSFREE jnz idle_loop;
H A Daic7xxx_reg.h1169 #define BUSFREE 0x08 macro
H A Daic7xxx.seq685 test SSTAT1,REQINIT|BUSFREE jz .;
686 test SSTAT1, BUSFREE jnz poll_for_work;
H A Daic7xxx.reg317 field BUSFREE 0x08
H A Daic79xx_reg.h2779 #define BUSFREE 0x08 macro
H A Daic79xx.c1539 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahd_handle_scsiint()
1672 } else if ((status & BUSFREE) != 0 in ahd_handle_scsiint()
H A Daic79xx.reg1871 field BUSFREE 0x08