Searched refs:BUSFREE (Results 1 – 15 of 15) sorted by relevance
205 #define BUSFREE 0x08 macro
2316 if(sstat1 & (PHASECHG|PHASEMIS|BUSFREE) || !(sstat1 & REQINIT))2489 if (MSGOLEN > 0 && !(GETPORT(SSTAT1) & BUSFREE)) {2926 } else if(stat1 & BUSFREE) {2928 SETPORT(SSTAT1,BUSFREE);3217 if (s & BUSFREE)3259 if (s & BUSFREE)3586 if (s & BUSFREE)3628 if (s & BUSFREE)
6209 else if ( ((status & BUSFREE) != 0) && ((status & SELTO) == 0) ) in aic7xxx_handle_scsiint()
1737 #define BUSFREE BIT(7) macro
108 #define BUSFREE 0x08 macro
308 test SSTAT1,REQINIT|BUSFREE jz .;309 test SSTAT1, BUSFREE jnz poll_for_work;
294 bit BUSFREE 0x08
1170 #define BUSFREE 0x08 macro
973 status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahc_handle_scsiint()979 & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahc_handle_scsiint()1196 } else if ((status & BUSFREE) != 0 in ahc_handle_scsiint()
1126 test SSTAT1,REQINIT|BUSFREE jz .;1127 test SSTAT1, BUSFREE jnz idle_loop;
682 test SSTAT1,REQINIT|BUSFREE jz .;683 test SSTAT1, BUSFREE jnz poll_for_work;
319 field BUSFREE 0x08
2754 #define BUSFREE 0x08 macro
1167 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahd_handle_scsiint()1289 } else if ((status & BUSFREE) != 0) { in ahd_handle_scsiint()
1880 field BUSFREE 0x08