Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx.h233 AHC_TARGETMODE = 0x20000, /* Has tested target mode support */ enumerator
244 AHC_AIC7850_FE = AHC_SPIOCAP|AHC_AUTOPAUSE|AHC_TARGETMODE|AHC_ULTRA,
246 AHC_AIC7870_FE = AHC_TARGETMODE,
260 |AHC_TARGETMODE,
Daic7xxx_core.c4680 if ((ahc->features & AHC_TARGETMODE) != 0) { in ahc_chip_init()
4816 ahc->features &= ~AHC_TARGETMODE; in ahc_init()
4848 if ((ahc->features & AHC_TARGETMODE) != 0) in ahc_init()
4879 if ((ahc->features & AHC_TARGETMODE) != 0) { in ahc_init()
6839 if ((ahc->features & AHC_TARGETMODE) == 0) in ahc_find_tmode_devs()
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c746 AHC_TARGETMODE = 0x00002000, enumerator