Searched refs:XPA_LVL_FREQ (Results 1 – 1 of 1) sorted by relevance
640 #define XPA_LVL_FREQ(cnt) (le16_to_cpu(pModal->xpaBiasLvlFreq[cnt])) in ath9k_hw_def_set_addac() macro663 freqBin = XPA_LVL_FREQ(0) & 0xff; in ath9k_hw_def_set_addac()664 biaslevel = (u8) (XPA_LVL_FREQ(0) >> 14); in ath9k_hw_def_set_addac()669 if (XPA_LVL_FREQ(freqCount) == 0x0) in ath9k_hw_def_set_addac()672 freqBin = XPA_LVL_FREQ(freqCount) & 0xff; in ath9k_hw_def_set_addac()674 biaslevel = (u8)(XPA_LVL_FREQ(freqCount) >> 14); in ath9k_hw_def_set_addac()688 #undef XPA_LVL_FREQ in ath9k_hw_def_set_addac()