Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/dev/rtw89/
HDmac_be.c88 struct rtw89_hfc_pub_cfg *pub_cfg = &param->pub_cfg; in hfc_get_mix_info_be() local
120 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 = &param->pub_cfg; in hfc_mix_cfg_be() local
155 val = u32_encode_bits(pub_cfg->pub_max, B_BE_PUBPG_ALL_MASK); in hfc_mix_cfg_be()
HDmac.c891 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 = &param->pub_cfg; in hfc_ch_cfg_chk() local
918 ch_cfg[ch].max > pub_cfg->pub_max) in hfc_ch_cfg_chk()
929 const struct rtw89_hfc_pub_cfg *cfg = &param->pub_cfg; in hfc_pub_info_chk()
945 const struct rtw89_hfc_pub_cfg *pub_cfg = &param->pub_cfg; in hfc_pub_cfg_chk() local
947 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 = &param->pub_cfg; in hfc_get_mix_info_ax() local
1075 pub_cfg->pub_max = u32_get_bits(val, B_AX_PUBPG_ALL_MASK); in hfc_get_mix_info_ax()
[all …]
HDcore.h3830 struct rtw89_hfc_pub_cfg pub_cfg; member
3837 const struct rtw89_hfc_pub_cfg *pub_cfg; member