Searched refs:txgain (Results 1 – 3 of 3) sorted by relevance
27750 u32 txgain; in wlc_phy_txpwr_fixpower_nphy() local27801 txgain = tx_gaintbl[txpi[core]]; in wlc_phy_txpwr_fixpower_nphy()27805 txgain = in wlc_phy_txpwr_fixpower_nphy()27809 txgain = ( in wlc_phy_txpwr_fixpower_nphy()27817 txgain = in wlc_phy_txpwr_fixpower_nphy()27824 txgain = in wlc_phy_txpwr_fixpower_nphy()27828 txgain = nphy_tpc_txgain_rev3 in wlc_phy_txpwr_fixpower_nphy()27834 txgain = nphy_tpc_txgain[txpi[core]]; in wlc_phy_txpwr_fixpower_nphy()27838 rad_gain = (txgain >> 16) & ((1 << (32 - 16 + 1)) - 1); in wlc_phy_txpwr_fixpower_nphy()27840 rad_gain = (txgain >> 16) & ((1 << (28 - 16 + 1)) - 1); in wlc_phy_txpwr_fixpower_nphy()[all …]
3208 u32 bbmultiqcomp, txgain, locoeffs, rfpower; in wlc_lcnphy_set_tx_pwr_by_index() local3227 tab.tbl_ptr = &txgain; in wlc_lcnphy_set_tx_pwr_by_index()3230 gains.gm_gain = (u16) (txgain & 0xff); in wlc_lcnphy_set_tx_pwr_by_index()3231 gains.pga_gain = (u16) (txgain >> 8) & 0xff; in wlc_lcnphy_set_tx_pwr_by_index()3232 gains.pad_gain = (u16) (txgain >> 16) & 0xff; in wlc_lcnphy_set_tx_pwr_by_index()3235 wlc_lcnphy_set_pa_gain(pi, (u16) (txgain >> 24) & 0x7f); in wlc_lcnphy_set_tx_pwr_by_index()
3757 u32 txgain; in b43_nphy_tx_power_fix() local3806 txgain = *(table + txpi[i]); in b43_nphy_tx_power_fix()3809 radio_gain = (txgain >> 16) & 0x1FFFF; in b43_nphy_tx_power_fix()3811 radio_gain = (txgain >> 16) & 0x1FFF; in b43_nphy_tx_power_fix()3814 dac_gain = (txgain >> 8) & 0x7; in b43_nphy_tx_power_fix()3816 dac_gain = (txgain >> 8) & 0x3F; in b43_nphy_tx_power_fix()3817 bbmult = txgain & 0xFF; in b43_nphy_tx_power_fix()