/src/sys/dev/microcode/aic7xxx/ |
aic7xxx.seq | 91 test SSTAT0, SELDO|SELDI jnz selection; 159 test SSTAT0, SELDO|SELDI jz poll_for_selection; 176 test SSTAT0, SELDI|SELDO jz bus_free_sel; 177 test SSTAT0,SELDO jnz select_out; 181 test SSTAT0, TARGET jz initiator_reselect; 327 test SSTAT0, SPIORDY jz .; 421 test SSTAT0, SPIORDY jz .; 443 test SSTAT0, TARGET jz initiator_select; 582 test SSTAT0, SPIORDY jz .; 930 test SSTAT0, TARGET jnz ultra2_dma_loop [all...] |
aic79xx.seq | 80 test SSTAT0, SELDO jnz select_out; 85 test SSTAT0, SELDO jnz select_out; 87 test SSTAT0, SELDI jnz select_in; 125 test SSTAT0, SELDO|SELINGO jnz . + 2; 196 test SSTAT0, (SELDO|SELINGO) jnz return; 1033 test SSTAT0, SELDO|SELINGO jnz . + 2; 1491 test SSTAT0, TARGET jnz data_phase_done; 1958 test SSTAT0, SELDO jnz return;
|
aic7xxx.reg | 219 * the data has been safely transferred. SDONE in SSTAT0 is 261 * Writing a 1 to a bit clears the associated SCSI Interrupt in SSTAT0. 279 register SSTAT0 {
|
aic7xxx_reg.h | 110 ahc_print_register(NULL, 0, "SSTAT0", 0x0b, regvalue, cur_col, wrap) 1152 #define SSTAT0 0x0b
|
aic79xx.reg | 1822 register SSTAT0 { 1838 * Writing a 1 to a bit clears the associated SCSI Interrupt in SSTAT0.
|
aic79xx_reg.h | 544 ahd_print_register(NULL, 0, "SSTAT0", 0x4b, regvalue, cur_col, wrap) 2721 #define SSTAT0 0x4b
|
/src/sys/dev/ic/ |
aic6360reg.h | 71 #define SSTAT0 0x0b /* SCSI interrupt status 0 */ 213 /* SSTAT0 Howto clear */
|
aic6360.c | 1702 u_char sstat0, sstat1; local in function:aicintr 1757 sstat0 = bus_space_read_1(iot, ioh, SSTAT0); 1758 AIC_MISC(("sstat0:0x%02x ", sstat0)); 1760 if ((sstat0 & TARGET) != 0) { 1769 } else if ((sstat0 & SELDI) != 0) { 1788 } else if ((sstat0 & SELDO) != 0) { 2182 printf(" SSTAT0=%x SSTAT1=%x SSTAT2=%x SSTAT3=%x SSTAT4=%x\n", 2183 bus_space_read_1(iot, ioh, SSTAT0), [all...] |
aic7xxx_osm.c | 954 && (ahc_inb(ahc, SSTAT0) & TARGET) != 0) {
|
aic79xx.c | 1463 && (ahd_inb(ahd, SSTAT0) & SELDO) == 0 1516 status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO); 3361 if (ahd_inb(ahd, SSTAT0) & TARGET) 6839 if ((ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) == 0) 6851 && (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) != 0) 6858 || (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) != 0)); 8703 ahd_sstat0_print(ahd_inb(ahd, SSTAT0), &cur_col, 50);
|
aic7xxx.c | 987 status0 = ahc_inb(ahc, SSTAT0) & IOERR; 2171 if (ahc_inb(ahc, SSTAT0) & TARGET) 4937 || (ahc_inb(ahc, SSTAT0) & (SELDO|SELINGO)))); 6647 ahc_sstat0_print(ahc_inb(ahc, SSTAT0), &cur_col, 50);
|