HomeSort by: relevance | last modified time | path
    Searched refs:TAG_ENB (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/dev/microcode/aic7xxx/
aic7xxx.seq 470 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;
aic79xx.seq 791 * 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;
aic7xxx.reg 1069 field TAG_ENB 0x20
aic7xxx_reg.h 1646 #define TAG_ENB 0x20
aic79xx.reg 3813 field TAG_ENB 0x20
aic79xx_reg.h 3659 #define TAG_ENB 0x20
  /src/sys/dev/ic/
aic79xx_osm.c 598 scb->hscb->control |= xs->xs_tag_type|TAG_ENB;
aic7xxx_osm.c 647 if ((scb->hscb->control & (TARGET_SCB|TAG_ENB)) == 0
aic7xxx.c 1346 if ((scb->hscb->control & TAG_ENB) != 0)
2292 if ((scb->hscb->control & TAG_ENB) != 0) {
2294 scb->hscb->control & (TAG_ENB|SCB_TAG_TYPE);
2314 if ((scb->hscb->control & TAG_ENB) != 0)
2321 (scb->hscb->control & TAG_ENB) != 0 ? " Tag" : "");
aic79xx.c 1078 scb->hscb->control &= ~(TAG_ENB|SCB_TAG_TYPE);
2320 if ((scb->hscb->control & TAG_ENB) != 0)
3493 if ((scb->hscb->control & TAG_ENB) != 0) {
3495 scb->hscb->control & (TAG_ENB|SCB_TAG_TYPE);
3516 if ((scb->hscb->control & TAG_ENB) != 0) {
3524 (scb->hscb->control & TAG_ENB) != 0 ? " Tag" : "");
5717 && (scb->col_scb->hscb->control & TAG_ENB) != 0) {

Completed in 220 milliseconds