Lines Matching refs:txgain
27704 u32 txgain; in wlc_phy_txpwr_fixpower_nphy() local
27755 txgain = tx_gaintbl[txpi[core]]; in wlc_phy_txpwr_fixpower_nphy()
27759 txgain = in wlc_phy_txpwr_fixpower_nphy()
27763 txgain = ( in wlc_phy_txpwr_fixpower_nphy()
27771 txgain = in wlc_phy_txpwr_fixpower_nphy()
27778 txgain = in wlc_phy_txpwr_fixpower_nphy()
27782 txgain = nphy_tpc_txgain_rev3 in wlc_phy_txpwr_fixpower_nphy()
27788 txgain = nphy_tpc_txgain[txpi[core]]; in wlc_phy_txpwr_fixpower_nphy()
27792 rad_gain = (txgain >> 16) & ((1 << (32 - 16 + 1)) - 1); in wlc_phy_txpwr_fixpower_nphy()
27794 rad_gain = (txgain >> 16) & ((1 << (28 - 16 + 1)) - 1); in wlc_phy_txpwr_fixpower_nphy()
27797 dac_gain = (txgain >> 8) & ((1 << (10 - 8 + 1)) - 1); in wlc_phy_txpwr_fixpower_nphy()
27799 dac_gain = (txgain >> 8) & ((1 << (13 - 8 + 1)) - 1); in wlc_phy_txpwr_fixpower_nphy()
27801 bbmult = (txgain >> 0) & ((1 << (7 - 0 + 1)) - 1); in wlc_phy_txpwr_fixpower_nphy()
28306 u32 txgain; in wlc_phy_txpwr_index_nphy() local
28440 &txgain); in wlc_phy_txpwr_index_nphy()
28443 rad_gain = (txgain >> 16) & in wlc_phy_txpwr_index_nphy()
28446 rad_gain = (txgain >> 16) & in wlc_phy_txpwr_index_nphy()
28449 dac_gain = (txgain >> 8) & ((1 << (13 - 8 + 1)) - 1); in wlc_phy_txpwr_index_nphy()
28450 bbmult = (txgain >> 0) & ((1 << (7 - 0 + 1)) - 1); in wlc_phy_txpwr_index_nphy()