Searched refs:rate_code (Results 1 – 9 of 9) sorted by relevance
/drivers/usb/cdns3/ |
D | cdns3-ti.c | 94 int rate_code, i; in cdns_ti_probe() local 135 rate_code = i; in cdns_ti_probe() 152 reg |= rate_code << USBSS1_STATIC_PLL_REF_SEL_SHIFT; in cdns_ti_probe()
|
/drivers/usb/dwc3/ |
D | dwc3-am62.c | 96 int rate_code; member 151 ret = regmap_update_bits(data->syscon, data->offset, PHY_PLL_REFCLK_MASK, data->rate_code); in phy_syscon_pll_refclk() 201 data->rate_code = i; in dwc3_ti_probe()
|
/drivers/net/wireless/ath/ath10k/ |
D | core.h | 354 u8 rate_code[WMI_TPC_RATE_MAX]; member 375 u8 rate_code[WMI_TPC_FINAL_RATE_MAX]; member 557 u32 rate_code[ATH10K_TID_MAX]; member 636 u32 rate_code[ATH10K_TID_MAX]; member
|
D | wmi.c | 4660 u32 rate_code, u8 type) in ath10k_tpc_config_get_rate() argument 4664 num_streams = ATH10K_HW_NSS(rate_code); in ath10k_tpc_config_get_rate() 4665 preamble = ATH10K_HW_PREAMBLE(rate_code); in ath10k_tpc_config_get_rate() 4706 u8 *rate_code, u16 *pream_table, u8 type) in ath10k_tpc_config_disp_tables() argument 4752 rate_code[i], in ath10k_tpc_config_disp_tables() 4758 tpc_stats->tpc_table[type].rate_code[i] = rate_code[i]; in ath10k_tpc_config_disp_tables() 4764 void ath10k_wmi_tpc_config_get_rate_code(u8 *rate_code, u16 *pream_table, in ath10k_wmi_tpc_config_get_rate_code() argument 4776 rate_code[rate_idx] = in ath10k_wmi_tpc_config_get_rate_code() 4785 rate_code[rate_idx] = in ath10k_wmi_tpc_config_get_rate_code() 4795 rate_code[rate_idx] = in ath10k_wmi_tpc_config_get_rate_code() [all …]
|
D | mac.c | 3217 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 …]
|
D | htt.h | 1014 u32 rate_code; member
|
D | debug.c | 1531 tpc_stats->tpc_table[j].rate_code[i], in ath10k_tpc_stats_print()
|
D | wmi.h | 7513 void ath10k_wmi_tpc_config_get_rate_code(u8 *rate_code, u16 *pream_table,
|
/drivers/net/wireless/ath/ath11k/ |
D | mac.c | 3998 u32 rate_code; in ath11k_mac_set_peer_vht_fixed_rate() local 4026 rate_code = ATH11K_HW_RATE_CODE(vht_rate, nss - 1, in ath11k_mac_set_peer_vht_fixed_rate() 4031 rate_code); in ath11k_mac_set_peer_vht_fixed_rate() 4035 sta->addr, rate_code, ret); in ath11k_mac_set_peer_vht_fixed_rate() 4048 u32 rate_code; in ath11k_mac_set_peer_he_fixed_rate() local 4076 rate_code = ATH11K_HW_RATE_CODE(he_rate, nss - 1, in ath11k_mac_set_peer_he_fixed_rate() 4082 rate_code); in ath11k_mac_set_peer_he_fixed_rate() 4086 sta->addr, rate_code, ret); in ath11k_mac_set_peer_he_fixed_rate()
|