Searched refs:SEQ_FLAGS (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13-stable/sys/dev/aic7xxx/ |
| HD | 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 …]
|
| HD | 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 …]
|
| HD | aic79xx.c | 325 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 …]
|
| HD | aic7xxx.c | 613 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()
|
| HD | aic7xxx_reg.h | 1317 #define SEQ_FLAGS 0x3c macro
|
| HD | aic7xxx.reg | 1335 SEQ_FLAGS {
|
| HD | aic79xx_reg.h | 3585 #define SEQ_FLAGS 0x139 macro
|
| HD | aic79xx.reg | 3591 SEQ_FLAGS {
|