Searched refs:pwr_table_offset (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
H A D | eeprom_def.c | 448 return pBase->pwr_table_offset; ath9k_hw_def_get_eeprom() 740 int8_t pwr_table_offset, ath9k_change_gain_boundary_setting() 754 if (AR5416_PWR_TABLE_OFFSET_DB != pwr_table_offset) { ath9k_change_gain_boundary_setting() 756 *diff = (u16)(pwr_table_offset - AR5416_PWR_TABLE_OFFSET_DB); ath9k_change_gain_boundary_setting() 778 int8_t pwr_table_offset, ath9k_adjust_pdadc_values() 791 if (AR5416_PWR_TABLE_OFFSET_DB != pwr_table_offset) { ath9k_adjust_pdadc_values() 825 int8_t pwr_table_offset; ath9k_hw_set_def_power_cal_table() local 830 pwr_table_offset = ah->eep_ops->get_eeprom(ah, EEP_PWR_TABLE_OFFSET); ath9k_hw_set_def_power_cal_table() 913 pwr_table_offset, ath9k_hw_set_def_power_cal_table() 936 ath9k_adjust_pdadc_values(ah, pwr_table_offset, ath9k_hw_set_def_power_cal_table() 1232 int8_t pwr_table_offset; ath9k_hw_def_set_txpower() local 1234 pwr_table_offset = ah->eep_ops->get_eeprom(ah, ath9k_hw_def_set_txpower() 1236 ratesArray[i] -= pwr_table_offset * 2; ath9k_hw_def_set_txpower() 736 ath9k_change_gain_boundary_setting(struct ath_hw *ah, u16 *gb, u16 numXpdGain, u16 pdGainOverlap_t2, int8_t pwr_table_offset, int16_t *diff) ath9k_change_gain_boundary_setting() argument 777 ath9k_adjust_pdadc_values(struct ath_hw *ah, int8_t pwr_table_offset, int16_t diff, u8 *pdadcValues) ath9k_adjust_pdadc_values() argument
|
H A D | eeprom.h | 296 u8 pwr_table_offset; member in struct:base_eep_header
|
Completed in 72 milliseconds