Searched refs:gain_index (Results 1 – 4 of 4) sorted by relevance
370 static void ar9003_tx_force_gain(struct ath_hw *ah, unsigned int gain_index) in ar9003_tx_force_gain() argument376 selected_gain_entry = gain_table_entries[gain_index]; in ar9003_tx_force_gain()801 unsigned int i, desired_gain, gain_index; in ar9003_paprd_setup_gain_table() local806 gain_index = 0; in ar9003_paprd_setup_gain_table()810 gain_index++; in ar9003_paprd_setup_gain_table()813 ar9003_tx_force_gain(ah, gain_index); in ar9003_paprd_setup_gain_table()
5141 static u32 wlc_lcnphy_get_receive_power(struct brcms_phy *pi, s32 *gain_index) in wlc_lcnphy_get_receive_power() argument5149 if (*gain_index >= 0) in wlc_lcnphy_get_receive_power()5150 gain_code = lcnphy_23bitgaincode_table[*gain_index]; in wlc_lcnphy_get_receive_power()5152 if (-1 == *gain_index) { in wlc_lcnphy_get_receive_power()5153 *gain_index = 0; in wlc_lcnphy_get_receive_power()5154 while ((*gain_index <= (s32) max_index) in wlc_lcnphy_get_receive_power()5158 [*gain_index]); in wlc_lcnphy_get_receive_power()5164 (*gain_index)++; in wlc_lcnphy_get_receive_power()5166 (*gain_index)--; in wlc_lcnphy_get_receive_power()5178 s32 wlc_lcnphy_rx_signal_power(struct brcms_phy *pi, s32 gain_index) in wlc_lcnphy_rx_signal_power() argument[all …]
1040 s32 wlc_lcnphy_rx_signal_power(struct brcms_phy *pi, s32 gain_index);
23508 u16 gain_index; in wlc_phy_iqcal_gainparams_nphy() local23536 gain_index = ((target_gain.pad[core_no] << 0) | in wlc_phy_iqcal_gainparams_nphy()23543 gain_index) { in wlc_phy_iqcal_gainparams_nphy()