Searched refs:BUSFREE (Results 1 – 12 of 12) sorted by relevance
/linux-6.6.21/drivers/scsi/ |
D | aha152x.h | 163 #define BUSFREE 0x08 macro
|
D | aha152x.c | 1681 if(sstat1 & (PHASECHG|PHASEMIS|BUSFREE) || !(sstat1 & REQINIT)) in msgi_run() 1859 if (MSGOLEN > 0 && !(GETPORT(SSTAT1) & BUSFREE)) in msgi_end() 2244 } else if(stat1 & BUSFREE) { in update_state() 2246 SETPORT(SSTAT1,BUSFREE); in update_state() 2649 if (s & BUSFREE) in get_ports() 2691 if (s & BUSFREE) in get_ports()
|
/linux-6.6.21/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 | 1547 status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahc_handle_scsiint() 1553 & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahc_handle_scsiint() 1771 } 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 | 764 #define BUSFREE 0x08
|
D | aic79xx_core.c | 2389 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahd_handle_scsiint() 2536 } else if ((status & BUSFREE) != 0 in ahd_handle_scsiint()
|
D | aic79xx.reg | 1976 field BUSFREE 0x08
|