Home
last modified time | relevance | path

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

/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_lcn.c3135 u32 bbmultiqcomp, txgain, locoeffs, rfpower; in wlc_lcnphy_set_tx_pwr_by_index() local
3149 tab.tbl_ptr = &bbmultiqcomp; in wlc_lcnphy_set_tx_pwr_by_index()
3160 gains.dac_gain = (u16) (bbmultiqcomp >> 28) & 0x07; in wlc_lcnphy_set_tx_pwr_by_index()
3164 bb_mult = (u8) ((bbmultiqcomp >> 20) & 0xff); in wlc_lcnphy_set_tx_pwr_by_index()
3171 a = (u16) ((bbmultiqcomp >> 10) & 0x3ff); in wlc_lcnphy_set_tx_pwr_by_index()
3172 b = (u16) (bbmultiqcomp & 0x3ff); in wlc_lcnphy_set_tx_pwr_by_index()