Home
last modified time | relevance | path

Searched refs:gain_index (Results 1 – 4 of 4) sorted by relevance

/drivers/net/wireless/ath/ath9k/
Dar9003_paprd.c336 static void ar9003_tx_force_gain(struct ath_hw *ah, unsigned int gain_index) in ar9003_tx_force_gain() argument
342 selected_gain_entry = gain_table_entries[gain_index]; in ar9003_tx_force_gain()
764 unsigned int i, desired_gain, gain_index; in ar9003_paprd_setup_gain_table() local
769 gain_index = 0; in ar9003_paprd_setup_gain_table()
773 gain_index++; in ar9003_paprd_setup_gain_table()
776 ar9003_tx_force_gain(ah, gain_index); in ar9003_paprd_setup_gain_table()
/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_lcn.c5049 static u32 wlc_lcnphy_get_receive_power(struct brcms_phy *pi, s32 *gain_index) in wlc_lcnphy_get_receive_power() argument
5057 if (*gain_index >= 0) in wlc_lcnphy_get_receive_power()
5058 gain_code = lcnphy_23bitgaincode_table[*gain_index]; in wlc_lcnphy_get_receive_power()
5060 if (-1 == *gain_index) { in wlc_lcnphy_get_receive_power()
5061 *gain_index = 0; in wlc_lcnphy_get_receive_power()
5062 while ((*gain_index <= (s32) max_index) in wlc_lcnphy_get_receive_power()
5066 [*gain_index]); in wlc_lcnphy_get_receive_power()
5072 (*gain_index)++; in wlc_lcnphy_get_receive_power()
5074 (*gain_index)--; in wlc_lcnphy_get_receive_power()
5086 s32 wlc_lcnphy_rx_signal_power(struct brcms_phy *pi, s32 gain_index) in wlc_lcnphy_rx_signal_power() argument
[all …]
Dphy_int.h1053 extern s32 wlc_lcnphy_rx_signal_power(struct brcms_phy *pi, s32 gain_index);
Dphy_n.c23598 u16 gain_index; in wlc_phy_iqcal_gainparams_nphy() local
23626 gain_index = ((target_gain.pad[core_no] << 0) | in wlc_phy_iqcal_gainparams_nphy()
23633 gain_index) { in wlc_phy_iqcal_gainparams_nphy()