Home
last modified time | relevance | path

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

/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_lcn.c3147 u32 bbmultiqcomp, txgain, locoeffs, rfpower; in wlc_lcnphy_set_tx_pwr_by_index() local
3161 tab.tbl_ptr = &bbmultiqcomp; in wlc_lcnphy_set_tx_pwr_by_index()
3172 gains.dac_gain = (u16) (bbmultiqcomp >> 28) & 0x07; in wlc_lcnphy_set_tx_pwr_by_index()
3176 bb_mult = (u8) ((bbmultiqcomp >> 20) & 0xff); in wlc_lcnphy_set_tx_pwr_by_index()
3183 a = (u16) ((bbmultiqcomp >> 10) & 0x3ff); in wlc_lcnphy_set_tx_pwr_by_index()
3184 b = (u16) (bbmultiqcomp & 0x3ff); in wlc_lcnphy_set_tx_pwr_by_index()