Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/
Daha152x.h163 #define BUSFREE 0x08 macro
Daha152x.c1681 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/
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.c1547 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()
Daic7xxx.seq683 test SSTAT1,REQINIT|BUSFREE jz .;
684 test SSTAT1, BUSFREE jnz poll_for_work;
Daic7xxx.reg341 field BUSFREE 0x08
Daic79xx_reg.h_shipped764 #define BUSFREE 0x08
Daic79xx_core.c2389 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahd_handle_scsiint()
2536 } else if ((status & BUSFREE) != 0 in ahd_handle_scsiint()
Daic79xx.reg1976 field BUSFREE 0x08