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

/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic7xxx_osm.c1093 if ((scb->hscb->control & (TARGET_SCB|TAG_ENB)) == 0
H A Daic7xxx.c1363 if ((scb->hscb->control & TAG_ENB) != 0)
2312 if ((scb->hscb->control & TAG_ENB) != 0) {
2314 scb->hscb->control & (TAG_ENB|SCB_TAG_TYPE);
2334 if ((scb->hscb->control & TAG_ENB) != 0)
2341 (scb->hscb->control & TAG_ENB) != 0 ? " Tag" : "");
H A Daic79xx.c1110 scb->hscb->control &= ~(TAG_ENB|SCB_TAG_TYPE);
2432 if ((scb->hscb->control & TAG_ENB) != 0)
3621 if ((scb->hscb->control & TAG_ENB) != 0) {
3623 scb->hscb->control & (TAG_ENB|SCB_TAG_TYPE);
3645 if ((scb->hscb->control & TAG_ENB) != 0) {
3653 (scb->hscb->control & TAG_ENB) != 0 ? " Tag" : "");
6033 && (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 126 milliseconds