Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Daha152x.h205 #define BUSFREE 0x08 macro
Daha152x.c2316 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)
Daic7xxx_old.c6209 else if ( ((status & BUSFREE) != 0) && ((status & SELTO) == 0) ) in aic7xxx_handle_scsiint()
DFlashPoint.c1737 #define BUSFREE BIT(7) macro
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h108 #define BUSFREE 0x08 macro
Daic7xxx.seq308 test SSTAT1,REQINIT|BUSFREE jz .;
309 test SSTAT1, BUSFREE jnz poll_for_work;
Daic7xxx.reg294 bit BUSFREE 0x08
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_reg.h1170 #define BUSFREE 0x08 macro
Daic7xxx_core.c973 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()
Daic79xx.seq1126 test SSTAT1,REQINIT|BUSFREE jz .;
1127 test SSTAT1, BUSFREE jnz idle_loop;
Daic7xxx.seq682 test SSTAT1,REQINIT|BUSFREE jz .;
683 test SSTAT1, BUSFREE jnz poll_for_work;
Daic7xxx.reg319 field BUSFREE 0x08
Daic79xx_reg.h2754 #define BUSFREE 0x08 macro
Daic79xx_core.c1167 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahd_handle_scsiint()
1289 } else if ((status & BUSFREE) != 0) { in ahd_handle_scsiint()
Daic79xx.reg1880 field BUSFREE 0x08