Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211reg.h709 #define AR_SREV_ID_M 0x000000FF /* Mask to read SREV info */ macro
H A Dar5211_attach.c264 val = OS_REG_READ(ah, AR_SREV) & AR_SREV_ID_M; in ar5211Attach()
H A Dar5211_misc.c402 v = OS_REG_READ(ah, AR_SREV) & AR_SREV_ID_M; in ar5211DetectCardPresent()