Lines Matching refs:txgain
27836 u32 txgain; in wlc_phy_txpwr_fixpower_nphy() local
27887 txgain = tx_gaintbl[txpi[core]]; in wlc_phy_txpwr_fixpower_nphy()
27891 txgain = in wlc_phy_txpwr_fixpower_nphy()
27895 txgain = ( in wlc_phy_txpwr_fixpower_nphy()
27903 txgain = in wlc_phy_txpwr_fixpower_nphy()
27910 txgain = in wlc_phy_txpwr_fixpower_nphy()
27914 txgain = nphy_tpc_txgain_rev3 in wlc_phy_txpwr_fixpower_nphy()
27920 txgain = nphy_tpc_txgain[txpi[core]]; in wlc_phy_txpwr_fixpower_nphy()
27924 rad_gain = (txgain >> 16) & ((1 << (32 - 16 + 1)) - 1); in wlc_phy_txpwr_fixpower_nphy()
27926 rad_gain = (txgain >> 16) & ((1 << (28 - 16 + 1)) - 1); in wlc_phy_txpwr_fixpower_nphy()
27929 dac_gain = (txgain >> 8) & ((1 << (10 - 8 + 1)) - 1); in wlc_phy_txpwr_fixpower_nphy()
27931 dac_gain = (txgain >> 8) & ((1 << (13 - 8 + 1)) - 1); in wlc_phy_txpwr_fixpower_nphy()
27933 bbmult = (txgain >> 0) & ((1 << (7 - 0 + 1)) - 1); in wlc_phy_txpwr_fixpower_nphy()
28437 u32 txgain; in wlc_phy_txpwr_index_nphy() local
28571 &txgain); in wlc_phy_txpwr_index_nphy()
28574 rad_gain = (txgain >> 16) & in wlc_phy_txpwr_index_nphy()
28577 rad_gain = (txgain >> 16) & in wlc_phy_txpwr_index_nphy()
28580 dac_gain = (txgain >> 8) & ((1 << (13 - 8 + 1)) - 1); in wlc_phy_txpwr_index_nphy()
28581 bbmult = (txgain >> 0) & ((1 << (7 - 0 + 1)) - 1); in wlc_phy_txpwr_index_nphy()