Searched refs:pub_cfg (Results 1 – 3 of 3) sorted by relevance
88 struct rtw89_hfc_pub_cfg *pub_cfg = ¶m->pub_cfg; in hfc_get_mix_info_be() local120 pub_cfg->pub_max = u32_get_bits(val, B_BE_PUBPG_ALL_MASK); in hfc_get_mix_info_be()127 pub_cfg->wp_thrd = u32_get_bits(val, B_BE_WP_THRD_MASK); in hfc_get_mix_info_be()130 pub_cfg->grp0 = u32_get_bits(val, B_BE_PUBPG_G0_MASK); in hfc_get_mix_info_be()131 pub_cfg->grp1 = u32_get_bits(val, B_BE_PUBPG_G1_MASK); in hfc_get_mix_info_be()148 const struct rtw89_hfc_pub_cfg *pub_cfg = ¶m->pub_cfg; in hfc_mix_cfg_be() local155 val = u32_encode_bits(pub_cfg->pub_max, B_BE_PUBPG_ALL_MASK); in hfc_mix_cfg_be()
891 if (param_ini.pub_cfg) in hfc_reset_param()892 param->pub_cfg = *param_ini.pub_cfg; in hfc_reset_param()911 const struct rtw89_hfc_pub_cfg *pub_cfg = ¶m->pub_cfg; in hfc_ch_cfg_chk() local918 ch_cfg[ch].max > pub_cfg->pub_max) in hfc_ch_cfg_chk()929 const struct rtw89_hfc_pub_cfg *cfg = ¶m->pub_cfg; in hfc_pub_info_chk()945 const struct rtw89_hfc_pub_cfg *pub_cfg = ¶m->pub_cfg; in hfc_pub_cfg_chk() local947 if (pub_cfg->grp0 + pub_cfg->grp1 != pub_cfg->pub_max) in hfc_pub_cfg_chk()1012 const struct rtw89_hfc_pub_cfg *cfg = &rtwdev->mac.hfc_param.pub_cfg; in hfc_pub_ctrl()1039 struct rtw89_hfc_pub_cfg *pub_cfg = ¶m->pub_cfg; in hfc_get_mix_info_ax() local1075 pub_cfg->pub_max = u32_get_bits(val, B_AX_PUBPG_ALL_MASK); in hfc_get_mix_info_ax()[all …]
3830 struct rtw89_hfc_pub_cfg pub_cfg; member3837 const struct rtw89_hfc_pub_cfg *pub_cfg; member