Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
H A 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;
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 Daic79xx.seq831 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 Daic79xx.c318 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 Daic7xxx_reg.h1317 #define SEQ_FLAGS 0x3c macro
H A Daic7xxx.reg1335 SEQ_FLAGS {
H A Daic79xx_reg.h3585 #define SEQ_FLAGS 0x139 macro
H A Daic79xx.reg3591 SEQ_FLAGS {