Home
last modified time | relevance | path

Searched refs:SEQ_FLAGS (Results 1 – 16 of 16) sorted by relevance

/linux-3.4.99/drivers/scsi/aic7xxx/
Daic7xxx.seq196 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 …]
Daic79xx.seq833 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 …]
Daic7xxx_reg.h_shipped103 ahc_print_register(NULL, 0, "SEQ_FLAGS", 0x3c, regvalue, cur_col, wrap)
443 #define SEQ_FLAGS 0x3c
Daic7xxx_reg_print.c_shipped233 return (ahc_print_register(SEQ_FLAGS_parse_table, 9, "SEQ_FLAGS",
Daic7xxx_core.c1174 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()
Daic79xx_core.c1141 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 …]
Daic79xx_reg_print.c_shipped656 return (ahd_print_register(SEQ_FLAGS_parse_table, 9, "SEQ_FLAGS",
Daic79xx_reg.h_shipped1006 ahd_print_register(NULL, 0, "SEQ_FLAGS", 0x139, regvalue, cur_col, wrap)
2448 #define SEQ_FLAGS 0x139
Daic7xxx_osm.c2218 if (disconnected && (ahc_inb(ahc, SEQ_FLAGS) & NOT_IDENTIFIED) == 0) { in ahc_linux_queue_recovery_cmd()
Daic79xx_osm.c2277 if (disconnected && (ahd_inb(ahd, SEQ_FLAGS) & NOT_IDENTIFIED) == 0) { in ahd_linux_queue_abort_cmd()
Daic7xxx.reg1474 SEQ_FLAGS {
Daic79xx.reg3832 SEQ_FLAGS {
/linux-3.4.99/drivers/scsi/aic7xxx_old/
Daic7xxx.seq283 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 …]
Daic7xxx_reg.h235 #define SEQ_FLAGS 0x36 macro
Daic7xxx.reg1204 SEQ_FLAGS {
/linux-3.4.99/drivers/scsi/
Daic7xxx_old.c3953 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()