/src/sys/dev/microcode/aic7xxx/ |
aic7xxx.seq | 196 mvi SEQ_FLAGS, CMDPHASE_PENDING; 261 or SEQ_FLAGS, NO_DISCONNECT; 300 or SEQ_FLAGS, TARGET_CMD_IS_TAGGED; 309 or SEQ_FLAGS, TARG_CMD_PENDING; 478 mov SEQ_FLAGS, SCB_TARGET_PHASES; 489 test SEQ_FLAGS, CMDPHASE_PENDING jnz target_cmdphase; 490 test SEQ_FLAGS, DPHASE_PENDING jnz target_dphase; 491 test SEQ_FLAGS, SPHASE_PENDING jnz target_sphase; 497 test SEQ_FLAGS, NO_DISCONNECT jz target_disconnect; 521 test SEQ_FLAGS, DPHASE jz . + 2 [all...] |
aic79xx.seq | 664 mvi SEQ_FLAGS, NO_CDB_SENT; 699 test SEQ_FLAGS, NOT_IDENTIFIED jz p_command_okay; 730 and SEQ_FLAGS, ~NO_CDB_SENT; 738 or SEQ_FLAGS, NO_CDB_SENT; 749 test SEQ_FLAGS,NOT_IDENTIFIED jnz mesgin_proto_violation; 921 or SEQ_FLAGS, 0x80; 926 or SEQ_FLAGS, 0x1; 930 or SEQ_FLAGS, 0x2; 953 or SEQ_FLAGS, 0x10; 958 clr SEQ_FLAGS; /* make note of IDENTIFY * [all...] |
aic7xxx.reg | 1339 SEQ_FLAGS {
|
aic7xxx_reg.h | 306 ahc_print_register(NULL, 0, "SEQ_FLAGS", 0x3c, regvalue, cur_col, wrap) 1326 #define SEQ_FLAGS 0x3c
|
aic79xx.reg | 3578 SEQ_FLAGS {
|
aic79xx_reg.h | 2028 ahd_print_register(NULL, 0, "SEQ_FLAGS", 0x133, regvalue, cur_col, wrap) 3545 #define SEQ_FLAGS 0x133
|
/src/sys/dev/ic/ |
aic79xx.c | 343 ahd_outb(ahd, SEQ_FLAGS, 0); 943 ahd_outb(ahd, SEQ_FLAGS, 0x0); 1088 ahd_outb(ahd, SEQ_FLAGS, 0); 1249 printf("SEQ_FLAGS == 0x%x, SCBPTR == 0x%x, BTT == 0x%x, " 1251 ahd_inb(ahd, SEQ_FLAGS), ahd_get_scbptr(ahd), 1340 ahd_inb(ahd, SEQ_FLAGS) & DPHASE 1532 && (ahd_inb(ahd, SEQ_FLAGS) & NOT_IDENTIFIED) != 0) 2143 && (ahd_inb(ahd, SEQ_FLAGS) & NOT_IDENTIFIED) != 0) 2356 u_int seq_flags; local in function:ahd_handle_proto_violation 2364 seq_flags = ahd_inb(ahd, SEQ_FLAGS) [all...] |
aic7xxx.c | 608 printf("SEQ_FLAGS == 0x%x, SCBPTR == 0x%x, BTT == 0x%x, " 610 ahc_inb(ahc, SEQ_FLAGS), ahc_inb(ahc, SCBPTR), 839 ahc_inb(ahc, SEQ_FLAGS) & DPHASE ? "Have" : "Haven't", 935 printf("SEQ_FLAGS == 0x%x, SCBPTR == 0x%x, BTT == 0x%x, " 937 ahc_inb(ahc, SEQ_FLAGS), ahc_inb(ahc, SCBPTR), 1013 && (ahc_inb(ahc, SEQ_FLAGS) & NOT_IDENTIFIED) != 0) 2178 && (ahc_inb(ahc, SEQ_FLAGS) 2547 u_int seq_flags; local in function:ahc_handle_proto_violation 2555 seq_flags = ahc_inb(ahc, SEQ_FLAGS); [all...] |
aic7xxx_osm.c | 886 if ((ahc_inb(ahc, SEQ_FLAGS) & NOT_IDENTIFIED) == 0
|