Searched refs:SEQ_FLAGS (Results 1 – 7 of 7) sorted by relevance
| /mirbsd/src/sys/dev/microcode/aic7xxx/ |
| D | aic7xxx.seq | 197 mvi SEQ_FLAGS, CMDPHASE_PENDING; 262 or SEQ_FLAGS, NO_DISCONNECT; 301 or SEQ_FLAGS, TARGET_CMD_IS_TAGGED; 310 or SEQ_FLAGS, TARG_CMD_PENDING; 479 mov SEQ_FLAGS, SCB_TARGET_PHASES; 490 test SEQ_FLAGS, CMDPHASE_PENDING jnz target_cmdphase; 491 test SEQ_FLAGS, DPHASE_PENDING jnz target_dphase; 492 test SEQ_FLAGS, SPHASE_PENDING jnz target_sphase; 498 test SEQ_FLAGS, NO_DISCONNECT jz target_disconnect; 522 test SEQ_FLAGS, DPHASE jz . + 2; [all …]
|
| D | aic79xx.seq | 665 mvi SEQ_FLAGS, NO_CDB_SENT; 700 test SEQ_FLAGS, NOT_IDENTIFIED jz p_command_okay; 731 and SEQ_FLAGS, ~NO_CDB_SENT; 739 or SEQ_FLAGS, NO_CDB_SENT; 750 test SEQ_FLAGS,NOT_IDENTIFIED jnz mesgin_proto_violation; 922 or SEQ_FLAGS, 0x80; 927 or SEQ_FLAGS, 0x1; 931 or SEQ_FLAGS, 0x2; 954 or SEQ_FLAGS, 0x10; 959 clr SEQ_FLAGS; /* make note of IDENTIFY */ [all …]
|
| D | aic7xxx_reg.h | 1326 #define SEQ_FLAGS 0x3c macro
|
| D | aic7xxx.reg | 1339 SEQ_FLAGS {
|
| D | aic79xx.reg | 3579 SEQ_FLAGS {
|
| /mirbsd/src/sys/dev/ic/ |
| D | aic7xxx.c | 625 ahc_inb(ahc, SEQ_FLAGS), ahc_inb(ahc, SCBPTR), in ahc_handle_seqint() 854 ahc_inb(ahc, SEQ_FLAGS) & DPHASE ? "Have" : "Haven't", in ahc_handle_seqint() 952 ahc_inb(ahc, SEQ_FLAGS), ahc_inb(ahc, SCBPTR), in ahc_handle_seqint() 1028 && (ahc_inb(ahc, SEQ_FLAGS) & NOT_IDENTIFIED) != 0) in ahc_handle_scsiint() 2196 && (ahc_inb(ahc, SEQ_FLAGS) in ahc_fetch_devinfo() 2573 seq_flags = ahc_inb(ahc, SEQ_FLAGS); in ahc_handle_proto_violation() 3583 if ((ahc_inb(ahc, SEQ_FLAGS) & DPHASE) == 0 in ahc_handle_ign_wide_residue() 4578 ahc_outb(ahc, SEQ_FLAGS, 0); in ahc_init() 6659 ahc_seq_flags_print(ahc_inb(ahc, SEQ_FLAGS), &cur_col, 50); in ahc_dump_card_state()
|
| D | aic7xxx_openbsd.c | 775 if ((ahc_inb(ahc, SEQ_FLAGS) & NOT_IDENTIFIED) == 0 in ahc_timeout()
|