Home
last modified time | relevance | path

Searched refs:rate_code (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/usb/dwc3/
H A Ddwc3-am62.c118 int rate_code; member
175 ret = regmap_update_bits(am62->syscon, am62->offset, PHY_PLL_REFCLK_MASK, am62->rate_code); in phy_syscon_pll_refclk()
258 am62->rate_code = i; in dwc3_ti_probe()
/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi.c4688 u32 rate_code, u8 type) in ath10k_tpc_config_get_rate() argument
4692 num_streams = ATH10K_HW_NSS(rate_code); in ath10k_tpc_config_get_rate()
4693 preamble = ATH10K_HW_PREAMBLE(rate_code); in ath10k_tpc_config_get_rate()
4734 u8 *rate_code, u16 *pream_table, u8 type) in ath10k_tpc_config_disp_tables() argument
4780 rate_code[i], in ath10k_tpc_config_disp_tables()
4786 tpc_stats->tpc_table[type].rate_code[i] = rate_code[i]; in ath10k_tpc_config_disp_tables()
4792 void ath10k_wmi_tpc_config_get_rate_code(u8 *rate_code, u16 *pream_table, in ath10k_wmi_tpc_config_get_rate_code() argument
4804 rate_code[rate_idx] = in ath10k_wmi_tpc_config_get_rate_code()
4813 rate_code[rate_idx] = in ath10k_wmi_tpc_config_get_rate_code()
4823 rate_code[rate_idx] = in ath10k_wmi_tpc_config_get_rate_code()
[all …]
H A Dmac.c3241 arg.rcode_flags = arvif->rate_code[i]; in ath10k_new_peer_tid_config()
7111 arsta->rate_code[arg->tid] > 0 || in ath10k_mac_set_tid_config()
7179 arvif->rate_code[arg->tid] || in ath10k_mac_set_tid_config()
7212 arvif->rate_code[arg->tid] = arg->rcode_flags; in ath10k_mac_set_tid_config()
7341 arsta->rate_code[i] = -1; in ath10k_mac_reset_tid_config()
7348 arvif->rate_code[i] = 0; in ath10k_mac_reset_tid_config()
7425 nss = ATH10K_HW_NSS(arvif->rate_code[i]); in ath10k_sta_tid_cfg_wk()
7427 arvif->rate_code[i], in ath10k_sta_tid_cfg_wk()
7443 arg.rcode_flags = arvif->rate_code[i]; in ath10k_sta_tid_cfg_wk()
9272 static void ath10k_mac_parse_bitrate(struct ath10k *ar, u32 rate_code, in ath10k_mac_parse_bitrate() argument
[all …]
H A Dhtt.h1014 u32 rate_code; member
H A Ddebug.c1535 tpc_stats->tpc_table[j].rate_code[i], in ath10k_tpc_stats_print()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c6294 u32 rate_code; in ath12k_mac_set_peer_vht_fixed_rate() local
6318 rate_code = ATH12K_HW_RATE_CODE(vht_rate, nss - 1, in ath12k_mac_set_peer_vht_fixed_rate()
6323 rate_code); in ath12k_mac_set_peer_vht_fixed_rate()
6327 arsta->addr, rate_code, ret); in ath12k_mac_set_peer_vht_fixed_rate()
6340 u32 rate_code; in ath12k_mac_set_peer_he_fixed_rate() local
6371 rate_code = ATH12K_HW_RATE_CODE(he_rate, nss - 1, in ath12k_mac_set_peer_he_fixed_rate()
6377 rate_code); in ath12k_mac_set_peer_he_fixed_rate()
6381 arsta->addr, rate_code, ret); in ath12k_mac_set_peer_he_fixed_rate()
6397 u32 rate_code; in ath12k_mac_set_peer_eht_fixed_rate() local
6430 rate_code = ATH12K_HW_RATE_CODE(eht_rate, nss - 1, in ath12k_mac_set_peer_eht_fixed_rate()
[all …]