Searched refs:txgain (Results 1 – 2 of 2) sorted by relevance
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()
3742 u32 txgain; in b43_nphy_tx_power_fix() local3791 txgain = *(table + txpi[i]); in b43_nphy_tx_power_fix()3794 radio_gain = (txgain >> 16) & 0x1FFFF; in b43_nphy_tx_power_fix()3796 radio_gain = (txgain >> 16) & 0x1FFF; in b43_nphy_tx_power_fix()3799 dac_gain = (txgain >> 8) & 0x7; in b43_nphy_tx_power_fix()3801 dac_gain = (txgain >> 8) & 0x3F; in b43_nphy_tx_power_fix()3802 bbmult = txgain & 0xFF; in b43_nphy_tx_power_fix()