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

/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic7xxx.h239 AHC_TARGETMODE = 0x20000, /* Has tested target mode support */ enumerator in enum:__anon11341
250 AHC_AIC7850_FE = AHC_SPIOCAP|AHC_AUTOPAUSE|AHC_TARGETMODE|AHC_ULTRA,
252 AHC_AIC7870_FE = AHC_TARGETMODE|AHC_AUTOPAUSE,
266 |AHC_TARGETMODE,
H A Daic7xxx_osm.c771 if ((ahc->features & AHC_TARGETMODE) != 0) {
H A Daic7xxx.c4731 if ((ahc->features & AHC_TARGETMODE) != 0) {
4868 ahc->features &= ~AHC_TARGETMODE;
4900 if ((ahc->features & AHC_TARGETMODE) != 0)
4932 if ((ahc->features & AHC_TARGETMODE) != 0) {
7257 if ((ahc->features & AHC_TARGETMODE) == 0)

Completed in 118 milliseconds