Searched defs:gain_table (Results 1 - 4 of 4) sorted by relevance

/drivers/net/wireless/b43/
H A Dtables_phy_lcn.c635 const struct b43_lcntab_tx_gain_tbl_entry *gain_table)
646 (gain_table[i].pad << 16) |
647 (gain_table[i].pga << 8) |
648 gain_table[i].gm);
654 val |= ((gain_table[i].dac << 28) |
655 (gain_table[i].bb_mult << 20));
634 b43_phy_lcn_load_tx_gain_tab(struct b43_wldev *dev, const struct b43_lcntab_tx_gain_tbl_entry *gain_table) argument
/drivers/net/wireless/iwlegacy/
H A D4965.c793 static const struct gain_entry gain_table[2][108] = { variable in typeref:struct:gain_entry
1233 gain_table[band][power_idx].radio;
1235 gain_table[band][power_idx].dsp;
/drivers/net/wireless/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c4367 const struct lcnphy_tx_gain_tbl_entry *gain_table)
4388 gm_gain = gain_table[j].gm;
4390 (gain_table[j].pad << 16) |
4391 (gain_table[j].pga << 8) | gm_gain);
4396 val = (gain_table[j].dac << 28) | (gain_table[j].bb_mult << 20);
4366 wlc_lcnphy_load_tx_gain_table(struct brcms_phy *pi, const struct lcnphy_tx_gain_tbl_entry *gain_table) argument
H A Dphy_int.h679 u16 gain_table[TX_GAIN_TABLE_LENGTH]; member in struct:brcms_phy

Completed in 256 milliseconds