Lines Matching refs:rate2
28008 u8 rate1, rate2; in wlc_phy_ofdm_to_mcs_powers_nphy() local
28010 rate2 = rate_ofdm_start; in wlc_phy_ofdm_to_mcs_powers_nphy()
28012 power[rate1] = power[rate2]; in wlc_phy_ofdm_to_mcs_powers_nphy()
28013 rate2 += (rate1 == rate_mcs_start) ? 2 : 1; in wlc_phy_ofdm_to_mcs_powers_nphy()
28022 u8 rate1, rate2; in wlc_phy_mcs_to_ofdm_powers_nphy() local
28024 for (rate1 = rate_ofdm_start, rate2 = rate_mcs_start; in wlc_phy_mcs_to_ofdm_powers_nphy()
28025 rate1 <= rate_ofdm_end; rate1++, rate2++) { in wlc_phy_mcs_to_ofdm_powers_nphy()
28026 power[rate1] = power[rate2]; in wlc_phy_mcs_to_ofdm_powers_nphy()
28028 power[++rate1] = power[rate2]; in wlc_phy_mcs_to_ofdm_powers_nphy()
28034 uint rate1, rate2, band_num; in wlc_phy_txpwr_apply_nphy() local
28206 for (rate1 = TXP_FIRST_OFDM_40_SISO, rate2 = in wlc_phy_txpwr_apply_nphy()
28209 rate1++, rate2++) in wlc_phy_txpwr_apply_nphy()
28211 tx_srom_max_rate[rate2]; in wlc_phy_txpwr_apply_nphy()