Searched refs:AR_SREV_REVISION (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_misc.c74 macRev = v & AR_SREV_REVISION;
85 macRev = v & AR_SREV_REVISION;
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_attach.c354 AH_PRIVATE(ah)->ah_macRev = val & AR_SREV_REVISION;
H A Dar5212reg.h766 #define AR_SREV_REVISION 0x0000000F /* Mask for Chip revision level */ macro
H A Dar5212_misc.c358 macRev = v & AR_SREV_REVISION;
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_attach.c342 AH_PRIVATE(ah)->ah_macRev = val & AR_SREV_REVISION;
/freebsd-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300reg.h802 #define AR_SREV_REVISION 0x00000007 /* Mask for Chip revision level */ macro
H A Dar9300_misc.c439 mac_rev = v & AR_SREV_REVISION;

Completed in 116 milliseconds