Searched refs:rate_code (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/usb/cdns3/ |
H A D | cdns3-ti.c | 108 int rate_code, i; in cdns_ti_probe() local 149 rate_code = i; in cdns_ti_probe() 166 reg |= rate_code << USBSS1_STATIC_PLL_REF_SEL_SHIFT; in cdns_ti_probe()
|
/openbmc/linux/drivers/usb/dwc3/ |
H A D | dwc3-am62.c | 109 int rate_code; member 165 ret = regmap_update_bits(am62->syscon, am62->offset, PHY_PLL_REFCLK_MASK, am62->rate_code); in phy_syscon_pll_refclk() 215 am62->rate_code = i; in dwc3_ti_probe()
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | core.h | 355 u8 rate_code[WMI_TPC_RATE_MAX]; member 376 u8 rate_code[WMI_TPC_FINAL_RATE_MAX]; member 558 u32 rate_code[ATH10K_TID_MAX]; member 637 u32 rate_code[ATH10K_TID_MAX]; member
|
H A D | wmi.c | 4682 u32 rate_code, u8 type) in ath10k_tpc_config_get_rate() argument 4686 num_streams = ATH10K_HW_NSS(rate_code); in ath10k_tpc_config_get_rate() 4687 preamble = ATH10K_HW_PREAMBLE(rate_code); in ath10k_tpc_config_get_rate() 4728 u8 *rate_code, u16 *pream_table, u8 type) in ath10k_tpc_config_disp_tables() argument 4774 rate_code[i], in ath10k_tpc_config_disp_tables() 4780 tpc_stats->tpc_table[type].rate_code[i] = rate_code[i]; in ath10k_tpc_config_disp_tables() 4786 void ath10k_wmi_tpc_config_get_rate_code(u8 *rate_code, u16 *pream_table, in ath10k_wmi_tpc_config_get_rate_code() argument 4798 rate_code[rate_idx] = in ath10k_wmi_tpc_config_get_rate_code() 4807 rate_code[rate_idx] = in ath10k_wmi_tpc_config_get_rate_code() 4817 rate_code[rate_idx] = in ath10k_wmi_tpc_config_get_rate_code() [all …]
|
H A D | mac.c | 3218 arg.rcode_flags = arvif->rate_code[i]; in ath10k_new_peer_tid_config() 7074 arsta->rate_code[arg->tid] > 0 || in ath10k_mac_set_tid_config() 7142 arvif->rate_code[arg->tid] || in ath10k_mac_set_tid_config() 7175 arvif->rate_code[arg->tid] = arg->rcode_flags; in ath10k_mac_set_tid_config() 7304 arsta->rate_code[i] = -1; in ath10k_mac_reset_tid_config() 7311 arvif->rate_code[i] = 0; in ath10k_mac_reset_tid_config() 7388 nss = ATH10K_HW_NSS(arvif->rate_code[i]); in ath10k_sta_tid_cfg_wk() 7390 arvif->rate_code[i], in ath10k_sta_tid_cfg_wk() 7406 arg.rcode_flags = arvif->rate_code[i]; in ath10k_sta_tid_cfg_wk() 9222 static void ath10k_mac_parse_bitrate(struct ath10k *ar, u32 rate_code, in ath10k_mac_parse_bitrate() argument [all …]
|
H A D | htt.h | 1015 u32 rate_code; member
|
H A D | debug.c | 1533 tpc_stats->tpc_table[j].rate_code[i], in ath10k_tpc_stats_print()
|
H A D | wmi.h | 7512 void ath10k_wmi_tpc_config_get_rate_code(u8 *rate_code, u16 *pream_table,
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | mac.c | 4390 u32 rate_code; in ath11k_mac_set_peer_vht_fixed_rate() local 4418 rate_code = ATH11K_HW_RATE_CODE(vht_rate, nss - 1, in ath11k_mac_set_peer_vht_fixed_rate() 4423 rate_code); in ath11k_mac_set_peer_vht_fixed_rate() 4427 sta->addr, rate_code, ret); in ath11k_mac_set_peer_vht_fixed_rate() 4440 u32 rate_code; in ath11k_mac_set_peer_he_fixed_rate() local 4468 rate_code = ATH11K_HW_RATE_CODE(he_rate, nss - 1, in ath11k_mac_set_peer_he_fixed_rate() 4474 rate_code); in ath11k_mac_set_peer_he_fixed_rate() 4478 sta->addr, rate_code, ret); in ath11k_mac_set_peer_he_fixed_rate() 4491 u32 rate_code; in ath11k_mac_set_peer_ht_fixed_rate() local 4517 rate_code = ATH11K_HW_RATE_CODE(ht_rate, nss - 1, in ath11k_mac_set_peer_ht_fixed_rate() [all …]
|
/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | mac.c | 3301 u32 rate_code; in ath12k_mac_set_peer_vht_fixed_rate() local 3325 rate_code = ATH12K_HW_RATE_CODE(vht_rate, nss - 1, in ath12k_mac_set_peer_vht_fixed_rate() 3330 rate_code); in ath12k_mac_set_peer_vht_fixed_rate() 3334 sta->addr, rate_code, ret); in ath12k_mac_set_peer_vht_fixed_rate()
|