Searched refs:SEQ_FLAGS (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A 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; 480 mov SEQ_FLAGS, SCB_TARGET_PHASES; 491 test SEQ_FLAGS, CMDPHASE_PENDING jnz target_cmdphase; 492 test SEQ_FLAGS, DPHASE_PENDING jnz target_dphase; 493 test SEQ_FLAGS, SPHASE_PENDING jnz target_sphase; 499 test SEQ_FLAGS, NO_DISCONNECT jz target_disconnect; 523 test SEQ_FLAGS, DPHASE jz . + 2; [all …]
|
H A D | aic79xx.seq | 831 mvi SEQ_FLAGS, NO_CDB_SENT; 866 test SEQ_FLAGS, NOT_IDENTIFIED jz p_command_okay; 897 and SEQ_FLAGS, ~NO_CDB_SENT; 930 or SEQ_FLAGS, NO_CDB_SENT; 941 test SEQ_FLAGS,NOT_IDENTIFIED jnz mesgin_proto_violation; 1113 or SEQ_FLAGS, 0x80; 1118 or SEQ_FLAGS, 0x1; 1122 or SEQ_FLAGS, 0x2; 1145 or SEQ_FLAGS, 0x10; 1150 clr SEQ_FLAGS; /* make note of IDENTIFY */ [all …]
|
H A D | aic79xx.c | 318 ahd_outb(ahd, SEQ_FLAGS, 0); in ahd_restart() 962 ahd_outb(ahd, SEQ_FLAGS, 0x0); in ahd_handle_seqint() 1107 ahd_outb(ahd, SEQ_FLAGS, 0); in ahd_handle_seqint() 1272 ahd_inb(ahd, SEQ_FLAGS), ahd_get_scbptr(ahd), in ahd_handle_seqint() 1363 ahd_inb(ahd, SEQ_FLAGS) & DPHASE in ahd_handle_seqint() 1554 && (ahd_inb(ahd, SEQ_FLAGS) & NOT_IDENTIFIED) != 0) in ahd_handle_scsiint() 2194 && (ahd_inb(ahd, SEQ_FLAGS) & NOT_IDENTIFIED) != 0) in ahd_handle_nonpkt_busfree() 2451 seq_flags = ahd_inb(ahd, SEQ_FLAGS); in ahd_handle_proto_violation() 3464 && (ahd_inb(ahd, SEQ_FLAGS) & CMDPHASE_PENDING) != 0) { in ahd_fetch_devinfo() 4192 ahd_outb(ahd, SEQ_FLAGS, NOT_IDENTIFIED|NO_CDB_SENT); in ahd_handle_message_phase() [all …]
|
H A D | aic7xxx_reg.h | 1317 #define SEQ_FLAGS 0x3c macro
|
H A D | aic7xxx.reg | 1335 SEQ_FLAGS {
|
H A D | aic79xx_reg.h | 3585 #define SEQ_FLAGS 0x139 macro
|
H A D | aic79xx.reg | 3591 SEQ_FLAGS {
|