Searched refs:offset_mcs (Results 1 – 2 of 2) sorted by relevance
1557 u32 offset_mcs, i; in wlc_phy_txpower_recalc_target() local1560 offset_mcs = pi->mcs40_po; in wlc_phy_txpower_recalc_target()1565 ((offset_mcs & 0xf) * 2); in wlc_phy_txpower_recalc_target()1566 offset_mcs >>= 4; in wlc_phy_txpower_recalc_target()1569 offset_mcs = pi->mcs20_po; in wlc_phy_txpower_recalc_target()1574 ((offset_mcs & 0xf) * 2); in wlc_phy_txpower_recalc_target()1575 offset_mcs >>= 4; in wlc_phy_txpower_recalc_target()
4871 u32 offset_ofdm, offset_mcs; in wlc_phy_txpwr_srom_read_lcnphy() local4931 offset_mcs = sprom->mcs2gpo[1] << 16; in wlc_phy_txpwr_srom_read_lcnphy()4932 offset_mcs |= sprom->mcs2gpo[0]; in wlc_phy_txpwr_srom_read_lcnphy()4933 pi_lcn->lcnphy_mcs20_po = offset_mcs; in wlc_phy_txpwr_srom_read_lcnphy()4937 txpwr - ((offset_mcs & 0xf) * 2); in wlc_phy_txpwr_srom_read_lcnphy()4938 offset_mcs >>= 4; in wlc_phy_txpwr_srom_read_lcnphy()