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

/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic7xxx_osm.c1093 if ((scb->hscb->control & (TARGET_SCB|TAG_ENB)) == 0
H A Daic7xxx.c1361 if ((scb->hscb->control & TAG_ENB) != 0)
2310 if ((scb->hscb->control & TAG_ENB) != 0) {
2312 scb->hscb->control & (TAG_ENB|SCB_TAG_TYPE);
2332 if ((scb->hscb->control & TAG_ENB) != 0)
2339 (scb->hscb->control & TAG_ENB) != 0 ? " Tag" : "");
H A Daic79xx.c1108 scb->hscb->control &= ~(TAG_ENB|SCB_TAG_TYPE);
2430 if ((scb->hscb->control & TAG_ENB) != 0)
3619 if ((scb->hscb->control & TAG_ENB) != 0) {
3621 scb->hscb->control & (TAG_ENB|SCB_TAG_TYPE);
3643 if ((scb->hscb->control & TAG_ENB) != 0) {
3651 (scb->hscb->control & TAG_ENB) != 0 ? " Tag" : "");
6031 && (scb->col_scb->hscb->control & TAG_ENB) != 0) {
H A Daic7xxx_reg.h1640 #define TAG_ENB 0x20 macro
H A Daic79xx_reg.h3708 #define TAG_ENB 0x20 macro

Completed in 99 milliseconds