Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/aic7xxx/
HDaic7xxx.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 …]
HDaic79xx.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 …]
HDaic79xx.c325 ahd_outb(ahd, SEQ_FLAGS, 0); in ahd_restart()
969 ahd_outb(ahd, SEQ_FLAGS, 0x0); in ahd_handle_seqint()
1114 ahd_outb(ahd, SEQ_FLAGS, 0); in ahd_handle_seqint()
1279 ahd_inb(ahd, SEQ_FLAGS), ahd_get_scbptr(ahd), in ahd_handle_seqint()
1370 ahd_inb(ahd, SEQ_FLAGS) & DPHASE in ahd_handle_seqint()
1561 && (ahd_inb(ahd, SEQ_FLAGS) & NOT_IDENTIFIED) != 0) in ahd_handle_scsiint()
2201 && (ahd_inb(ahd, SEQ_FLAGS) & NOT_IDENTIFIED) != 0) in ahd_handle_nonpkt_busfree()
2460 seq_flags = ahd_inb(ahd, SEQ_FLAGS); in ahd_handle_proto_violation()
3473 && (ahd_inb(ahd, SEQ_FLAGS) & CMDPHASE_PENDING) != 0) { in ahd_fetch_devinfo()
4201 ahd_outb(ahd, SEQ_FLAGS, NOT_IDENTIFIED|NO_CDB_SENT); in ahd_handle_message_phase()
[all …]
HDaic7xxx.c613 ahc_inb(ahc, SEQ_FLAGS), ahc_inb(ahc, SCBPTR), in ahc_handle_seqint()
841 ahc_inb(ahc, SEQ_FLAGS) & DPHASE ? "Have" : "Haven't", in ahc_handle_seqint()
938 ahc_inb(ahc, SEQ_FLAGS), ahc_inb(ahc, SCBPTR), in ahc_handle_seqint()
1014 && (ahc_inb(ahc, SEQ_FLAGS) & NOT_IDENTIFIED) != 0) in ahc_handle_scsiint()
2189 && (ahc_inb(ahc, SEQ_FLAGS) in ahc_fetch_devinfo()
2565 seq_flags = ahc_inb(ahc, SEQ_FLAGS); in ahc_handle_proto_violation()
3648 if ((ahc_inb(ahc, SEQ_FLAGS) & DPHASE) == 0 in ahc_handle_ign_wide_residue()
4633 ahc_outb(ahc, SEQ_FLAGS, 0); in ahc_chip_init()
6757 ahc_seq_flags_print(ahc_inb(ahc, SEQ_FLAGS), &cur_col, 50); in ahc_dump_card_state()
7072 if ((ahc_inb(ahc, SEQ_FLAGS) & NOT_IDENTIFIED) == 0 in ahc_recover_commands()
HDaic7xxx_reg.h1317 #define SEQ_FLAGS 0x3c macro
HDaic7xxx.reg1335 SEQ_FLAGS {
HDaic79xx_reg.h3585 #define SEQ_FLAGS 0x139 macro
HDaic79xx.reg3591 SEQ_FLAGS {