Lines Matching refs:bbmult
24170 u16 bbmult; in wlc_phy_update_txcal_ladder_nphy() local
24185 bbmult = (core == PHY_CORE_0) ? in wlc_phy_update_txcal_ladder_nphy()
24190 bbmult_scale = ladder_lo[index].percent * bbmult; in wlc_phy_update_txcal_ladder_nphy()
24198 bbmult_scale = ladder_iq[index].percent * bbmult; in wlc_phy_update_txcal_ladder_nphy()
27701 u16 rad_gain, dac_gain, bbmult, m1m2; in wlc_phy_txpwr_fixpower_nphy() local
27797 bbmult = (txgain >> 0) & ((1 << (7 - 0 + 1)) - 1); in wlc_phy_txpwr_fixpower_nphy()
27812 m1m2 |= ((core == PHY_CORE_0) ? (bbmult << 8) : (bbmult << 0)); in wlc_phy_txpwr_fixpower_nphy()
28304 u8 bbmult; in wlc_phy_txpwr_index_nphy() local
28357 (pi->nphy_txpwrindex[core].bbmult << 8) : in wlc_phy_txpwr_index_nphy()
28358 (pi->nphy_txpwrindex[core].bbmult << 0)); in wlc_phy_txpwr_index_nphy()
28409 pi->nphy_txpwrindex[core].bbmult = (u8) tmpval; in wlc_phy_txpwr_index_nphy()
28446 bbmult = (txgain >> 0) & ((1 << (7 - 0 + 1)) - 1); in wlc_phy_txpwr_index_nphy()
28463 (bbmult << 8) : (bbmult << 0)); in wlc_phy_txpwr_index_nphy()