Home
last modified time | relevance | path

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

/linux/drivers/scsi/aic7xxx/
A Daic7xxx.h223 AHC_TARGETMODE = 0x20000, /* Has tested target mode support */ enumerator
235 AHC_AIC7850_FE = AHC_SPIOCAP|AHC_AUTOPAUSE|AHC_TARGETMODE|AHC_ULTRA,
237 AHC_AIC7870_FE = AHC_TARGETMODE|AHC_AUTOPAUSE,
251 |AHC_TARGETMODE,
A Daic7xxx_core.c5146 if ((ahc->features & AHC_TARGETMODE) != 0) { in ahc_chip_init()
5282 ahc->features &= ~AHC_TARGETMODE; in ahc_init()
5296 if ((ahc->features & AHC_TARGETMODE) != 0) in ahc_init()
5327 if ((ahc->features & AHC_TARGETMODE) != 0) { in ahc_init()
7290 if ((ahc->features & AHC_TARGETMODE) == 0) in ahc_find_tmode_devs()

Completed in 18 milliseconds