Searched refs:AHC_MULTI_TID (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic7xxx.h231 AHC_MULTI_TID = 0x00200, /* Has bitmask of TIDs for select-in */ enumerator in enum:__anon11341
264 |AHC_QUEUE_REGS|AHC_SG_PRELOAD|AHC_MULTI_TID
270 AHC_AIC7895C_FE = AHC_AIC7895_FE|AHC_MULTI_TID,
H A Daic7xxx.c2189 && (ahc->features & AHC_MULTI_TID) != 0
4693 if ((ahc->features & AHC_MULTI_TID) != 0) {
7340 if ((ahc->features & AHC_MULTI_TID) != 0
7361 } else if ((ahc->features & AHC_MULTI_TID) == 0
7477 if ((ahc->features & AHC_MULTI_TID) != 0) {
7595 if (ahc->features & AHC_MULTI_TID) {
7655 if ((ahc->features & AHC_MULTI_TID) == 0)
H A Daic7xxx_seq.h1003 return ((ahc->features & AHC_MULTI_TID) != 0);

Completed in 72 milliseconds