Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/aic7xxx/
HDaic7xxx.h237 AHC_TARGETMODE = 0x20000, /* Has tested target mode support */ enumerator
248 AHC_AIC7850_FE = AHC_SPIOCAP|AHC_AUTOPAUSE|AHC_TARGETMODE|AHC_ULTRA,
250 AHC_AIC7870_FE = AHC_TARGETMODE|AHC_AUTOPAUSE,
264 |AHC_TARGETMODE,
HDaic7xxx.c4724 if ((ahc->features & AHC_TARGETMODE) != 0) { in ahc_chip_init()
4861 ahc->features &= ~AHC_TARGETMODE; in ahc_init()
4893 if ((ahc->features & AHC_TARGETMODE) != 0) in ahc_init()
4925 if ((ahc->features & AHC_TARGETMODE) != 0) { in ahc_init()
7249 if ((ahc->features & AHC_TARGETMODE) == 0) in ahc_find_tmode_devs()
HDaic7xxx_osm.c781 if ((ahc->features & AHC_TARGETMODE) != 0) { in ahc_action()