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

/freebsd-10.2-release/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_misc.c59 uint16_t macVersion, macRev; local
73 macVersion = v >> AR_SREV_ID_S;
75 return (AH_PRIVATE(ah)->ah_macVersion == macVersion &&
84 macVersion = v >> AR_SREV_ID_S;
86 return (AH_PRIVATE(ah)->ah_macVersion == macVersion &&
/freebsd-10.2-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_misc.c394 uint16_t macVersion, macRev; local
403 macVersion = v >> AR_SREV_ID_S;
405 return (AH_PRIVATE(ah)->ah_macVersion == macVersion &&
/freebsd-10.2-release/sys/dev/usb/wlan/
H A Dif_uathvar.h112 uint32_t macVersion; member in struct:uath_devcap
H A Dif_uath.c861 GETCAP(CAP_MAC_VERSION, cap->macVersion);
/freebsd-10.2-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c348 uint16_t macVersion, macRev; local
357 macVersion = v >> AR_SREV_ID_S;
359 return (AH_PRIVATE(ah)->ah_macVersion == macVersion &&
H A Dar5212_attach.c284 ar5212IsMacSupported(uint8_t macVersion, uint8_t macRev) argument
307 if (macs[i].version == macVersion &&

Completed in 171 milliseconds