Home
last modified time | relevance | path

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

/drivers/scsi/aic7xxx/
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,
Daic7xxx_core.c5191 if ((ahc->features & AHC_TARGETMODE) != 0) { in ahc_chip_init()
5327 ahc->features &= ~AHC_TARGETMODE; in ahc_init()
5359 if ((ahc->features & AHC_TARGETMODE) != 0) in ahc_init()
5390 if ((ahc->features & AHC_TARGETMODE) != 0) { in ahc_init()
7360 if ((ahc->features & AHC_TARGETMODE) == 0) in ahc_find_tmode_devs()
/drivers/scsi/
Daic7xxx_old.c688 AHC_TARGETMODE = 0x00002000, enumerator