Home
last modified time | relevance | path

Searched refs:dac_gain (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/broadcom/b43/
H A Dphy_lcn.c44 u16 dac_gain; member
187 static void b43_phy_lcn_set_dac_gain(struct b43_wldev *dev, u16 dac_gain) in b43_phy_lcn_set_dac_gain() argument
193 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()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c27700 u16 rad_gain, dac_gain, bbmult, m1m2; in wlc_phy_txpwr_fixpower_nphy() local
27792 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() local
28444 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()