Searched refs:TAG_ENB (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic7xxx.seq | 472 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 D | aic79xx.c | 1097 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 D | aic79xx.seq | 983 * 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 D | aic7xxx_osm.c | 1087 if ((scb->hscb->control & (TARGET_SCB|TAG_ENB)) == 0 in ahc_execute_scb()
|
H A D | aic7xxx_reg.h | 1637 #define TAG_ENB 0x20 macro
|
H A D | aic7xxx.reg | 1067 field TAG_ENB 0x20
|
H A D | aic79xx_reg.h | 3705 #define TAG_ENB 0x20 macro
|
H A D | aic79xx.reg | 3848 field TAG_ENB 0x20
|