Searched refs:ahp_Eeprom (Results 1 – 1 of 1) sorted by relevance
4716 ar9300_eeprom_t *ahp_Eeprom; in ar9300_eeprom_tx_gain_table_index_max_apply() local4719 ahp_Eeprom = &ahp->ah_eeprom; in ar9300_eeprom_tx_gain_table_index_max_apply()4721 if (ahp_Eeprom->base_ext1.misc_enable == 0) in ar9300_eeprom_tx_gain_table_index_max_apply()4726 index = ahp_Eeprom->modal_header_2g.tx_gain_cap; in ar9300_eeprom_tx_gain_table_index_max_apply()4730 index = ahp_Eeprom->modal_header_5g.tx_gain_cap; in ar9300_eeprom_tx_gain_table_index_max_apply()4769 ar9300_eeprom_t *ahp_Eeprom; in ar9300_eeprom_set_tx_gain_cap() local4772 ahp_Eeprom = &ahp->ah_eeprom; in ar9300_eeprom_set_tx_gain_cap()4774 if (ahp_Eeprom->base_ext1.misc_enable == 0) in ar9300_eeprom_set_tx_gain_cap()4801 ahp_Eeprom->modal_header_2g.tx_gain_cap = im; in ar9300_eeprom_set_tx_gain_cap()4803 ahp_Eeprom->modal_header_5g.tx_gain_cap = im; in ar9300_eeprom_set_tx_gain_cap()[all …]