Searched refs:bbmultiqcomp (Results 1 – 1 of 1) sorted by relevance
3194 u32 bbmultiqcomp, txgain, locoeffs, rfpower; in wlc_lcnphy_set_tx_pwr_by_index() local3208 tab.tbl_ptr = &bbmultiqcomp; in wlc_lcnphy_set_tx_pwr_by_index()3219 gains.dac_gain = (u16) (bbmultiqcomp >> 28) & 0x07; in wlc_lcnphy_set_tx_pwr_by_index()3223 bb_mult = (u8) ((bbmultiqcomp >> 20) & 0xff); in wlc_lcnphy_set_tx_pwr_by_index()3230 a = (u16) ((bbmultiqcomp >> 10) & 0x3ff); in wlc_lcnphy_set_tx_pwr_by_index()3231 b = (u16) (bbmultiqcomp & 0x3ff); in wlc_lcnphy_set_tx_pwr_by_index()