Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/
Dwlc_phy_lcn.c2459 u32 bbmultiqcomp, txgain, locoeffs, rfpower; in wlc_lcnphy_set_tx_pwr_by_index() local
2475 tab.tbl_ptr = &bbmultiqcomp; in wlc_lcnphy_set_tx_pwr_by_index()
2486 gains.dac_gain = (u16) (bbmultiqcomp >> 28) & 0x07; in wlc_lcnphy_set_tx_pwr_by_index()
2490 bb_mult = (u8) ((bbmultiqcomp >> 20) & 0xff); in wlc_lcnphy_set_tx_pwr_by_index()
2497 a = (u16) ((bbmultiqcomp >> 10) & 0x3ff); in wlc_lcnphy_set_tx_pwr_by_index()
2498 b = (u16) (bbmultiqcomp & 0x3ff); in wlc_lcnphy_set_tx_pwr_by_index()