Searched refs:TAG_ENB (Results 1 – 10 of 10) sorted by relevance
| /openbsd/src/sys/dev/ic/ |
| D | aic7xxx_openbsd.c | 392 scb->hscb->control |= TAG_ENB; in ahc_execute_scb() 413 if ((scb->hscb->control & (TARGET_SCB|TAG_ENB)) == 0 in ahc_execute_scb()
|
| D | aic79xx_openbsd.c | 382 scb->hscb->control |= TAG_ENB; in ahd_execute_scb()
|
| D | aic7xxx.c | 1387 if ((scb->hscb->control & TAG_ENB) != 0) in ahc_handle_scsiint() 2334 if ((scb->hscb->control & TAG_ENB) != 0) { in ahc_setup_initiator_msgout() 2336 scb->hscb->control & (TAG_ENB|SCB_TAG_TYPE); in ahc_setup_initiator_msgout() 2356 if ((scb->hscb->control & TAG_ENB) != 0) in ahc_setup_initiator_msgout() 2363 (scb->hscb->control & TAG_ENB) != 0 ? " Tag" : ""); in ahc_setup_initiator_msgout()
|
| D | aic79xx.c | 1119 scb->hscb->control &= ~(TAG_ENB|SCB_TAG_TYPE); in ahd_handle_seqint() 2415 if ((scb->hscb->control & TAG_ENB) != 0) in ahd_handle_nonpkt_busfree() 3602 if ((scb->hscb->control & TAG_ENB) != 0) { in ahd_setup_initiator_msgout() 3604 scb->hscb->control & (TAG_ENB|SCB_TAG_TYPE); in ahd_setup_initiator_msgout() 3625 if ((scb->hscb->control & TAG_ENB) != 0) { in ahd_setup_initiator_msgout() 3633 (scb->hscb->control & TAG_ENB) != 0 ? " Tag" : ""); in ahd_setup_initiator_msgout()
|
| /openbsd/src/sys/dev/microcode/aic7xxx/ |
| D | aic7xxx.seq | 475 test SCB_CONTROL, TAG_ENB jz . + 3; 1519 * Send a tag message if TAG_ENB is set in the SCB control block. 1523 test SCB_CONTROL,TAG_ENB jz p_mesgout_onebyte; 1527 and SCSIDATL,TAG_ENB|SCB_TAG_TYPE,SCB_CONTROL; 1719 test SCB_CONTROL, TAG_ENB jnz await_busfree; 1930 test SCB_CONTROL, TAG_ENB jnz setup_SCB_tagged;
|
| D | aic79xx.seq | 986 * Send a tag message if TAG_ENB is set in the SCB control block. 990 test SCB_CONTROL,TAG_ENB jz p_mesgout_onebyte; 994 and SCSIDAT,TAG_ENB|SCB_TAG_TYPE,SCB_CONTROL; 1300 test SCB_CONTROL, TAG_ENB jnz await_busfree;
|
| D | aic7xxx_reg.h | 1638 #define TAG_ENB 0x20 macro
|
| D | aic7xxx.reg | 1070 field TAG_ENB 0x20
|
| D | aic79xx_reg.h | 3706 #define TAG_ENB 0x20 macro
|
| D | aic79xx.reg | 3850 field TAG_ENB 0x20
|