Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/microcode/aic7xxx/
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;
478 mov SEQ_FLAGS, SCB_TARGET_PHASES;
489 test SEQ_FLAGS, CMDPHASE_PENDING jnz target_cmdphase;
490 test SEQ_FLAGS, DPHASE_PENDING jnz target_dphase;
491 test SEQ_FLAGS, SPHASE_PENDING jnz target_sphase;
497 test SEQ_FLAGS, NO_DISCONNECT jz target_disconnect;
521 test SEQ_FLAGS, DPHASE jz . + 2;
[all …]
Daic79xx.seq664 mvi SEQ_FLAGS, NO_CDB_SENT;
699 test SEQ_FLAGS, NOT_IDENTIFIED jz p_command_okay;
730 and SEQ_FLAGS, ~NO_CDB_SENT;
738 or SEQ_FLAGS, NO_CDB_SENT;
749 test SEQ_FLAGS,NOT_IDENTIFIED jnz mesgin_proto_violation;
921 or SEQ_FLAGS, 0x80;
926 or SEQ_FLAGS, 0x1;
930 or SEQ_FLAGS, 0x2;
953 or SEQ_FLAGS, 0x10;
958 clr SEQ_FLAGS; /* make note of IDENTIFY */
[all …]
Daic7xxx_reg.h1326 #define SEQ_FLAGS 0x3c macro
Daic7xxx.reg1339 SEQ_FLAGS {
Daic79xx_reg.h3545 #define SEQ_FLAGS 0x133 macro
Daic79xx.reg3578 SEQ_FLAGS {
/netbsd/src/sys/dev/ic/
Daic79xx.c343 ahd_outb(ahd, SEQ_FLAGS, 0); in ahd_restart()
943 ahd_outb(ahd, SEQ_FLAGS, 0x0); in ahd_handle_seqint()
1088 ahd_outb(ahd, SEQ_FLAGS, 0); in ahd_handle_seqint()
1251 ahd_inb(ahd, SEQ_FLAGS), ahd_get_scbptr(ahd), in ahd_handle_seqint()
1340 ahd_inb(ahd, SEQ_FLAGS) & DPHASE in ahd_handle_seqint()
1532 && (ahd_inb(ahd, SEQ_FLAGS) & NOT_IDENTIFIED) != 0) in ahd_handle_scsiint()
2143 && (ahd_inb(ahd, SEQ_FLAGS) & NOT_IDENTIFIED) != 0) in ahd_handle_nonpkt_busfree()
2364 seq_flags = ahd_inb(ahd, SEQ_FLAGS); in ahd_handle_proto_violation()
3367 && (ahd_inb(ahd, SEQ_FLAGS) & CMDPHASE_PENDING) != 0) { in ahd_fetch_devinfo()
4095 ahd_outb(ahd, SEQ_FLAGS, NOT_IDENTIFIED|NO_CDB_SENT); in ahd_handle_message_phase()
[all …]
Daic7xxx.c610 ahc_inb(ahc, SEQ_FLAGS), ahc_inb(ahc, SCBPTR), in ahc_handle_seqint()
839 ahc_inb(ahc, SEQ_FLAGS) & DPHASE ? "Have" : "Haven't", in ahc_handle_seqint()
937 ahc_inb(ahc, SEQ_FLAGS), ahc_inb(ahc, SCBPTR), in ahc_handle_seqint()
1013 && (ahc_inb(ahc, SEQ_FLAGS) & NOT_IDENTIFIED) != 0) in ahc_handle_scsiint()
2178 && (ahc_inb(ahc, SEQ_FLAGS) in ahc_fetch_devinfo()
2555 seq_flags = ahc_inb(ahc, SEQ_FLAGS); in ahc_handle_proto_violation()
3574 if ((ahc_inb(ahc, SEQ_FLAGS) & DPHASE) == 0 in ahc_handle_ign_wide_residue()
4561 ahc_outb(ahc, SEQ_FLAGS, 0); in ahc_init()
6646 ahc_seq_flags_print(ahc_inb(ahc, SEQ_FLAGS), &cur_col, 50); in ahc_dump_card_state()
Daic7xxx_osm.c886 if ((ahc_inb(ahc, SEQ_FLAGS) & NOT_IDENTIFIED) == 0 in ahc_timeout()