Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic7xxx.h206 AHC_ULTRA = 0x00001, /* Supports 20MHz Transfers */ enumerator
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) { in ahc_pci_config()
865 ahc->features &= ~AHC_ULTRA; in ahc_pci_config()
1490 if (ahc->features & AHC_ULTRA in ahc_parse_pci_eeprom()
H A Daic7xxx_core.c2209 } else if ((ahc->features & AHC_ULTRA) != 0) { in ahc_devlimited_syncrate()
2266 if ((ahc->features & (AHC_DT | AHC_ULTRA2 | AHC_ULTRA)) == 0 in ahc_find_syncrate()
2339 if ((ahc->features & (AHC_DT | AHC_ULTRA2 | AHC_ULTRA)) == 0 in ahc_find_period()
5015 if ((ahc->features & AHC_ULTRA) != 0) { in ahc_controller_info()
5410 if ((ahc->features & AHC_ULTRA) != 0) in ahc_init()
5415 if ((ahc->features & (AHC_ULTRA|AHC_ULTRA2)) != 0) in ahc_init()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic7xxx.h206 AHC_ULTRA = 0x00001, /* Supports 20MHz Transfers */ enumerator
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) { in ahc_pci_config()
865 ahc->features &= ~AHC_ULTRA; in ahc_pci_config()
1490 if (ahc->features & AHC_ULTRA in ahc_parse_pci_eeprom()
H A Daic7xxx_core.c2207 } else if ((ahc->features & AHC_ULTRA) != 0) { in ahc_devlimited_syncrate()
2264 if ((ahc->features & (AHC_DT | AHC_ULTRA2 | AHC_ULTRA)) == 0 in ahc_find_syncrate()
2337 if ((ahc->features & (AHC_DT | AHC_ULTRA2 | AHC_ULTRA)) == 0 in ahc_find_period()
5014 if ((ahc->features & AHC_ULTRA) != 0) { in ahc_controller_info()
5409 if ((ahc->features & AHC_ULTRA) != 0) in ahc_init()
5414 if ((ahc->features & (AHC_ULTRA|AHC_ULTRA2)) != 0) in ahc_init()

Completed in 24 milliseconds