Home
last modified time | relevance | path

Searched refs:TAG_ENB (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/sys/dev/microcode/aic7xxx/
H A Daic7xxx.seq470 test SCB_CONTROL, TAG_ENB jz . + 3;
1517 * Send a tag message if TAG_ENB is set in the SCB control block.
1521 test SCB_CONTROL,TAG_ENB jz p_mesgout_onebyte;
1525 and SCSIDATL,TAG_ENB|SCB_TAG_TYPE,SCB_CONTROL;
1717 test SCB_CONTROL, TAG_ENB jnz await_busfree;
1928 test SCB_CONTROL, TAG_ENB jnz setup_SCB_tagged;
H A Daic79xx.seq791 * Send a tag message if TAG_ENB is set in the SCB control block.
795 test SCB_CONTROL,TAG_ENB jz p_mesgout_onebyte;
799 and SCSIDAT,TAG_ENB|SCB_TAG_TYPE,SCB_CONTROL;
1098 test SCB_CONTROL, TAG_ENB jnz await_busfree;
H A Daic7xxx_reg.h1646 #define TAG_ENB 0x20 macro
H A Daic7xxx.reg1069 field TAG_ENB 0x20
H A Daic79xx_reg.h3659 #define TAG_ENB 0x20 macro
H A Daic79xx.reg3813 field TAG_ENB 0x20
/netbsd-src/sys/dev/ic/
H A Daic79xx_osm.c598 scb->hscb->control |= xs->xs_tag_type|TAG_ENB; in ahd_execute_scb()
H A Daic79xx.c1078 scb->hscb->control &= ~(TAG_ENB|SCB_TAG_TYPE); in ahd_handle_seqint()
2320 if ((scb->hscb->control & TAG_ENB) != 0) in ahd_handle_nonpkt_busfree()
3493 if ((scb->hscb->control & TAG_ENB) != 0) { in ahd_setup_initiator_msgout()
3495 scb->hscb->control & (TAG_ENB|SCB_TAG_TYPE); in ahd_setup_initiator_msgout()
3516 if ((scb->hscb->control & TAG_ENB) != 0) { in ahd_setup_initiator_msgout()
3524 (scb->hscb->control & TAG_ENB) != 0 ? " Tag" : ""); in ahd_setup_initiator_msgout()
5717 && (scb->col_scb->hscb->control & TAG_ENB) != 0) { in ahd_free_scb()
H A Daic7xxx_osm.c647 if ((scb->hscb->control & (TARGET_SCB|TAG_ENB)) == 0 in ahc_execute_scb()
H A Daic7xxx.c1346 if ((scb->hscb->control & TAG_ENB) != 0) in ahc_handle_scsiint()
2292 if ((scb->hscb->control & TAG_ENB) != 0) { in ahc_setup_initiator_msgout()
2294 scb->hscb->control & (TAG_ENB|SCB_TAG_TYPE); in ahc_setup_initiator_msgout()
2314 if ((scb->hscb->control & TAG_ENB) != 0) in ahc_setup_initiator_msgout()
2321 (scb->hscb->control & TAG_ENB) != 0 ? " Tag" : ""); in ahc_setup_initiator_msgout()