HomeSort by: relevance | last modified time | path
    Searched refs:AHC_ULTRA (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/ic/
aic7xxxvar.h 308 AHC_ULTRA = 0x00001, /* Supports 20MHz Transfers */
333 * out with the AHC_ULTRA feature set and then check the DEVSTATUS
336 AHC_AIC7850_FE = AHC_SPIOCAP|AHC_AUTOPAUSE|AHC_TARGETMODE|AHC_ULTRA,
339 AHC_AIC7880_FE = AHC_AIC7870_FE|AHC_ULTRA,
aic7xxx_seeprom.c 330 if (ahc->features & AHC_ULTRA
aic7xxx.c 1651 } else if ((ahc->features & AHC_ULTRA) != 0) {
4400 if ((ahc->features & AHC_ULTRA) != 0) {
4641 if ((ahc->features & AHC_ULTRA) != 0)
4648 if ((ahc->features & AHC_ULTRA) != 0)
4653 if ((ahc->features & (AHC_ULTRA|AHC_ULTRA2)) != 0)
  /src/sys/dev/pci/
ahc_pci.c 1007 if (((ahc->features & AHC_ULTRA) != 0) && (!override_ultra)) {
1012 ahc->features &= ~AHC_ULTRA;
  /src/sys/dev/microcode/aic7xxx/
aic7xxx.seq 396 if ((ahc->features & AHC_ULTRA) != 0) {
705 if ((ahc->features & AHC_ULTRA) != 0) {
aic7xxx_seq.h 1002 return ((ahc->features & AHC_ULTRA) != 0);

Completed in 23 milliseconds