Searched refs:target_gain (Results 1 – 2 of 2) sorted by relevance
/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
D | phy_n.c | 19205 struct nphy_txgains target_gain; in wlc_phy_init_nphy() local 19497 target_gain = wlc_phy_get_tx_gain_nphy(pi); in wlc_phy_init_nphy() 19517 target_gain = in wlc_phy_init_nphy() 19522 (pi, target_gain, true, in wlc_phy_init_nphy() 19525 (pi, target_gain, 2, in wlc_phy_init_nphy() 23273 struct nphy_txgains target_gain; in wlc_phy_get_tx_gain_nphy() local 23288 target_gain.ipa[core_no] = in wlc_phy_get_tx_gain_nphy() 23290 target_gain.pad[core_no] = in wlc_phy_get_tx_gain_nphy() 23292 target_gain.pga[core_no] = in wlc_phy_get_tx_gain_nphy() 23294 target_gain.txgm[core_no] = in wlc_phy_get_tx_gain_nphy() [all …]
|
D | phy_int.h | 1093 struct nphy_txgains target_gain, bool full, bool m); 1094 int wlc_phy_cal_rxiq_nphy(struct brcms_phy *pi, struct nphy_txgains target_gain,
|