Home
last modified time | relevance | path

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

/linux-3.3/drivers/net/wireless/ath/ath9k/
Deeprom_def.c198 PR_EEP("XPA Bias Freq0", modal_hdr->xpaBiasLvlFreq[0]); in ath9k_def_dump_modal_eeprom()
199 PR_EEP("XPA Bias Freq1", modal_hdr->xpaBiasLvlFreq[1]); in ath9k_def_dump_modal_eeprom()
200 PR_EEP("XPA Bias Freq2", modal_hdr->xpaBiasLvlFreq[2]); in ath9k_def_dump_modal_eeprom()
364 word = swab16(pModal->xpaBiasLvlFreq[i]); in ath9k_hw_def_check_eeprom()
365 pModal->xpaBiasLvlFreq[i] = word; in ath9k_hw_def_check_eeprom()
707 #define XPA_LVL_FREQ(cnt) (pModal->xpaBiasLvlFreq[cnt]) in ath9k_hw_def_set_addac()
Dhtc_drv_debug.c816 PR_EEP("XPA Bias Freq0", pModal->xpaBiasLvlFreq[0]); in read_def_modal_eeprom()
817 PR_EEP("XPA Bias Freq1", pModal->xpaBiasLvlFreq[1]); in read_def_modal_eeprom()
818 PR_EEP("XPA Bias Freq2", pModal->xpaBiasLvlFreq[2]); in read_def_modal_eeprom()
Deeprom.h366 u16 xpaBiasLvlFreq[3]; member