Searched refs:BUSFREE (Results 1 – 16 of 16) sorted by relevance
/linux-2.6.39/drivers/scsi/ |
D | aha152x.h | 162 #define BUSFREE 0x08 macro
|
D | aha152x.c | 1809 if(sstat1 & (PHASECHG|PHASEMIS|BUSFREE) || !(sstat1 & REQINIT)) in msgi_run() 1982 if (MSGOLEN > 0 && !(GETPORT(SSTAT1) & BUSFREE)) { in msgi_end() 2421 } else if(stat1 & BUSFREE) { in update_state() 2423 SETPORT(SSTAT1,BUSFREE); in update_state() 2722 if (s & BUSFREE) in disp_ports() 2764 if (s & BUSFREE) in disp_ports() 3095 if (s & BUSFREE) in get_ports() 3137 if (s & BUSFREE) in get_ports()
|
D | aic7xxx_old.c | 5689 else if ( ((status & BUSFREE) != 0) && ((status & SELTO) == 0) ) in aic7xxx_handle_scsiint()
|
/linux-2.6.39/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 108 #define BUSFREE 0x08 macro
|
D | aic7xxx.seq | 308 test SSTAT1,REQINIT|BUSFREE jz .; 309 test SSTAT1, BUSFREE jnz poll_for_work;
|
D | aic7xxx.reg | 294 bit BUSFREE 0x08
|
/linux-2.6.39/drivers/scsi/aic7xxx/ |
D | aic7xxx_reg_print.c_shipped | 112 { "BUSFREE", 0x08, 0x08 },
|
D | aic79xx_reg_print.c_shipped | 276 { "BUSFREE", 0x08, 0x08 },
|
D | aic7xxx_reg.h_shipped | 295 #define BUSFREE 0x08
|
D | aic79xx.seq | 1327 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;
|
D | aic7xxx_core.c | 1555 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()
|
D | aic7xxx.seq | 683 test SSTAT1,REQINIT|BUSFREE jz .; 684 test SSTAT1, BUSFREE jnz poll_for_work;
|
D | aic7xxx.reg | 341 field BUSFREE 0x08
|
D | aic79xx_reg.h_shipped | 1648 #define BUSFREE 0x08
|
D | aic79xx_core.c | 2407 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahd_handle_scsiint() 2554 } else if ((status & BUSFREE) != 0 in ahd_handle_scsiint()
|
D | aic79xx.reg | 1976 field BUSFREE 0x08
|