Home
last modified time | relevance | path

Searched refs:txgm (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/net/wireless/broadcom/b43/
Dphy_n.c29 u16 txgm[2]; member
37 u16 txgm; member
3560 params->txgm = target.txgm[core]; in b43_nphy_iq_cal_gain_params()
3567 …params->cal_gain = (params->txgm << 12) | (params->pga << 8) | (params->pad << 3) | (params->ipa) … in b43_nphy_iq_cal_gain_params()
3569 … params->cal_gain = (params->txgm << 12) | (params->pga << 8) | (params->pad << 4) | (params->ipa); in b43_nphy_iq_cal_gain_params()
3575 (target.txgm[core] << 8); in b43_nphy_iq_cal_gain_params()
3584 params->txgm = tbl_iqcal_gainparams[indx][i][1]; in b43_nphy_iq_cal_gain_params()
3587 params->cal_gain = (params->txgm << 7) | (params->pga << 4) | in b43_nphy_iq_cal_gain_params()
5028 target.txgm[i] = (curr_gain[i] & 0x7000) >> 12; in b43_nphy_get_tx_gains()
5034 target.txgm[i] = (curr_gain[i] & 0x7000) >> 12; in b43_nphy_get_tx_gains()
[all …]
/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_n.c173 u16 txgm; member
23308 target_gain.txgm[core_no] = in wlc_phy_get_tx_gain_nphy()
23319 target_gain.txgm[core_no] = in wlc_phy_get_tx_gain_nphy()
23328 target_gain.txgm[core_no] = in wlc_phy_get_tx_gain_nphy()
23354 target_gain.txgm[core_no] = in wlc_phy_get_tx_gain_nphy()
23375 target_gain.txgm[core_no] = in wlc_phy_get_tx_gain_nphy()
23390 target_gain.txgm[core_no] = in wlc_phy_get_tx_gain_nphy()
23414 params->txgm = target_gain.txgm[core_no]; in wlc_phy_iqcal_gainparams_nphy()
23420 ((params->txlpf << 15) | (params->txgm << 12) | in wlc_phy_iqcal_gainparams_nphy()
23425 ((params->txgm << 12) | (params->pga << 8) | in wlc_phy_iqcal_gainparams_nphy()
[all …]
Dphy_int.h421 u16 txgm[2]; member