Searched refs:txgain (Results 1 – 2 of 2) sorted by relevance
27699 u32 txgain; in wlc_phy_txpwr_fixpower_nphy() local27750 txgain = tx_gaintbl[txpi[core]]; in wlc_phy_txpwr_fixpower_nphy()27754 txgain = in wlc_phy_txpwr_fixpower_nphy()27758 txgain = ( in wlc_phy_txpwr_fixpower_nphy()27766 txgain = in wlc_phy_txpwr_fixpower_nphy()27773 txgain = in wlc_phy_txpwr_fixpower_nphy()27777 txgain = nphy_tpc_txgain_rev3 in wlc_phy_txpwr_fixpower_nphy()27783 txgain = nphy_tpc_txgain[txpi[core]]; in wlc_phy_txpwr_fixpower_nphy()27787 rad_gain = (txgain >> 16) & ((1 << (32 - 16 + 1)) - 1); in wlc_phy_txpwr_fixpower_nphy()27789 rad_gain = (txgain >> 16) & ((1 << (28 - 16 + 1)) - 1); in wlc_phy_txpwr_fixpower_nphy()[all …]
3135 u32 bbmultiqcomp, txgain, locoeffs, rfpower; in wlc_lcnphy_set_tx_pwr_by_index() local3154 tab.tbl_ptr = &txgain; in wlc_lcnphy_set_tx_pwr_by_index()3157 gains.gm_gain = (u16) (txgain & 0xff); in wlc_lcnphy_set_tx_pwr_by_index()3158 gains.pga_gain = (u16) (txgain >> 8) & 0xff; in wlc_lcnphy_set_tx_pwr_by_index()3159 gains.pad_gain = (u16) (txgain >> 16) & 0xff; in wlc_lcnphy_set_tx_pwr_by_index()3162 wlc_lcnphy_set_pa_gain(pi, (u16) (txgain >> 24) & 0x7f); in wlc_lcnphy_set_tx_pwr_by_index()