Searched refs:rate_code (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/usb/dwc3/ |
| H A D | dwc3-am62.c | 118 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 D | wmi.c | 4689 u32 rate_code, u8 type) in ath10k_tpc_config_get_rate() argument 4693 num_streams = ATH10K_HW_NSS(rate_code); in ath10k_tpc_config_get_rate() 4694 preamble = ATH10K_HW_PREAMBLE(rate_code); in ath10k_tpc_config_get_rate() 4735 u8 *rate_code, u16 *pream_table, u8 type) in ath10k_tpc_config_disp_tables() argument 4781 rate_code[i], in ath10k_tpc_config_disp_tables() 4787 tpc_stats->tpc_table[type].rate_code[i] = rate_code[i]; in ath10k_tpc_config_disp_tables() 4793 void ath10k_wmi_tpc_config_get_rate_code(u8 *rate_code, u16 *pream_table, in ath10k_wmi_tpc_config_get_rate_code() argument 4805 rate_code[rate_idx] = in ath10k_wmi_tpc_config_get_rate_code() 4814 rate_code[rate_idx] = in ath10k_wmi_tpc_config_get_rate_code() 4824 rate_code[rate_idx] = in ath10k_wmi_tpc_config_get_rate_code() [all …]
|
| H A D | htt.h | 1014 u32 rate_code; member
|
| H A D | debug.c | 1535 tpc_stats->tpc_table[j].rate_code[i], in ath10k_tpc_stats_print()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | mac.c | 4719 u32 rate_code; in ath11k_mac_set_peer_vht_fixed_rate() local 4747 rate_code = ATH11K_HW_RATE_CODE(vht_rate, nss - 1, in ath11k_mac_set_peer_vht_fixed_rate() 4752 rate_code); in ath11k_mac_set_peer_vht_fixed_rate() 4756 sta->addr, rate_code, ret); in ath11k_mac_set_peer_vht_fixed_rate() 4769 u32 rate_code; in ath11k_mac_set_peer_he_fixed_rate() local 4797 rate_code = ATH11K_HW_RATE_CODE(he_rate, nss - 1, in ath11k_mac_set_peer_he_fixed_rate() 4803 rate_code); in ath11k_mac_set_peer_he_fixed_rate() 4807 sta->addr, rate_code, ret); in ath11k_mac_set_peer_he_fixed_rate() 4820 u32 rate_code; in ath11k_mac_set_peer_ht_fixed_rate() local 4846 rate_code = ATH11K_HW_RATE_CODE(ht_rate, nss - 1, in ath11k_mac_set_peer_ht_fixed_rate() [all …]
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | mac.c | 5985 u32 rate_code; in ath12k_mac_set_peer_vht_fixed_rate() local 6009 rate_code = ATH12K_HW_RATE_CODE(vht_rate, nss - 1, in ath12k_mac_set_peer_vht_fixed_rate() 6014 rate_code); in ath12k_mac_set_peer_vht_fixed_rate() 6018 arsta->addr, rate_code, ret); in ath12k_mac_set_peer_vht_fixed_rate() 6031 u32 rate_code; in ath12k_mac_set_peer_he_fixed_rate() local 6062 rate_code = ATH12K_HW_RATE_CODE(he_rate, nss - 1, in ath12k_mac_set_peer_he_fixed_rate() 6068 rate_code); in ath12k_mac_set_peer_he_fixed_rate() 6072 arsta->addr, rate_code, ret); in ath12k_mac_set_peer_he_fixed_rate() 6088 u32 rate_code; in ath12k_mac_set_peer_eht_fixed_rate() local 6121 rate_code = ATH12K_HW_RATE_CODE(eht_rate, nss - 1, in ath12k_mac_set_peer_eht_fixed_rate() [all …]
|