Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
H A Daic7xxx.seq472 test SCB_CONTROL, TAG_ENB jz . + 3;
1516 * Send a tag message if TAG_ENB is set in the SCB control block.
1520 test SCB_CONTROL,TAG_ENB jz p_mesgout_onebyte;
1524 and SCSIDATL,TAG_ENB|SCB_TAG_TYPE,SCB_CONTROL;
1716 test SCB_CONTROL, TAG_ENB jnz await_busfree;
1927 test SCB_CONTROL, TAG_ENB jnz setup_SCB_tagged;
H A Daic79xx.c1097 scb->hscb->control &= ~(TAG_ENB|SCB_TAG_TYPE); in ahd_handle_seqint()
2407 if ((scb->hscb->control & TAG_ENB) != 0) in ahd_handle_nonpkt_busfree()
3590 if ((scb->hscb->control & TAG_ENB) != 0) { in ahd_setup_initiator_msgout()
3592 scb->hscb->control & (TAG_ENB|SCB_TAG_TYPE); in ahd_setup_initiator_msgout()
3613 if ((scb->hscb->control & TAG_ENB) != 0) { in ahd_setup_initiator_msgout()
3621 (scb->hscb->control & TAG_ENB) != 0 ? " Tag" : ""); in ahd_setup_initiator_msgout()
5960 && (scb->col_scb->hscb->control & TAG_ENB) != 0) { in ahd_free_scb()
H A Daic79xx.seq983 * Send a tag message if TAG_ENB is set in the SCB control block.
987 test SCB_CONTROL,TAG_ENB jz p_mesgout_onebyte;
991 and SCSIDAT,TAG_ENB|SCB_TAG_TYPE,SCB_CONTROL;
1297 test SCB_CONTROL, TAG_ENB jnz await_busfree;
H A Daic7xxx_osm.c1087 if ((scb->hscb->control & (TARGET_SCB|TAG_ENB)) == 0 in ahc_execute_scb()
H A Daic7xxx_reg.h1637 #define TAG_ENB 0x20 macro
H A Daic7xxx.reg1067 field TAG_ENB 0x20
H A Daic79xx_reg.h3705 #define TAG_ENB 0x20 macro
H A Daic79xx.reg3848 field TAG_ENB 0x20