Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/
H A Drtw_cfg.c306 int rtw_sw_proto_bf_cap_phy0 = BIT(1) | BIT(7); variable
602 module_param(rtw_sw_proto_bf_cap_phy0, int, 0644);
1346 phl_com->proto_sw_cap[0].vht_su_bfmr = (rtw_sw_proto_bf_cap_phy0 & BIT0) ? 1 : 0; in rtw_core_update_default_setting()
1347 phl_com->proto_sw_cap[0].vht_su_bfme = (rtw_sw_proto_bf_cap_phy0 & BIT1) ? 1 : 0; in rtw_core_update_default_setting()
1348 phl_com->proto_sw_cap[0].vht_mu_bfmr = (rtw_sw_proto_bf_cap_phy0 & BIT2) ? 1 : 0; in rtw_core_update_default_setting()
1349 phl_com->proto_sw_cap[0].vht_mu_bfme = (rtw_sw_proto_bf_cap_phy0 & BIT3) ? 1 : 0; in rtw_core_update_default_setting()
1350 phl_com->proto_sw_cap[0].ht_su_bfmr = (rtw_sw_proto_bf_cap_phy0 & BIT4) ? 1 : 0; in rtw_core_update_default_setting()
1351 phl_com->proto_sw_cap[0].ht_su_bfme = (rtw_sw_proto_bf_cap_phy0 & BIT5) ? 1 : 0; in rtw_core_update_default_setting()
1352 phl_com->proto_sw_cap[0].he_su_bfmr = (rtw_sw_proto_bf_cap_phy0 & BIT6) ? 1 : 0; in rtw_core_update_default_setting()
1353 phl_com->proto_sw_cap[0].he_su_bfme = (rtw_sw_proto_bf_cap_phy0 & BIT7) ? 1 : 0; in rtw_core_update_default_setting()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/
H A Drtw_cfg.c319 int rtw_sw_proto_bf_cap_phy0 = BIT(1) | BIT(7); variable
610 module_param(rtw_sw_proto_bf_cap_phy0, int, 0644);
1372 phl_com->proto_sw_cap[0].vht_su_bfmr = (rtw_sw_proto_bf_cap_phy0 & BIT0) ? 1 : 0; in rtw_core_update_default_setting()
1373 phl_com->proto_sw_cap[0].vht_su_bfme = (rtw_sw_proto_bf_cap_phy0 & BIT1) ? 1 : 0; in rtw_core_update_default_setting()
1374 phl_com->proto_sw_cap[0].vht_mu_bfmr = (rtw_sw_proto_bf_cap_phy0 & BIT2) ? 1 : 0; in rtw_core_update_default_setting()
1375 phl_com->proto_sw_cap[0].vht_mu_bfme = (rtw_sw_proto_bf_cap_phy0 & BIT3) ? 1 : 0; in rtw_core_update_default_setting()
1376 phl_com->proto_sw_cap[0].ht_su_bfmr = (rtw_sw_proto_bf_cap_phy0 & BIT4) ? 1 : 0; in rtw_core_update_default_setting()
1377 phl_com->proto_sw_cap[0].ht_su_bfme = (rtw_sw_proto_bf_cap_phy0 & BIT5) ? 1 : 0; in rtw_core_update_default_setting()
1378 phl_com->proto_sw_cap[0].he_su_bfmr = (rtw_sw_proto_bf_cap_phy0 & BIT6) ? 1 : 0; in rtw_core_update_default_setting()
1379 phl_com->proto_sw_cap[0].he_su_bfme = (rtw_sw_proto_bf_cap_phy0 & BIT7) ? 1 : 0; in rtw_core_update_default_setting()
[all …]