/linux-2.6.39/drivers/scsi/aic7xxx/ |
D | 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 …]
|
D | aic79xx.seq | 833 mvi SEQ_FLAGS, NO_CDB_SENT; 868 test SEQ_FLAGS, NOT_IDENTIFIED jz p_command_okay; 899 and SEQ_FLAGS, ~NO_CDB_SENT; 932 or SEQ_FLAGS, NO_CDB_SENT; 943 test SEQ_FLAGS,NOT_IDENTIFIED jnz mesgin_proto_violation; 1115 or SEQ_FLAGS, 0x80; 1120 or SEQ_FLAGS, 0x1; 1124 or SEQ_FLAGS, 0x2; 1147 or SEQ_FLAGS, 0x10; 1152 clr SEQ_FLAGS; /* make note of IDENTIFY */ [all …]
|
D | aic7xxx_reg.h_shipped | 103 ahc_print_register(NULL, 0, "SEQ_FLAGS", 0x3c, regvalue, cur_col, wrap) 443 #define SEQ_FLAGS 0x3c
|
D | aic7xxx_reg_print.c_shipped | 233 return (ahc_print_register(SEQ_FLAGS_parse_table, 9, "SEQ_FLAGS",
|
D | aic7xxx_core.c | 1174 ahc_inb(ahc, SEQ_FLAGS), ahc_inb(ahc, SCBPTR), in ahc_handle_seqint() 1404 ahc_inb(ahc, SEQ_FLAGS) & DPHASE ? "Have" : "Haven't", in ahc_handle_seqint() 1502 ahc_inb(ahc, SEQ_FLAGS), ahc_inb(ahc, SCBPTR), in ahc_handle_seqint() 1578 && (ahc_inb(ahc, SEQ_FLAGS) & NOT_IDENTIFIED) != 0) in ahc_handle_scsiint() 2783 && (ahc_inb(ahc, SEQ_FLAGS) in ahc_fetch_devinfo() 3151 seq_flags = ahc_inb(ahc, SEQ_FLAGS); in ahc_handle_proto_violation() 4168 if ((ahc_inb(ahc, SEQ_FLAGS) & DPHASE) == 0 in ahc_handle_ign_wide_residue() 5093 ahc_outb(ahc, SEQ_FLAGS, 0); in ahc_chip_init() 7216 ahc_seq_flags_print(ahc_inb(ahc, SEQ_FLAGS), &cur_col, 50); in ahc_dump_card_state()
|
D | aic79xx_core.c | 1141 ahd_outb(ahd, SEQ_FLAGS, 0); in ahd_restart() 1828 ahd_outb(ahd, SEQ_FLAGS, 0x0); in ahd_handle_seqint() 1976 ahd_outb(ahd, SEQ_FLAGS, 0); in ahd_handle_seqint() 2143 ahd_inb(ahd, SEQ_FLAGS), ahd_get_scbptr(ahd), in ahd_handle_seqint() 2232 ahd_inb(ahd, SEQ_FLAGS) & DPHASE in ahd_handle_seqint() 2436 && (ahd_inb(ahd, SEQ_FLAGS) & NOT_IDENTIFIED) != 0) in ahd_handle_scsiint() 3064 && (ahd_inb(ahd, SEQ_FLAGS) & NOT_IDENTIFIED) != 0) in ahd_handle_nonpkt_busfree() 3334 seq_flags = ahd_inb(ahd, SEQ_FLAGS); in ahd_handle_proto_violation() 4319 && (ahd_inb(ahd, SEQ_FLAGS) & CMDPHASE_PENDING) != 0) { in ahd_fetch_devinfo() 5037 ahd_outb(ahd, SEQ_FLAGS, NOT_IDENTIFIED|NO_CDB_SENT); in ahd_handle_message_phase() [all …]
|
D | aic79xx_reg_print.c_shipped | 656 return (ahd_print_register(SEQ_FLAGS_parse_table, 9, "SEQ_FLAGS",
|
D | aic79xx_reg.h_shipped | 1006 ahd_print_register(NULL, 0, "SEQ_FLAGS", 0x139, regvalue, cur_col, wrap) 2448 #define SEQ_FLAGS 0x139
|
D | aic7xxx_osm.c | 2218 if (disconnected && (ahc_inb(ahc, SEQ_FLAGS) & NOT_IDENTIFIED) == 0) { in ahc_linux_queue_recovery_cmd()
|
D | aic79xx_osm.c | 2277 if (disconnected && (ahd_inb(ahd, SEQ_FLAGS) & NOT_IDENTIFIED) == 0) { in ahd_linux_queue_abort_cmd()
|
D | aic7xxx.reg | 1474 SEQ_FLAGS {
|
D | aic79xx.reg | 3832 SEQ_FLAGS {
|
/linux-2.6.39/drivers/scsi/aic7xxx_old/ |
D | aic7xxx.seq | 283 or SEQ_FLAGS, IDENTIFY_SEEN; 333 clr SEQ_FLAGS ret; 371 test SEQ_FLAGS, DPHASE jnz data_phase_reinit; 372 or SEQ_FLAGS, DPHASE; /* we've seen a data phase */ 899 test SEQ_FLAGS, DPHASE jz mesgin_done; 926 and SEQ_FLAGS, ~DPHASE; /* 951 test SEQ_FLAGS, SCBPTR_VALID jz use_retrieveSCB; 985 or SEQ_FLAGS,IDENTIFY_SEEN; /* make note of IDENTIFY */ 1148 test SEQ_FLAGS,IDENTIFY_SEEN jnz return; /* seen IDENTIFY? */ 1186 test SEQ_FLAGS, SCBPTR_VALID jz retrieve_from_host; [all …]
|
D | aic7xxx_reg.h | 235 #define SEQ_FLAGS 0x36 macro
|
D | aic7xxx.reg | 1204 SEQ_FLAGS {
|
/linux-2.6.39/drivers/scsi/ |
D | aic7xxx_old.c | 3953 aic_inb(p, ACCUM), aic_inb(p, SEQ_FLAGS)); in aic7xxx_handle_seqint() 4626 (aic_inb(p, SEQ_FLAGS) & DPHASE) ? "Have" : "Haven't", in aic7xxx_handle_seqint() 7939 aic_outb(p, 0, SEQ_FLAGS); in aic7xxx_register()
|