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

/freebsd-11-stable/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-11-stable/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-11-stable/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dfm_mac.h105 t_Error (*f_FM_MAC_GetVersion) (t_Handle h_FmMac, uint32_t *macVersion);
H A Dtgec.c834 static t_Error TgecGetVersion(t_Handle h_Tgec, uint32_t *macVersion) argument
844 *macVersion = GET_UINT32(p_TgecMemMap->tgec_id);
H A Ddtsec.c1320 static t_Error DtsecGetVersion(t_Handle h_Dtsec, uint32_t *macVersion) argument
1330 *macVersion = GET_UINT32(p_DtsecMemMap->tsec_id1);
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_uathvar.h112 uint32_t macVersion; member in struct:uath_devcap
H A Dif_uath.c826 GETCAP(CAP_MAC_VERSION, cap->macVersion);
/freebsd-11-stable/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 138 milliseconds