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

/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic7xxx.h222 AHC_ULTRA = 0x00001, /* Supports 20MHz Transfers */ enumerator in enum:__anon11341
247 * out with the AHC_ULTRA feature set and then check the DEVSTATUS
250 AHC_AIC7850_FE = AHC_SPIOCAP|AHC_AUTOPAUSE|AHC_TARGETMODE|AHC_ULTRA,
253 AHC_AIC7880_FE = AHC_AIC7870_FE|AHC_ULTRA,
H A Daic7xxx_pci.c940 if ((ahc->features & AHC_ULTRA) != 0) {
946 ahc->features &= ~AHC_ULTRA;
1579 if (ahc->features & AHC_ULTRA
H A Daic7xxx_osm.c694 else if ((ahc->features & AHC_ULTRA) != 0)
H A Daic7xxx.c1665 } else if ((ahc->features & AHC_ULTRA) != 0) {
4600 if ((ahc->features & AHC_ULTRA) != 0) {
5021 if ((ahc->features & AHC_ULTRA) != 0)
5026 if ((ahc->features & (AHC_ULTRA|AHC_ULTRA2)) != 0)
H A Daic7xxx_seq.h995 return ((ahc->features & AHC_ULTRA) != 0);

Completed in 171 milliseconds