Home
last modified time | relevance | path

Searched refs:prec_cfg (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dmac_be.c87 struct rtw89_hfc_prec_cfg *prec_cfg = &param->prec_cfg; in hfc_get_mix_info_be() local
110 prec_cfg->wp_ch07_full_cond = in hfc_get_mix_info_be()
112 prec_cfg->wp_ch811_full_cond = in hfc_get_mix_info_be()
116 prec_cfg->ch011_prec = u32_get_bits(val, B_BE_PREC_PAGE_CH011_V1_MASK); in hfc_get_mix_info_be()
117 prec_cfg->h2c_prec = u32_get_bits(val, B_BE_PREC_PAGE_CH12_V1_MASK); in hfc_get_mix_info_be()
137 const struct rtw89_hfc_prec_cfg *prec_cfg = &param->prec_cfg; in hfc_h2c_cfg_be() local
147 const struct rtw89_hfc_prec_cfg *prec_cfg = &param->prec_cfg; in hfc_mix_cfg_be() local
164 val = u32_replace_bits(val, prec_cfg->ch011_full_cond, in hfc_mix_cfg_be()
166 val = u32_replace_bits(val, prec_cfg->h2c_full_cond, in hfc_mix_cfg_be()
168 val = u32_replace_bits(val, prec_cfg->wp_ch07_full_cond, in hfc_mix_cfg_be()
[all …]
H A Dmac.c894 if (param_ini.prec_cfg) in hfc_reset_param()
895 param->prec_cfg = *param_ini.prec_cfg; in hfc_reset_param()
912 const struct rtw89_hfc_prec_cfg *prec_cfg = &param->prec_cfg; in hfc_ch_cfg_chk() local
1040 struct rtw89_hfc_prec_cfg *prec_cfg = &param->prec_cfg; in hfc_get_mix_info_ax() local
1061 prec_cfg->ch011_full_cond = in hfc_get_mix_info_ax()
1063 prec_cfg->h2c_full_cond = in hfc_get_mix_info_ax()
1065 prec_cfg->wp_ch07_full_cond = in hfc_get_mix_info_ax()
1067 prec_cfg->wp_ch811_full_cond = in hfc_get_mix_info_ax()
1113 const struct rtw89_hfc_prec_cfg *prec_cfg = &param->prec_cfg; in hfc_h2c_cfg_ax() local
1121 prec_cfg->h2c_full_cond); in hfc_h2c_cfg_ax()
[all …]
H A Dcore.h3834 struct rtw89_hfc_prec_cfg prec_cfg; member
3840 const struct rtw89_hfc_prec_cfg *prec_cfg; member