Searched refs:macVersion (Results 1 – 4 of 4) sorted by relevance
59 uint16_t macVersion, macRev; in ar5312DetectCardPresent() local73 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()
394 uint16_t macVersion, macRev; in ar5211DetectCardPresent() local403 macVersion = v >> AR_SREV_ID_S; in ar5211DetectCardPresent()405 return (AH_PRIVATE(ah)->ah_macVersion == macVersion && in ar5211DetectCardPresent()
344 uint16_t macVersion, macRev; in ar5212DetectCardPresent() local353 macVersion = v >> AR_SREV_ID_S; in ar5212DetectCardPresent()355 return (AH_PRIVATE(ah)->ah_macVersion == macVersion && in ar5212DetectCardPresent()
269 ar5212IsMacSupported(uint8_t macVersion, uint8_t macRev) in ar5212IsMacSupported() argument292 if (macs[i].version == macVersion && in ar5212IsMacSupported()