Home
last modified time | relevance | path

Searched refs:stbc_he_tx (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_cap.c572 proto_cap->stbc_he_tx = in rtw_hal_get_stbc_proto_cap()
573 (sw_cap->stbc_he_tx && hw_cap->stbc_he_tx) ? 1 : 0; in rtw_hal_get_stbc_proto_cap()
599 __func__, proto_cap->stbc_he_tx); in rtw_hal_get_stbc_proto_cap()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_sw_cap.c375 (proto_cap.stbc_he_tx)) { in _phl_init_proto_stbc_cap()
376 proto_role_cap->stbc_he_tx = 0; in _phl_init_proto_stbc_cap()
379 proto_role_cap->stbc_he_tx = proto_cap.stbc_he_tx; in _phl_init_proto_stbc_cap()
H A Dphl_def.h1056 u8 stbc_he_tx:1; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_sw_cap.c391 (proto_cap.stbc_he_tx)) { in _phl_init_proto_stbc_cap()
392 proto_role_cap->stbc_he_tx = 0; in _phl_init_proto_stbc_cap()
395 proto_role_cap->stbc_he_tx = proto_cap.stbc_he_tx; in _phl_init_proto_stbc_cap()
H A Dphl_def.h1059 u8 stbc_he_tx:1; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_cap.c565 proto_cap->stbc_he_tx = in rtw_hal_get_stbc_proto_cap()
566 (sw_cap->stbc_he_tx && hw_cap->stbc_he_tx) ? 1 : 0; in rtw_hal_get_stbc_proto_cap()
592 __func__, proto_cap->stbc_he_tx); in rtw_hal_get_stbc_proto_cap()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/rtl8852b/
H A Drtl8852b_halinit.c107 hw_proto_cap[0].stbc_he_tx = 1; in init_hal_spec_8852b()
108 hw_proto_cap[1].stbc_he_tx = 1; in init_hal_spec_8852b()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/rtl8852b/
H A Drtl8852b_halinit.c107 hw_proto_cap[0].stbc_he_tx = 1; in init_hal_spec_8852b()
108 hw_proto_cap[1].stbc_he_tx = 1; in init_hal_spec_8852b()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_he.c351 phl_sta->asoc_cap.stbc_he_tx = GET_HE_PHY_CAP_STBC_TX_LESS_THAN_80MHZ(ele_start); in update_sta_he_phy_cap_apmode()
352 …->asoc_cap.stbc_he_rx = (GET_HE_PHY_CAP_STBC_RX_LESS_THAN_80MHZ(ele_start) & role_cap->stbc_he_tx); in update_sta_he_phy_cap_apmode()
521 phl_sta->asoc_cap.stbc_he_tx = GET_HE_PHY_CAP_STBC_TX_LESS_THAN_80MHZ(ele_start); in HE_phy_caps_handler()
522 …->asoc_cap.stbc_he_rx = (GET_HE_PHY_CAP_STBC_RX_LESS_THAN_80MHZ(ele_start) & role_cap->stbc_he_tx); in HE_phy_caps_handler()
946 if (proto_cap->stbc_he_tx) in rtw_build_he_phy_caps()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_he.c351 phl_sta->asoc_cap.stbc_he_tx = GET_HE_PHY_CAP_STBC_TX_LESS_THAN_80MHZ(ele_start); in update_sta_he_phy_cap_apmode()
352 …->asoc_cap.stbc_he_rx = (GET_HE_PHY_CAP_STBC_RX_LESS_THAN_80MHZ(ele_start) & role_cap->stbc_he_tx); in update_sta_he_phy_cap_apmode()
521 phl_sta->asoc_cap.stbc_he_tx = GET_HE_PHY_CAP_STBC_TX_LESS_THAN_80MHZ(ele_start); in HE_phy_caps_handler()
522 …->asoc_cap.stbc_he_rx = (GET_HE_PHY_CAP_STBC_RX_LESS_THAN_80MHZ(ele_start) & role_cap->stbc_he_tx); in HE_phy_caps_handler()
946 if (proto_cap->stbc_he_tx) in rtw_build_he_phy_caps()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/
H A Drtw_cfg.c1313 phl_com->proto_sw_cap[0].stbc_he_tx = (rtw_stbc_cap & BIT10) ? 1 : 0; in rtw_core_update_default_setting()
1324 phl_com->proto_sw_cap[1].stbc_he_tx = (rtw_stbc_cap & BIT10) ? 1 : 0; in rtw_core_update_default_setting()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/
H A Drtw_cfg.c1339 phl_com->proto_sw_cap[0].stbc_he_tx = (rtw_stbc_cap & BIT10) ? 1 : 0; in rtw_core_update_default_setting()
1350 phl_com->proto_sw_cap[1].stbc_he_tx = (rtw_stbc_cap & BIT10) ? 1 : 0; in rtw_core_update_default_setting()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/btc/
H A Dhal_btc.c1403 r->stbc_he_tx = (u32)sta->asoc_cap.stbc_he_tx; in _ntfy_role_info()
H A Dhal_btc.h981 u32 stbc_he_tx:1; member