Searched refs:target_gain (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
D | phy_n.c | 19209 struct nphy_txgains target_gain; in wlc_phy_init_nphy() local 19501 target_gain = wlc_phy_get_tx_gain_nphy(pi); in wlc_phy_init_nphy() 19521 target_gain = in wlc_phy_init_nphy() 19526 (pi, target_gain, true, in wlc_phy_init_nphy() 19529 (pi, target_gain, 2, in wlc_phy_init_nphy() 23287 struct nphy_txgains target_gain; in wlc_phy_get_tx_gain_nphy() local 23302 target_gain.ipa[core_no] = in wlc_phy_get_tx_gain_nphy() 23304 target_gain.pad[core_no] = in wlc_phy_get_tx_gain_nphy() 23306 target_gain.pga[core_no] = in wlc_phy_get_tx_gain_nphy() 23308 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,
|