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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx.h217 AHC_DT = 0x00800, /* Double Transition transfers */ enumerator in enum:__anon14188
252 AHC_AIC7892_FE = AHC_AIC7890_FE|AHC_DT|AHC_AUTORATE|AHC_AUTOPAUSE,
H A Daic7xxx_core.c1316 if ((ahc->features & AHC_DT) == 0) {
1663 if ((ahc->features & AHC_DT) != 0) {
1679 if ((ahc->features & AHC_DT) != 0
2038 if ((ahc->features & AHC_DT) != 0)
2054 if ((ahc->features & AHC_DT) != 0) {
2234 if ((ahc->features & AHC_DT) == 0)
2244 if ((ahc->features & (AHC_DT | AHC_ULTRA2)) == 0
2247 if ((ahc->features & (AHC_DT | AHC_ULTRA2 | AHC_ULTRA)) == 0
2315 if ((ahc->features & AHC_DT) == 0 && maxsync < AHC_SYNCRATE_ULTRA2)
2317 if ((ahc->features & (AHC_DT | AHC_ULTRA
[all...]
H A Daic7xxx_pci.c799 if ((ahc->features & AHC_DT) != 0) {
930 if ((ahc->features & AHC_DT) != 0) {
1986 if ((ahc->features & AHC_DT) != 0) {

Completed in 116 milliseconds