Home
last modified time | relevance | path

Searched refs:current_rate (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/drivers/net/wireless/iwlwifi/
Diwl-agn-rs.c894 rs_fill_link_cmd(priv, lq_sta, tbl->current_rate); in rs_bt_update_lq()
1324 tbl->current_rate = rate_n_flags_from_tbl(priv, tbl, rate, is_green); in rs_switch_to_mimo2()
1327 tbl->current_rate, is_green); in rs_switch_to_mimo2()
1381 tbl->current_rate = rate_n_flags_from_tbl(priv, tbl, rate, is_green); in rs_switch_to_mimo3()
1384 tbl->current_rate, is_green); in rs_switch_to_mimo3()
1431 tbl->current_rate = rate_n_flags_from_tbl(priv, tbl, rate, is_green); in rs_switch_to_siso()
1433 tbl->current_rate, is_green); in rs_switch_to_siso()
1523 &search_tbl->current_rate, search_tbl)) { in rs_move_legacy_other()
1691 &search_tbl->current_rate, search_tbl)) { in rs_move_siso_to_other()
1743 search_tbl->current_rate = in rs_move_siso_to_other()
[all …]
Diwl-agn-rs.h352 u32 current_rate; /* rate_n_flags, uCode API format */ member
/linux-3.4.99/drivers/net/wireless/iwlegacy/
D4965-rs.c1217 tbl->current_rate = in il4965_rs_switch_to_mimo2()
1220 D_RATE("LQ: Switch to new mcs %X idx is green %X\n", tbl->current_rate, in il4965_rs_switch_to_mimo2()
1265 tbl->current_rate = in il4965_rs_switch_to_siso()
1267 D_RATE("LQ: Switch to new mcs %X idx is green %X\n", tbl->current_rate, in il4965_rs_switch_to_siso()
1317 (valid_tx_ant, &search_tbl->current_rate, in il4965_rs_move_legacy_other()
1433 (valid_tx_ant, &search_tbl->current_rate, in il4965_rs_move_siso_to_other()
1487 search_tbl->current_rate = in il4965_rs_move_siso_to_other()
1553 (valid_tx_ant, &search_tbl->current_rate, in il4965_rs_move_mimo2_to_other()
1611 search_tbl->current_rate = in il4965_rs_move_mimo2_to_other()
1844 idx = il4965_hwrate_to_plcp_idx(tbl->current_rate); in il4965_rs_rate_scale_perform()
[all …]
Dcommon.h2747 u32 current_rate; /* rate_n_flags, uCode API format */ member
/linux-3.4.99/sound/pci/oxygen/
Dxonar_pcm179x.c225 unsigned int current_rate; member
339 data->current_rate = 48000; in pcm1796_init()
567 if (data->current_rate <= 48000 && !data->h6) in update_pcm1796_oversampling()
581 data->current_rate = params_rate(params); in set_pcm1796_params()
/linux-3.4.99/sound/pci/rme9652/
Dhdsp.c1096 int current_rate; in hdsp_set_rate() local
1125 current_rate = hdsp->system_sample_rate; in hdsp_set_rate()
1142 if (current_rate > 48000) in hdsp_set_rate()
1147 if (current_rate > 48000) in hdsp_set_rate()
1152 if (current_rate > 48000) in hdsp_set_rate()
1157 if (current_rate <= 48000 || current_rate > 96000) in hdsp_set_rate()
1162 if (current_rate <= 48000 || current_rate > 96000) in hdsp_set_rate()
1167 if (current_rate <= 48000 || current_rate > 96000) in hdsp_set_rate()
1172 if (current_rate < 128000) in hdsp_set_rate()
1177 if (current_rate < 128000) in hdsp_set_rate()
[all …]
Dhdspm.c1417 int current_rate; in hdspm_set_rate() local
1462 current_rate = hdspm->system_sample_rate; in hdspm_set_rate()
1474 if (current_rate <= 48000) in hdspm_set_rate()
1476 else if (current_rate <= 96000) in hdspm_set_rate()
1540 if (AES32 == hdspm->io_type && rate != current_rate) in hdspm_set_rate()