Home
last modified time | relevance | path

Searched refs:IS_RADX112_REV2 (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_rfgain.c248 HALASSERT(IS_RADX112_REV2(ah)); in ar5212GetGainFCorrection()
307 if (IS_RADX112_REV2(ah)) { in ar5212GetRfgain()
H A Dar5112.c284 if (IS_RADX112_REV2(ah)) { in ar5112SetRfRegs()
352 uint32_t numXpdGain = IS_RADX112_REV2(ah) ? 2 : 1; in ar5112SetPowerTable()
H A Dar5212.h397 #define IS_RADX112_REV2(ah) \ macro
/freebsd/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_attach.c192 if (IS_RAD5112(ah) && !IS_RADX112_REV2(ah)) { in ar5312Attach()