Searched refs:offset_mcs (Results 1 – 2 of 2) sorted by relevance
1568 u32 offset_mcs, i; in wlc_phy_txpower_recalc_target() local1571 offset_mcs = pi->mcs40_po; in wlc_phy_txpower_recalc_target()1576 ((offset_mcs & 0xf) * 2); in wlc_phy_txpower_recalc_target()1577 offset_mcs >>= 4; in wlc_phy_txpower_recalc_target()1580 offset_mcs = pi->mcs20_po; in wlc_phy_txpower_recalc_target()1585 ((offset_mcs & 0xf) * 2); in wlc_phy_txpower_recalc_target()1586 offset_mcs >>= 4; in wlc_phy_txpower_recalc_target()
4896 u32 offset_ofdm, offset_mcs; in wlc_phy_txpwr_srom_read_lcnphy() local4956 offset_mcs = sprom->mcs2gpo[1] << 16; in wlc_phy_txpwr_srom_read_lcnphy()4957 offset_mcs |= sprom->mcs2gpo[0]; in wlc_phy_txpwr_srom_read_lcnphy()4958 pi_lcn->lcnphy_mcs20_po = offset_mcs; in wlc_phy_txpwr_srom_read_lcnphy()4962 txpwr - ((offset_mcs & 0xf) * 2); in wlc_phy_txpwr_srom_read_lcnphy()4963 offset_mcs >>= 4; in wlc_phy_txpwr_srom_read_lcnphy()