Home
last modified time | relevance | path

Searched refs:macVersion (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/external/isc/atheros_hal/dist/ar5312/
H A Dar5312_misc.c59 uint16_t macVersion, macRev; in ar5312DetectCardPresent() local
73 macVersion = v >> AR_SREV_ID_S; in ar5312DetectCardPresent()
75 return (AH_PRIVATE(ah)->ah_macVersion == macVersion && in ar5312DetectCardPresent()
84 macVersion = v >> AR_SREV_ID_S; in ar5312DetectCardPresent()
86 return (AH_PRIVATE(ah)->ah_macVersion == macVersion && in ar5312DetectCardPresent()
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211_misc.c394 uint16_t macVersion, macRev; in ar5211DetectCardPresent() local
403 macVersion = v >> AR_SREV_ID_S; in ar5211DetectCardPresent()
405 return (AH_PRIVATE(ah)->ah_macVersion == macVersion && in ar5211DetectCardPresent()
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_misc.c344 uint16_t macVersion, macRev; in ar5212DetectCardPresent() local
353 macVersion = v >> AR_SREV_ID_S; in ar5212DetectCardPresent()
355 return (AH_PRIVATE(ah)->ah_macVersion == macVersion && in ar5212DetectCardPresent()
H A Dar5212_attach.c269 ar5212IsMacSupported(uint8_t macVersion, uint8_t macRev) in ar5212IsMacSupported() argument
292 if (macs[i].version == macVersion && in ar5212IsMacSupported()