Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_n.c27739 u32 txgain; in wlc_phy_txpwr_fixpower_nphy() local
27790 txgain = tx_gaintbl[txpi[core]]; in wlc_phy_txpwr_fixpower_nphy()
27794 txgain = in wlc_phy_txpwr_fixpower_nphy()
27798 txgain = ( in wlc_phy_txpwr_fixpower_nphy()
27806 txgain = in wlc_phy_txpwr_fixpower_nphy()
27813 txgain = in wlc_phy_txpwr_fixpower_nphy()
27817 txgain = nphy_tpc_txgain_rev3 in wlc_phy_txpwr_fixpower_nphy()
27823 txgain = nphy_tpc_txgain[txpi[core]]; in wlc_phy_txpwr_fixpower_nphy()
27827 rad_gain = (txgain >> 16) & ((1 << (32 - 16 + 1)) - 1); in wlc_phy_txpwr_fixpower_nphy()
27829 rad_gain = (txgain >> 16) & ((1 << (28 - 16 + 1)) - 1); in wlc_phy_txpwr_fixpower_nphy()
[all …]
Dphy_lcn.c3194 u32 bbmultiqcomp, txgain, locoeffs, rfpower; in wlc_lcnphy_set_tx_pwr_by_index() local
3213 tab.tbl_ptr = &txgain; in wlc_lcnphy_set_tx_pwr_by_index()
3216 gains.gm_gain = (u16) (txgain & 0xff); in wlc_lcnphy_set_tx_pwr_by_index()
3217 gains.pga_gain = (u16) (txgain >> 8) & 0xff; in wlc_lcnphy_set_tx_pwr_by_index()
3218 gains.pad_gain = (u16) (txgain >> 16) & 0xff; in wlc_lcnphy_set_tx_pwr_by_index()
3221 wlc_lcnphy_set_pa_gain(pi, (u16) (txgain >> 24) & 0x7f); in wlc_lcnphy_set_tx_pwr_by_index()
/Linux-v5.4/drivers/net/wireless/broadcom/b43/
Dphy_n.c3745 u32 txgain; in b43_nphy_tx_power_fix() local
3794 txgain = *(table + txpi[i]); in b43_nphy_tx_power_fix()
3797 radio_gain = (txgain >> 16) & 0x1FFFF; in b43_nphy_tx_power_fix()
3799 radio_gain = (txgain >> 16) & 0x1FFF; in b43_nphy_tx_power_fix()
3802 dac_gain = (txgain >> 8) & 0x7; in b43_nphy_tx_power_fix()
3804 dac_gain = (txgain >> 8) & 0x3F; in b43_nphy_tx_power_fix()
3805 bbmult = txgain & 0xFF; in b43_nphy_tx_power_fix()