Searched refs:current_rate (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/drivers/net/wireless/iwlwifi/ |
D | iwl-agn-rs.c | 857 rs_fill_link_cmd(priv, lq_sta, tbl->current_rate); in rs_bt_update_lq() 1281 tbl->current_rate = rate_n_flags_from_tbl(priv, tbl, rate, is_green); in rs_switch_to_mimo2() 1284 tbl->current_rate, is_green); in rs_switch_to_mimo2() 1338 tbl->current_rate = rate_n_flags_from_tbl(priv, tbl, rate, is_green); in rs_switch_to_mimo3() 1341 tbl->current_rate, is_green); in rs_switch_to_mimo3() 1388 tbl->current_rate = rate_n_flags_from_tbl(priv, tbl, rate, is_green); in rs_switch_to_siso() 1390 tbl->current_rate, is_green); in rs_switch_to_siso() 1479 &search_tbl->current_rate, search_tbl)) { in rs_move_legacy_other() 1646 &search_tbl->current_rate, search_tbl)) { in rs_move_siso_to_other() 1698 search_tbl->current_rate = in rs_move_siso_to_other() [all …]
|
D | iwl-agn-rs.h | 366 u32 current_rate; /* rate_n_flags, uCode API format */ member
|
/linux-2.6.39/drivers/net/wireless/iwlegacy/ |
D | iwl-4965-rs.c | 1223 tbl->current_rate = iwl4965_rate_n_flags_from_tbl(priv, in iwl4965_rs_switch_to_mimo2() 1227 tbl->current_rate, is_green); in iwl4965_rs_switch_to_mimo2() 1275 tbl->current_rate = iwl4965_rate_n_flags_from_tbl(priv, in iwl4965_rs_switch_to_siso() 1278 tbl->current_rate, is_green); in iwl4965_rs_switch_to_siso() 1327 &search_tbl->current_rate, search_tbl)) { in iwl4965_rs_move_legacy_other() 1440 &search_tbl->current_rate, search_tbl)) { in iwl4965_rs_move_siso_to_other() 1494 search_tbl->current_rate = in iwl4965_rs_move_siso_to_other() 1559 &search_tbl->current_rate, search_tbl)) { in iwl4965_rs_move_mimo2_to_other() 1616 search_tbl->current_rate = in iwl4965_rs_move_mimo2_to_other() 1862 index = iwl4965_hwrate_to_plcp_idx(tbl->current_rate); in iwl4965_rs_rate_scale_perform() [all …]
|
D | iwl-legacy-rs.h | 333 u32 current_rate; /* rate_n_flags, uCode API format */ member
|
/linux-2.6.39/sound/pci/oxygen/ |
D | xonar_pcm179x.c | 225 unsigned int current_rate; member 337 data->current_rate = 48000; in pcm1796_init() 565 if (data->current_rate <= 48000 && !data->h6) in update_pcm1796_oversampling() 579 data->current_rate = params_rate(params); in set_pcm1796_params()
|
/linux-2.6.39/sound/pci/rme9652/ |
D | hdsp.c | 1096 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 …]
|
D | hdspm.c | 1362 int current_rate; in hdspm_set_rate() local 1407 current_rate = hdspm->system_sample_rate; in hdspm_set_rate() 1419 if (current_rate <= 48000) in hdspm_set_rate() 1421 else if (current_rate <= 96000) in hdspm_set_rate() 1485 if (AES32 == hdspm->io_type && rate != current_rate) in hdspm_set_rate()
|