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

/linux-master/drivers/net/wireless/ath/ath9k/
H A Deeprom_def.c640 #define XPA_LVL_FREQ(cnt) (le16_to_cpu(pModal->xpaBiasLvlFreq[cnt])) macro
663 freqBin = XPA_LVL_FREQ(0) & 0xff;
664 biaslevel = (u8) (XPA_LVL_FREQ(0) >> 14);
669 if (XPA_LVL_FREQ(freqCount) == 0x0)
672 freqBin = XPA_LVL_FREQ(freqCount) & 0xff;
674 biaslevel = (u8)(XPA_LVL_FREQ(freqCount) >> 14);
688 #undef XPA_LVL_FREQ macro

Completed in 97 milliseconds