Lines Matching refs:txpwr

1323 				struct txpwr_limits *txpwr)  in wlc_phy_txpower_target_set()  argument
1329 &txpwr->cck[0], BRCMS_NUM_RATES_CCK); in wlc_phy_txpower_target_set()
1332 &txpwr->ofdm[0], BRCMS_NUM_RATES_OFDM); in wlc_phy_txpower_target_set()
1334 &txpwr->ofdm_cdd[0], BRCMS_NUM_RATES_OFDM); in wlc_phy_txpower_target_set()
1337 &txpwr->ofdm_40_siso[0], BRCMS_NUM_RATES_OFDM); in wlc_phy_txpower_target_set()
1339 &txpwr->ofdm_40_cdd[0], BRCMS_NUM_RATES_OFDM); in wlc_phy_txpower_target_set()
1342 &txpwr->mcs_20_siso[0], BRCMS_NUM_RATES_MCS_1_STREAM); in wlc_phy_txpower_target_set()
1344 &txpwr->mcs_20_cdd[0], BRCMS_NUM_RATES_MCS_1_STREAM); in wlc_phy_txpower_target_set()
1346 &txpwr->mcs_20_stbc[0], BRCMS_NUM_RATES_MCS_1_STREAM); in wlc_phy_txpower_target_set()
1348 &txpwr->mcs_20_mimo[0], BRCMS_NUM_RATES_MCS_2_STREAM); in wlc_phy_txpower_target_set()
1351 &txpwr->mcs_40_siso[0], BRCMS_NUM_RATES_MCS_1_STREAM); in wlc_phy_txpower_target_set()
1353 &txpwr->mcs_40_cdd[0], BRCMS_NUM_RATES_MCS_1_STREAM); in wlc_phy_txpower_target_set()
1355 &txpwr->mcs_40_stbc[0], BRCMS_NUM_RATES_MCS_1_STREAM); in wlc_phy_txpower_target_set()
1357 &txpwr->mcs_40_mimo[0], BRCMS_NUM_RATES_MCS_2_STREAM); in wlc_phy_txpower_target_set()
1657 wlc_phy_txpower_reg_limit_calc(struct brcms_phy *pi, struct txpwr_limits *txpwr, in wlc_phy_txpower_reg_limit_calc() argument
1666 pi->txpwr_limit[rate1] = txpwr->cck[rate2]; in wlc_phy_txpower_reg_limit_calc()
1670 pi->txpwr_limit[rate1] = txpwr->ofdm[rate2]; in wlc_phy_txpower_reg_limit_calc()
1678 txpwr_ptr1 = txpwr->mcs_20_siso; in wlc_phy_txpower_reg_limit_calc()
1679 txpwr_ptr2 = txpwr->ofdm; in wlc_phy_txpower_reg_limit_calc()
1684 txpwr_ptr1 = txpwr->mcs_20_cdd; in wlc_phy_txpower_reg_limit_calc()
1685 txpwr_ptr2 = txpwr->ofdm_cdd; in wlc_phy_txpower_reg_limit_calc()
1690 txpwr_ptr1 = txpwr->mcs_40_siso; in wlc_phy_txpower_reg_limit_calc()
1691 txpwr_ptr2 = txpwr->ofdm_40_siso; in wlc_phy_txpower_reg_limit_calc()
1697 txpwr_ptr1 = txpwr->mcs_40_cdd; in wlc_phy_txpower_reg_limit_calc()
1698 txpwr_ptr2 = txpwr->ofdm_40_cdd; in wlc_phy_txpower_reg_limit_calc()
1724 txpwr_ptr1 = txpwr->ofdm; in wlc_phy_txpower_reg_limit_calc()
1725 txpwr_ptr2 = txpwr->mcs_20_siso; in wlc_phy_txpower_reg_limit_calc()
1730 txpwr_ptr1 = txpwr->ofdm_cdd; in wlc_phy_txpower_reg_limit_calc()
1731 txpwr_ptr2 = txpwr->mcs_20_cdd; in wlc_phy_txpower_reg_limit_calc()
1736 txpwr_ptr1 = txpwr->ofdm_40_siso; in wlc_phy_txpower_reg_limit_calc()
1737 txpwr_ptr2 = txpwr->mcs_40_siso; in wlc_phy_txpower_reg_limit_calc()
1742 txpwr_ptr1 = txpwr->ofdm_40_cdd; in wlc_phy_txpower_reg_limit_calc()
1743 txpwr_ptr2 = txpwr->mcs_40_cdd; in wlc_phy_txpower_reg_limit_calc()
1770 txpwr_ptr1 = txpwr->mcs_20_stbc; in wlc_phy_txpower_reg_limit_calc()
1775 txpwr_ptr1 = txpwr->mcs_40_stbc; in wlc_phy_txpower_reg_limit_calc()
1789 txpwr_ptr1 = txpwr->mcs_20_mimo; in wlc_phy_txpower_reg_limit_calc()
1794 txpwr_ptr1 = txpwr->mcs_40_mimo; in wlc_phy_txpower_reg_limit_calc()
1803 pi->txpwr_limit[WL_TX_POWER_MCS_32] = txpwr->mcs32; in wlc_phy_txpower_reg_limit_calc()
1857 wlc_phy_txpower_limit_set(struct brcms_phy_pub *ppi, struct txpwr_limits *txpwr, in wlc_phy_txpower_limit_set() argument
1862 wlc_phy_txpower_reg_limit_calc(pi, txpwr, chanspec); in wlc_phy_txpower_limit_set()
1868 if (txpwr->mcs_20_siso[j]) in wlc_phy_txpower_limit_set()
1869 pi->txpwr_limit[i] = txpwr->mcs_20_siso[j]; in wlc_phy_txpower_limit_set()
1871 pi->txpwr_limit[i] = txpwr->ofdm[j]; in wlc_phy_txpower_limit_set()