Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/
Daha152x.h162 #define BUSFREE 0x08 macro
Daha152x.c1817 if(sstat1 & (PHASECHG|PHASEMIS|BUSFREE) || !(sstat1 & REQINIT)) in msgi_run()
1990 if (MSGOLEN > 0 && !(GETPORT(SSTAT1) & BUSFREE)) { in msgi_end()
2429 } else if(stat1 & BUSFREE) { in update_state()
2431 SETPORT(SSTAT1,BUSFREE); in update_state()
2730 if (s & BUSFREE) in disp_ports()
2772 if (s & BUSFREE) in disp_ports()
3103 if (s & BUSFREE) in get_ports()
3145 if (s & BUSFREE) in get_ports()
Daic7xxx_old.c5689 else if ( ((status & BUSFREE) != 0) && ((status & SELTO) == 0) ) in aic7xxx_handle_scsiint()
/linux-3.4.99/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-3.4.99/drivers/scsi/aic7xxx/
Daic7xxx_reg_print.c_shipped112 { "BUSFREE", 0x08, 0x08 },
Daic79xx_reg_print.c_shipped276 { "BUSFREE", 0x08, 0x08 },
Daic7xxx_reg.h_shipped295 #define BUSFREE 0x08
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;
Daic7xxx_core.c1555 status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahc_handle_scsiint()
1561 & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahc_handle_scsiint()
1779 } else if ((status & BUSFREE) != 0 in ahc_handle_scsiint()
Daic7xxx.seq683 test SSTAT1,REQINIT|BUSFREE jz .;
684 test SSTAT1, BUSFREE jnz poll_for_work;
Daic7xxx.reg341 field BUSFREE 0x08
Daic79xx_reg.h_shipped1648 #define BUSFREE 0x08
Daic79xx_core.c2407 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahd_handle_scsiint()
2554 } else if ((status & BUSFREE) != 0 in ahd_handle_scsiint()
Daic79xx.reg1976 field BUSFREE 0x08