Lines Matching refs:rate2
28016 u8 rate1, rate2; in wlc_phy_ofdm_to_mcs_powers_nphy() local
28018 rate2 = rate_ofdm_start; in wlc_phy_ofdm_to_mcs_powers_nphy()
28020 power[rate1] = power[rate2]; in wlc_phy_ofdm_to_mcs_powers_nphy()
28021 rate2 += (rate1 == rate_mcs_start) ? 2 : 1; in wlc_phy_ofdm_to_mcs_powers_nphy()
28030 u8 rate1, rate2; in wlc_phy_mcs_to_ofdm_powers_nphy() local
28032 for (rate1 = rate_ofdm_start, rate2 = rate_mcs_start; in wlc_phy_mcs_to_ofdm_powers_nphy()
28033 rate1 <= rate_ofdm_end; rate1++, rate2++) { in wlc_phy_mcs_to_ofdm_powers_nphy()
28034 power[rate1] = power[rate2]; in wlc_phy_mcs_to_ofdm_powers_nphy()
28036 power[++rate1] = power[rate2]; in wlc_phy_mcs_to_ofdm_powers_nphy()
28042 uint rate1, rate2, band_num; in wlc_phy_txpwr_apply_nphy() local
28214 for (rate1 = TXP_FIRST_OFDM_40_SISO, rate2 = in wlc_phy_txpwr_apply_nphy()
28217 rate1++, rate2++) in wlc_phy_txpwr_apply_nphy()
28219 tx_srom_max_rate[rate2]; in wlc_phy_txpwr_apply_nphy()