Searched refs:dac_gain (Results 1 – 2 of 2) sorted by relevance
44 u16 dac_gain; member187 static void b43_phy_lcn_set_dac_gain(struct b43_wldev *dev, u16 dac_gain) in b43_phy_lcn_set_dac_gain() argument193 dac_ctrl = dac_ctrl | (dac_gain << 7); in b43_phy_lcn_set_dac_gain()525 b43_phy_lcn_set_dac_gain(dev, target_gains->dac_gain); in b43_phy_lcn_set_tx_gain()542 tx_gains.dac_gain = 0; in b43_phy_lcn_tx_pwr_ctl_init()548 tx_gains.dac_gain = 0; in b43_phy_lcn_tx_pwr_ctl_init()
27700 u16 rad_gain, dac_gain, bbmult, m1m2; in wlc_phy_txpwr_fixpower_nphy() local27792 dac_gain = (txgain >> 8) & ((1 << (10 - 8 + 1)) - 1); in wlc_phy_txpwr_fixpower_nphy()27794 dac_gain = (txgain >> 8) & ((1 << (13 - 8 + 1)) - 1); in wlc_phy_txpwr_fixpower_nphy()27804 write_phy_reg(pi, (core == PHY_CORE_0) ? 0xaa : 0xab, dac_gain); in wlc_phy_txpwr_fixpower_nphy()28302 u16 rad_gain, dac_gain; in wlc_phy_txpwr_index_nphy() local28444 dac_gain = (txgain >> 8) & ((1 << (13 - 8 + 1)) - 1); in wlc_phy_txpwr_index_nphy()28454 0xaa : 0xab, dac_gain); in wlc_phy_txpwr_index_nphy()