Searched refs:macVersion (Results 1 – 9 of 9) 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()
111 uint32_t macVersion; member
836 GETCAP(CAP_MAC_VERSION, cap->macVersion); in uath_get_devcap()
124 t_Error (*f_FM_MAC_GetVersion) (t_Handle h_FmMac, uint32_t *macVersion);
661 static t_Error TgecGetVersion(t_Handle h_Tgec, uint32_t *macVersion) in TgecGetVersion() argument668 *macVersion = fman_tgec_get_revision(p_Tgec->p_MemMap); in TgecGetVersion()
1145 static t_Error DtsecGetVersion(t_Handle h_Dtsec, uint32_t *macVersion) in DtsecGetVersion() argument1152 *macVersion = fman_dtsec_get_revision(p_Dtsec->p_MemMap); in DtsecGetVersion()
348 uint16_t macVersion, macRev; in ar5212DetectCardPresent() local357 macVersion = v >> AR_SREV_ID_S; in ar5212DetectCardPresent()359 return (AH_PRIVATE(ah)->ah_macVersion == macVersion && in ar5212DetectCardPresent()
286 ar5212IsMacSupported(uint8_t macVersion, uint8_t macRev) in ar5212IsMacSupported() argument309 if (macs[i].version == macVersion && in ar5212IsMacSupported()