Home
last modified time | relevance | path

Searched refs:rtw_sw_proto_bf_cap_phy1 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/
H A Drtw_cfg.c307 int rtw_sw_proto_bf_cap_phy1 = BIT(1) | BIT(7); variable
603 module_param(rtw_sw_proto_bf_cap_phy1, int, 0644);
1358 phl_com->proto_sw_cap[1].vht_su_bfmr = (rtw_sw_proto_bf_cap_phy1 & BIT0) ? 1 : 0; in rtw_core_update_default_setting()
1359 phl_com->proto_sw_cap[1].vht_su_bfme = (rtw_sw_proto_bf_cap_phy1 & BIT1) ? 1 : 0; in rtw_core_update_default_setting()
1360 phl_com->proto_sw_cap[1].vht_mu_bfmr = (rtw_sw_proto_bf_cap_phy1 & BIT2) ? 1 : 0; in rtw_core_update_default_setting()
1361 phl_com->proto_sw_cap[1].vht_mu_bfme = (rtw_sw_proto_bf_cap_phy1 & BIT3) ? 1 : 0; in rtw_core_update_default_setting()
1362 phl_com->proto_sw_cap[1].ht_su_bfmr = (rtw_sw_proto_bf_cap_phy1 & BIT4) ? 1 : 0; in rtw_core_update_default_setting()
1363 phl_com->proto_sw_cap[1].ht_su_bfme = (rtw_sw_proto_bf_cap_phy1 & BIT5) ? 1 : 0; in rtw_core_update_default_setting()
1364 phl_com->proto_sw_cap[1].he_su_bfmr = (rtw_sw_proto_bf_cap_phy1 & BIT6) ? 1 : 0; in rtw_core_update_default_setting()
1365 phl_com->proto_sw_cap[1].he_su_bfme = (rtw_sw_proto_bf_cap_phy1 & BIT7) ? 1 : 0; in rtw_core_update_default_setting()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/
H A Drtw_cfg.c320 int rtw_sw_proto_bf_cap_phy1 = BIT(1) | BIT(7); variable
611 module_param(rtw_sw_proto_bf_cap_phy1, int, 0644);
1384 phl_com->proto_sw_cap[1].vht_su_bfmr = (rtw_sw_proto_bf_cap_phy1 & BIT0) ? 1 : 0; in rtw_core_update_default_setting()
1385 phl_com->proto_sw_cap[1].vht_su_bfme = (rtw_sw_proto_bf_cap_phy1 & BIT1) ? 1 : 0; in rtw_core_update_default_setting()
1386 phl_com->proto_sw_cap[1].vht_mu_bfmr = (rtw_sw_proto_bf_cap_phy1 & BIT2) ? 1 : 0; in rtw_core_update_default_setting()
1387 phl_com->proto_sw_cap[1].vht_mu_bfme = (rtw_sw_proto_bf_cap_phy1 & BIT3) ? 1 : 0; in rtw_core_update_default_setting()
1388 phl_com->proto_sw_cap[1].ht_su_bfmr = (rtw_sw_proto_bf_cap_phy1 & BIT4) ? 1 : 0; in rtw_core_update_default_setting()
1389 phl_com->proto_sw_cap[1].ht_su_bfme = (rtw_sw_proto_bf_cap_phy1 & BIT5) ? 1 : 0; in rtw_core_update_default_setting()
1390 phl_com->proto_sw_cap[1].he_su_bfmr = (rtw_sw_proto_bf_cap_phy1 & BIT6) ? 1 : 0; in rtw_core_update_default_setting()
1391 phl_com->proto_sw_cap[1].he_su_bfme = (rtw_sw_proto_bf_cap_phy1 & BIT7) ? 1 : 0; in rtw_core_update_default_setting()
[all …]