Searched refs:offset_mcs (Results 1 – 2 of 2) sorted by relevance
1556 u32 offset_mcs, i; in wlc_phy_txpower_recalc_target() local1559 offset_mcs = pi->mcs40_po; in wlc_phy_txpower_recalc_target()1564 ((offset_mcs & 0xf) * 2); in wlc_phy_txpower_recalc_target()1565 offset_mcs >>= 4; in wlc_phy_txpower_recalc_target()1568 offset_mcs = pi->mcs20_po; in wlc_phy_txpower_recalc_target()1573 ((offset_mcs & 0xf) * 2); in wlc_phy_txpower_recalc_target()1574 offset_mcs >>= 4; in wlc_phy_txpower_recalc_target()
4802 u32 offset_ofdm, offset_mcs; in wlc_phy_txpwr_srom_read_lcnphy() local4858 offset_mcs = sprom->mcs2gpo[1] << 16; in wlc_phy_txpwr_srom_read_lcnphy()4859 offset_mcs |= sprom->mcs2gpo[0]; in wlc_phy_txpwr_srom_read_lcnphy()4860 pi_lcn->lcnphy_mcs20_po = offset_mcs; in wlc_phy_txpwr_srom_read_lcnphy()4864 txpwr - ((offset_mcs & 0xf) * 2); in wlc_phy_txpwr_srom_read_lcnphy()4865 offset_mcs >>= 4; in wlc_phy_txpwr_srom_read_lcnphy()