Home
last modified time | relevance | path

Searched refs:AR_SREV_REVISION_AR9580_10 (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_devid.h60 #define AR_SREV_REVISION_AR9580_10 4 /* AR9580/Peacock 1.0 */ macro
H A Dar9300reg.h2984 #define AR_SREV_REVISION_AR9580_10 4 /* AR9580/Peacock 1.0 */ macro
3030 (AH_PRIVATE((_ah))->ah_macRev >= AR_SREV_REVISION_AR9580_10))
3034 (AH_PRIVATE((_ah))->ah_macRev == AR_SREV_REVISION_AR9580_10))
H A Dar9300_misc.c857 (AH_PRIVATE((ah))->ah_macRev < AR_SREV_REVISION_AR9580_10)) in ar9300_get_capability()