Home
last modified time | relevance | path

Searched refs:rate2 (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c1417 int rate_start_index = 0, rate1, rate2, k; in wlc_phy_txpower_reg_limit_calc() local
1419 for (rate1 = WL_TX_POWER_CCK_FIRST, rate2 = 0; in wlc_phy_txpower_reg_limit_calc()
1420 rate2 < WL_TX_POWER_CCK_NUM; rate1++, rate2++) in wlc_phy_txpower_reg_limit_calc()
1421 pi->txpwr_limit[rate1] = txpwr->cck[rate2]; in wlc_phy_txpower_reg_limit_calc()
1423 for (rate1 = WL_TX_POWER_OFDM_FIRST, rate2 = 0; in wlc_phy_txpower_reg_limit_calc()
1424 rate2 < WL_TX_POWER_OFDM_NUM; rate1++, rate2++) in wlc_phy_txpower_reg_limit_calc()
1425 pi->txpwr_limit[rate1] = txpwr->ofdm[rate2]; in wlc_phy_txpower_reg_limit_calc()
1458 for (rate2 = 0; rate2 < BRCMS_NUM_RATES_OFDM; in wlc_phy_txpower_reg_limit_calc()
1459 rate2++) { in wlc_phy_txpower_reg_limit_calc()
1460 tmp_txpwr_limit[rate2] = 0; in wlc_phy_txpower_reg_limit_calc()
[all …]
H A Dphy_n.c27872 u8 rate1, rate2; in wlc_phy_ofdm_to_mcs_powers_nphy() local
27874 rate2 = rate_ofdm_start; in wlc_phy_ofdm_to_mcs_powers_nphy()
27876 power[rate1] = power[rate2]; in wlc_phy_ofdm_to_mcs_powers_nphy()
27877 rate2 += (rate1 == rate_mcs_start) ? 2 : 1; in wlc_phy_ofdm_to_mcs_powers_nphy()
27886 u8 rate1, rate2; in wlc_phy_mcs_to_ofdm_powers_nphy() local
27888 for (rate1 = rate_ofdm_start, rate2 = rate_mcs_start; in wlc_phy_mcs_to_ofdm_powers_nphy()
27889 rate1 <= rate_ofdm_end; rate1++, rate2++) { in wlc_phy_mcs_to_ofdm_powers_nphy()
27890 power[rate1] = power[rate2]; in wlc_phy_mcs_to_ofdm_powers_nphy()
27892 power[++rate1] = power[rate2]; in wlc_phy_mcs_to_ofdm_powers_nphy()
27898 uint rate1, rate2, band_num; in wlc_phy_txpwr_apply_nphy() local
[all …]
/linux/tools/testing/selftests/net/mptcp/
H A Dsimult_flows.sh223 local rate2=$2
241 tc -n $ns1 qdisc add dev ns1eth2 root netem rate ${rate2}mbit $delay2
243 tc -n $ns2 qdisc add dev ns2eth2 root netem rate ${rate2}mbit $delay2
248 local time=$((1000 * size * 8 * 10 / ((rate1 + rate2) * 1000 * 1000 * 9) ))
/linux/sound/soc/jz4740/
H A Djz4740-i2s.c224 unsigned long div, rate1, rate2, err1, err2; in jz4740_i2s_get_i2sdiv() local
231 rate2 = mclk / (64 * (div + 1)); in jz4740_i2s_get_i2sdiv()
234 err2 = abs(rate2 - rate); in jz4740_i2s_get_i2sdiv()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Djoin.c135 u32 rate1_size, u8 *rate2, u32 rate2_size) in mwifiex_get_common_rates() argument
149 for (i = 0; i < rate2_size && rate2[i]; i++) { in mwifiex_get_common_rates()
153 if ((rate2[i] & 0x7F) == (tmp[j] & 0x7F)) { in mwifiex_get_common_rates()