Searched refs:TAG_ENB (Results 1 - 12 of 12) sorted by relevance

/drivers/scsi/aic7xxx_old/
H A Daic7xxx.seq727 * Send a tag message if TAG_ENB is set in the SCB control block.
731 test SCB_CONTROL,TAG_ENB jz p_mesgout_onebyte;
735 and SCSIDATL,TAG_ENB|SCB_TAG_TYPE,SCB_CONTROL;
849 test SCB_CONTROL, TAG_ENB jnz complete_post;
1231 test SCB_CONTROL, TAG_ENB jnz . + 2;
H A Daic7xxx_reg.h484 #define TAG_ENB 0x20 macro
H A Daic7xxx.reg899 bit TAG_ENB 0x20
/drivers/scsi/aic7xxx/
H A Daic7xxx.seq470 test SCB_CONTROL, TAG_ENB jz . + 3;
1514 * Send a tag message if TAG_ENB is set in the SCB control block.
1518 test SCB_CONTROL,TAG_ENB jz p_mesgout_onebyte;
1522 and SCSIDATL,TAG_ENB|SCB_TAG_TYPE,SCB_CONTROL;
1714 test SCB_CONTROL, TAG_ENB jnz await_busfree;
1925 test SCB_CONTROL, TAG_ENB jnz setup_SCB_tagged;
H A Daic79xx.seq985 * Send a tag message if TAG_ENB is set in the SCB control block.
989 test SCB_CONTROL,TAG_ENB jz p_mesgout_onebyte;
993 and SCSIDAT,TAG_ENB|SCB_TAG_TYPE,SCB_CONTROL;
1299 test SCB_CONTROL, TAG_ENB jnz await_busfree;
H A Daic7xxx.reg1164 field TAG_ENB 0x20
H A Daic7xxx_reg.h_shipped762 #define TAG_ENB 0x20
H A Daic7xxx_core.c1923 if ((scb->hscb->control & TAG_ENB) != 0)
2897 if ((scb->hscb->control & TAG_ENB) != 0) {
2899 scb->hscb->control & (TAG_ENB|SCB_TAG_TYPE);
2919 if ((scb->hscb->control & TAG_ENB) != 0)
2926 (scb->hscb->control & TAG_ENB) != 0 ? " Tag" : "");
H A Daic79xx_core.c1966 scb->hscb->control &= ~(TAG_ENB|SCB_TAG_TYPE);
3291 if ((scb->hscb->control & TAG_ENB) != 0)
4445 if ((scb->hscb->control & TAG_ENB) != 0) {
4447 scb->hscb->control & (TAG_ENB|SCB_TAG_TYPE);
4468 if ((scb->hscb->control & TAG_ENB) != 0) {
4476 (scb->hscb->control & TAG_ENB) != 0 ? " Tag" : "");
6782 && (scb->col_scb->hscb->control & TAG_ENB) != 0) {
H A Daic79xx.reg4122 field TAG_ENB 0x20
H A Daic79xx_reg.h_shipped2567 #define TAG_ENB 0x20
/drivers/scsi/
H A Daic7xxx_old.c3018 if ( !(scbp->tag_action & TAG_ENB) )
4083 scb->hscb->control &= ~(TAG_ENB | SCB_TAG_TYPE);
4487 (scb->hscb->control & TAG_ENB) )
5753 if ((scb->hscb->control & TAG_ENB) != 0)

Completed in 136 milliseconds