Lines Matching refs:rate1
27880 u8 rate1, rate2; in wlc_phy_ofdm_to_mcs_powers_nphy() local
27883 for (rate1 = rate_mcs_start; rate1 <= rate_mcs_end - 1; rate1++) { in wlc_phy_ofdm_to_mcs_powers_nphy()
27884 power[rate1] = power[rate2]; in wlc_phy_ofdm_to_mcs_powers_nphy()
27885 rate2 += (rate1 == rate_mcs_start) ? 2 : 1; in wlc_phy_ofdm_to_mcs_powers_nphy()
27894 u8 rate1, rate2; in wlc_phy_mcs_to_ofdm_powers_nphy() local
27896 for (rate1 = rate_ofdm_start, rate2 = rate_mcs_start; in wlc_phy_mcs_to_ofdm_powers_nphy()
27897 rate1 <= rate_ofdm_end; rate1++, rate2++) { in wlc_phy_mcs_to_ofdm_powers_nphy()
27898 power[rate1] = power[rate2]; in wlc_phy_mcs_to_ofdm_powers_nphy()
27899 if (rate1 == rate_ofdm_start) in wlc_phy_mcs_to_ofdm_powers_nphy()
27900 power[++rate1] = power[rate2]; in wlc_phy_mcs_to_ofdm_powers_nphy()
27906 uint rate1, rate2, band_num; in wlc_phy_txpwr_apply_nphy() local
28078 for (rate1 = TXP_FIRST_OFDM_40_SISO, rate2 = in wlc_phy_txpwr_apply_nphy()
28080 rate1 <= TXP_LAST_MCS_40_SDM; in wlc_phy_txpwr_apply_nphy()
28081 rate1++, rate2++) in wlc_phy_txpwr_apply_nphy()
28082 tx_srom_max_rate[rate1] = in wlc_phy_txpwr_apply_nphy()