iPXE
|
#include <eeprom.h>
struct base_eep_ar9287_header ar9287_eeprom::baseEepHeader |
Definition at line 616 of file eeprom.h.
Referenced by ath9k_hw_ar9287_check_eeprom(), ath9k_hw_ar9287_get_eeprom(), ath9k_hw_ar9287_set_txpower(), and ath9k_hw_set_ar9287_power_cal_table().
u8 ar9287_eeprom::custData[AR9287_DATA_SZ] |
struct modal_eep_ar9287_header ar9287_eeprom::modalHeader |
Definition at line 618 of file eeprom.h.
Referenced by ath9k_hw_ar9287_check_eeprom(), ath9k_hw_ar9287_get_eeprom(), ath9k_hw_ar9287_set_board_values(), ath9k_hw_ar9287_set_txpower(), ath9k_hw_set_ar9287_power_cal_table(), and ath9k_hw_set_ar9287_power_per_rate_table().
u8 ar9287_eeprom::calFreqPier2G[AR9287_NUM_2G_CAL_PIERS] |
Definition at line 619 of file eeprom.h.
Referenced by ath9k_hw_set_ar9287_power_cal_table().
union cal_data_per_freq_ar9287_u ar9287_eeprom::calPierData2G[AR9287_MAX_CHAINS][AR9287_NUM_2G_CAL_PIERS] |
Definition at line 620 of file eeprom.h.
Referenced by ath9k_hw_set_ar9287_power_cal_table().
struct cal_target_power_leg ar9287_eeprom::calTargetPowerCck[AR9287_NUM_2G_CCK_TARGET_POWERS] |
Definition at line 622 of file eeprom.h.
Referenced by ath9k_hw_set_ar9287_power_per_rate_table().
struct cal_target_power_leg ar9287_eeprom::calTargetPower2G[AR9287_NUM_2G_20_TARGET_POWERS] |
Definition at line 624 of file eeprom.h.
Referenced by ath9k_hw_set_ar9287_power_per_rate_table().
struct cal_target_power_ht ar9287_eeprom::calTargetPower2GHT20[AR9287_NUM_2G_20_TARGET_POWERS] |
Definition at line 626 of file eeprom.h.
Referenced by ath9k_hw_set_ar9287_power_per_rate_table().
struct cal_target_power_ht ar9287_eeprom::calTargetPower2GHT40[AR9287_NUM_2G_40_TARGET_POWERS] |
Definition at line 628 of file eeprom.h.
Referenced by ath9k_hw_set_ar9287_power_per_rate_table().
u8 ar9287_eeprom::ctlIndex[AR9287_NUM_CTLS] |
Definition at line 630 of file eeprom.h.
Referenced by ath9k_hw_set_ar9287_power_per_rate_table().
struct cal_ctl_data_ar9287 ar9287_eeprom::ctlData[AR9287_NUM_CTLS] |
Definition at line 631 of file eeprom.h.
Referenced by ath9k_hw_set_ar9287_power_per_rate_table().