Home
last modified time | relevance | path

Searched refs:xpaBiasLvlFreq (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Deeprom_def.c194 PR_EEP("XPA Bias Freq0", modal_hdr->xpaBiasLvlFreq[0]); in ath9k_def_dump_modal_eeprom()
195 PR_EEP("XPA Bias Freq1", modal_hdr->xpaBiasLvlFreq[1]); in ath9k_def_dump_modal_eeprom()
196 PR_EEP("XPA Bias Freq2", modal_hdr->xpaBiasLvlFreq[2]); in ath9k_def_dump_modal_eeprom()
348 word = swab16(pModal->xpaBiasLvlFreq[i]); in ath9k_hw_def_check_eeprom()
349 pModal->xpaBiasLvlFreq[i] = word; in ath9k_hw_def_check_eeprom()
685 #define XPA_LVL_FREQ(cnt) (pModal->xpaBiasLvlFreq[cnt]) in ath9k_hw_def_set_addac()
Deeprom.h363 u16 xpaBiasLvlFreq[3]; member