Searched refs:ahp_Eeprom (Results 1 – 1 of 1) sorted by relevance
4439 ar9300_eeprom_t *ahp_Eeprom; in ar9300_eeprom_tx_gain_table_index_max_apply() local4442 ahp_Eeprom = &ahp->ah_eeprom; in ar9300_eeprom_tx_gain_table_index_max_apply()4444 if (ahp_Eeprom->base_ext1.misc_enable == 0) in ar9300_eeprom_tx_gain_table_index_max_apply()4449 index = ahp_Eeprom->modal_header_2g.tx_gain_cap; in ar9300_eeprom_tx_gain_table_index_max_apply()4453 index = ahp_Eeprom->modal_header_5g.tx_gain_cap; in ar9300_eeprom_tx_gain_table_index_max_apply()4492 ar9300_eeprom_t *ahp_Eeprom; in ar9300_eeprom_set_tx_gain_cap() local4495 ahp_Eeprom = &ahp->ah_eeprom; in ar9300_eeprom_set_tx_gain_cap()4497 if (ahp_Eeprom->base_ext1.misc_enable == 0) in ar9300_eeprom_set_tx_gain_cap()4524 ahp_Eeprom->modal_header_2g.tx_gain_cap = im; in ar9300_eeprom_set_tx_gain_cap()4526 ahp_Eeprom->modal_header_5g.tx_gain_cap = im; in ar9300_eeprom_set_tx_gain_cap()[all …]