Searched refs:AHC_ULTRA (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx.h206 AHC_ULTRA = 0x00001, /* Supports 20MHz Transfers */ enumerator in enum:__anon37
232 * out with the AHC_ULTRA feature set and then check the DEVSTATUS
235 AHC_AIC7850_FE = AHC_SPIOCAP|AHC_AUTOPAUSE|AHC_TARGETMODE|AHC_ULTRA,
238 AHC_AIC7880_FE = AHC_AIC7870_FE|AHC_ULTRA,
H A Daic7xxx_pci.c859 if ((ahc->features & AHC_ULTRA) != 0) {
865 ahc->features &= ~AHC_ULTRA;
1490 if (ahc->features & AHC_ULTRA
H A Daic7xxx.seq396 if ((ahc->features & AHC_ULTRA) != 0) {
706 if ((ahc->features & AHC_ULTRA) != 0) {
H A Daic7xxx_core.c2207 } else if ((ahc->features & AHC_ULTRA) != 0) {
2264 if ((ahc->features & (AHC_DT | AHC_ULTRA2 | AHC_ULTRA)) == 0
2337 if ((ahc->features & (AHC_DT | AHC_ULTRA2 | AHC_ULTRA)) == 0
5014 if ((ahc->features & AHC_ULTRA) != 0) {
5409 if ((ahc->features & AHC_ULTRA) != 0)
5414 if ((ahc->features & (AHC_ULTRA|AHC_ULTRA2)) != 0)

Completed in 990 milliseconds