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

/drivers/scsi/
H A Daha152x.h162 #define BUSFREE 0x08 macro
H A Daha152x.c135 * - accept unexpected BUSFREE phase as error condition
1817 if(sstat1 & (PHASECHG|PHASEMIS|BUSFREE) || !(sstat1 & REQINIT))
1990 if (MSGOLEN > 0 && !(GETPORT(SSTAT1) & BUSFREE)) {
2429 } else if(stat1 & BUSFREE) {
2431 SETPORT(SSTAT1,BUSFREE);
2730 if (s & BUSFREE)
2731 printk("BUSFREE ");
2772 if (s & BUSFREE)
2773 printk("BUSFREE ");
3103 if (s & BUSFREE)
[all...]
H A Daic7xxx_old.c5689 else if ( ((status & BUSFREE) != 0) && ((status & SELTO) == 0) )
/drivers/scsi/aic7xxx_old/
H A Daic7xxx.seq308 test SSTAT1,REQINIT|BUSFREE jz .;
309 test SSTAT1, BUSFREE jnz poll_for_work;
H A Daic7xxx_reg.h108 #define BUSFREE 0x08 macro
H A Daic7xxx.reg294 bit BUSFREE 0x08
/drivers/scsi/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.seq683 test SSTAT1,REQINIT|BUSFREE jz .;
684 test SSTAT1, BUSFREE jnz poll_for_work;
H A Daic7xxx.reg341 field BUSFREE 0x08
H A Daic7xxx_reg.h_shipped295 #define BUSFREE 0x08
H A Daic7xxx_core.c1555 status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1561 & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1779 } else if ((status & BUSFREE) != 0
H A Daic79xx.reg1976 field BUSFREE 0x08
H A Daic79xx_reg.h_shipped1648 #define BUSFREE 0x08
H A Daic79xx_core.c2407 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
2554 } else if ((status & BUSFREE) != 0
7409 * the BUSFREE interrupt, but it seems that some LQOBUSFREE
7410 * events fail to assert the BUSFREE interrupt so we must

Completed in 327 milliseconds