Home
last modified time | relevance | path

Searched refs:rate_code (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/cdns3/
H A Dcdns3-ti.c94 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()
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdns3-ti.c95 int rate_code, i; in cdns_ti_probe() local
136 rate_code = i; in cdns_ti_probe()
153 reg |= rate_code << USBSS1_STATIC_PLL_REF_SEL_SHIFT; in cdns_ti_probe()
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H A Ddwc3-am62.c109 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()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dcore.h352 u8 rate_code[WMI_TPC_RATE_MAX]; member
373 u8 rate_code[WMI_TPC_FINAL_RATE_MAX]; member
555 u32 rate_code[ATH10K_TID_MAX]; member
634 u32 rate_code[ATH10K_TID_MAX]; member
H A Dwmi.c4660 u32 rate_code, u8 type) in ath10k_tpc_config_get_rate()
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()
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_id in ath10k_wmi_tpc_config_get_rate_code()
4657 ath10k_tpc_config_get_rate(struct ath10k *ar, struct wmi_pdev_tpc_config_event *ev, u32 rate_idx, u32 num_chains, u32 rate_code, u8 type) ath10k_tpc_config_get_rate() argument
4703 ath10k_tpc_config_disp_tables(struct ath10k *ar, struct wmi_pdev_tpc_config_event *ev, struct ath10k_tpc_stats *tpc_stats, u8 *rate_code, u16 *pream_table, u8 type) ath10k_tpc_config_disp_tables() argument
4864 u8 rate_code[WMI_TPC_RATE_MAX]; ath10k_wmi_event_pdev_tpc_config() local
4932 ath10k_wmi_tpc_final_get_rate(struct ath10k *ar, struct wmi_pdev_tpc_final_table_event *ev, u32 rate_idx, u32 num_chains, u32 rate_code, u8 type, u32 pream_idx) ath10k_wmi_tpc_final_get_rate() argument
5057 ath10k_wmi_tpc_stats_final_disp_tables(struct ath10k *ar, struct wmi_pdev_tpc_final_table_event *ev, struct ath10k_tpc_stats_final *tpc_stats, u8 *rate_code, u16 *pream_table, u8 type) ath10k_wmi_tpc_stats_final_disp_tables() argument
5121 u8 rate_code[WMI_TPC_FINAL_RATE_MAX]; ath10k_wmi_event_tpc_final_table() local
[all...]
H A Dmac.c3046 arg.rcode_flags = arvif->rate_code[i]; in ath10k_new_peer_tid_config()
6921 arsta->rate_code[arg->tid] > 0 || in ath10k_mac_set_tid_config()
6989 arvif->rate_code[arg->tid] || in ath10k_mac_set_tid_config()
7022 arvif->rate_code[arg->tid] = arg->rcode_flags; in ath10k_mac_set_tid_config()
7151 arsta->rate_code[i] = -1; in ath10k_mac_reset_tid_config()
7158 arvif->rate_code[i] = 0; in ath10k_mac_reset_tid_config()
7235 nss = ATH10K_HW_NSS(arvif->rate_code[i]); in ath10k_sta_tid_cfg_wk()
7237 arvif->rate_code[i], in ath10k_sta_tid_cfg_wk()
7253 arg.rcode_flags = arvif->rate_code[i]; in ath10k_sta_tid_cfg_wk()
9057 static void ath10k_mac_parse_bitrate(struct ath10k *ar, u32 rate_code, in ath10k_mac_parse_bitrate() argument
[all...]
H A Dhtt.h1020 u32 rate_code; member
H A Ddebug.c1531 tpc_stats->tpc_table[j].rate_code[i], in ath10k_tpc_stats_print()
H A Dwmi.h7510 void ath10k_wmi_tpc_config_get_rate_code(u8 *rate_code, u16 *pream_table,
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dcore.h354 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
H A Dwmi.c4660 u32 rate_code, u8 type) in ath10k_tpc_config_get_rate()
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()
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_id in ath10k_wmi_tpc_config_get_rate_code()
4657 ath10k_tpc_config_get_rate(struct ath10k *ar, struct wmi_pdev_tpc_config_event *ev, u32 rate_idx, u32 num_chains, u32 rate_code, u8 type) ath10k_tpc_config_get_rate() argument
4703 ath10k_tpc_config_disp_tables(struct ath10k *ar, struct wmi_pdev_tpc_config_event *ev, struct ath10k_tpc_stats *tpc_stats, u8 *rate_code, u16 *pream_table, u8 type) ath10k_tpc_config_disp_tables() argument
4864 u8 rate_code[WMI_TPC_RATE_MAX]; ath10k_wmi_event_pdev_tpc_config() local
4932 ath10k_wmi_tpc_final_get_rate(struct ath10k *ar, struct wmi_pdev_tpc_final_table_event *ev, u32 rate_idx, u32 num_chains, u32 rate_code, u8 type, u32 pream_idx) ath10k_wmi_tpc_final_get_rate() argument
5057 ath10k_wmi_tpc_stats_final_disp_tables(struct ath10k *ar, struct wmi_pdev_tpc_final_table_event *ev, struct ath10k_tpc_stats_final *tpc_stats, u8 *rate_code, u16 *pream_table, u8 type) ath10k_wmi_tpc_stats_final_disp_tables() argument
5121 u8 rate_code[WMI_TPC_FINAL_RATE_MAX]; ath10k_wmi_event_tpc_final_table() local
[all...]
H A Dmac.c3217 arg.rcode_flags = arvif->rate_code[i]; in ath10k_new_peer_tid_config()
7073 arsta->rate_code[arg->tid] > 0 || in ath10k_mac_set_tid_config()
7141 arvif->rate_code[arg->tid] || in ath10k_mac_set_tid_config()
7174 arvif->rate_code[arg->tid] = arg->rcode_flags; in ath10k_mac_set_tid_config()
7303 arsta->rate_code[i] = -1; in ath10k_mac_reset_tid_config()
7310 arvif->rate_code[i] = 0; in ath10k_mac_reset_tid_config()
7387 nss = ATH10K_HW_NSS(arvif->rate_code[i]); in ath10k_sta_tid_cfg_wk()
7389 arvif->rate_code[i], in ath10k_sta_tid_cfg_wk()
7405 arg.rcode_flags = arvif->rate_code[i]; in ath10k_sta_tid_cfg_wk()
9221 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.c1532 tpc_stats->tpc_table[j].rate_code[i], in ath10k_tpc_stats_print()
H A Dwmi.h7511 void ath10k_wmi_tpc_config_get_rate_code(u8 *rate_code, u16 *pream_table,
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dmac.c4398 u32 rate_code; in ath11k_mac_set_peer_vht_fixed_rate() local
4426 rate_code = ATH11K_HW_RATE_CODE(vht_rate, nss - 1, in ath11k_mac_set_peer_vht_fixed_rate()
4431 rate_code); in ath11k_mac_set_peer_vht_fixed_rate()
4435 sta->addr, rate_code, ret); in ath11k_mac_set_peer_vht_fixed_rate()
4448 u32 rate_code; in ath11k_mac_set_peer_he_fixed_rate() local
4476 rate_code = ATH11K_HW_RATE_CODE(he_rate, nss - 1, in ath11k_mac_set_peer_he_fixed_rate()
4482 rate_code); in ath11k_mac_set_peer_he_fixed_rate()
4486 sta->addr, rate_code, ret); in ath11k_mac_set_peer_he_fixed_rate()
4499 u32 rate_code; in ath11k_mac_set_peer_ht_fixed_rate() local
4525 rate_code in ath11k_mac_set_peer_ht_fixed_rate()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Dmac.c2643 u32 rate_code; in ath11k_mac_set_peer_vht_fixed_rate() local
2667 rate_code = ATH11K_HW_RATE_CODE(vht_rate, nss - 1, in ath11k_mac_set_peer_vht_fixed_rate()
2672 rate_code); in ath11k_mac_set_peer_vht_fixed_rate()
2676 sta->addr, rate_code, ret); in ath11k_mac_set_peer_vht_fixed_rate()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Dmac.c3297 u32 rate_code; in ath12k_mac_set_peer_vht_fixed_rate() local
3321 rate_code = ATH12K_HW_RATE_CODE(vht_rate, nss - 1, in ath12k_mac_set_peer_vht_fixed_rate()
3326 rate_code); in ath12k_mac_set_peer_vht_fixed_rate()
3330 sta->addr, rate_code, ret); in ath12k_mac_set_peer_vht_fixed_rate()

Completed in 116 milliseconds