Home
last modified time | relevance | path

Searched refs:txss (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_cap.c297 phy_cap[0].txss = (phy_sw[0].txss)?((phy_sw[0].txss > phy_hw[0].tx_num)? in rtw_hal_final_cap_decision()
298 phy_hw[0].tx_num:phy_sw[0].txss):phy_hw[0].tx_num; in rtw_hal_final_cap_decision()
301 phy_cap[1].txss = (phy_sw[1].txss)?((phy_sw[1].txss > phy_hw[1].tx_num)? in rtw_hal_final_cap_decision()
302 phy_hw[1].tx_num:phy_sw[1].txss):phy_hw[1].tx_num; in rtw_hal_final_cap_decision()
H A Dhal_init.c1315 if (phl_com->phy_cap[0].txss < hal_info->hal_com->rfpath_tx_num) in rtw_hal_start()
1316 hal_info->hal_com->rfpath_tx_num = phl_com->phy_cap[0].txss; in rtw_hal_start()
1321 rtw_hal_bb_trx_path_cfg(hal_info, tx, phl_com->phy_cap[0].txss, in rtw_hal_start()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_cap.c290 phy_cap[0].txss = (phy_sw[0].txss)?((phy_sw[0].txss > phy_hw[0].tx_num)? in rtw_hal_final_cap_decision()
291 phy_hw[0].tx_num:phy_sw[0].txss):phy_hw[0].tx_num; in rtw_hal_final_cap_decision()
294 phy_cap[1].txss = (phy_sw[1].txss)?((phy_sw[1].txss > phy_hw[1].tx_num)? in rtw_hal_final_cap_decision()
295 phy_hw[1].tx_num:phy_sw[1].txss):phy_hw[1].tx_num; in rtw_hal_final_cap_decision()
H A Dhal_init.c1315 if (phl_com->phy_cap[0].txss < hal_info->hal_com->rfpath_tx_num) in rtw_hal_start()
1316 hal_info->hal_com->rfpath_tx_num = phl_com->phy_cap[0].txss; in rtw_hal_start()
1321 rtw_hal_bb_trx_path_cfg(hal_info, tx, phl_com->phy_cap[0].txss, in rtw_hal_start()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_sw_cap.c487 switch (phl_com->phy_cap[hw_band].txss) { in _phl_init_protocol_cap()
591 phl_com->phy_cap[hw_band].txss; in _phl_init_protocol_cap()
649 switch (phl_com->phy_cap[hw_band].txss) { in _phl_init_protocol_cap()
758 phl_com->phy_cap[hw_band].txss; in _phl_init_protocol_cap()
H A Dphl_def.h1512 u8 txss; member
1524 u8 txss; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_sw_cap.c505 switch (phl_com->phy_cap[hw_band].txss) { in _phl_init_protocol_cap()
609 phl_com->phy_cap[hw_band].txss; in _phl_init_protocol_cap()
667 switch (phl_com->phy_cap[hw_band].txss) { in _phl_init_protocol_cap()
776 phl_com->phy_cap[hw_band].txss; in _phl_init_protocol_cap()
H A Dphl_def.h1533 u8 txss; member
1545 u8 txss; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Drtw_phl.h27 #define GET_PHY_TX_NSS_BY_BAND(_adapter, _band) ((GET_PHY_CAP(_adapter->dvobj, _band))->txss)
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Drtw_phl.h27 #define GET_PHY_TX_NSS_BY_BAND(_adapter, _band) ((GET_PHY_CAP(_adapter->dvobj, _band))->txss)
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/test/mp/
H A Dhal_test_mp_config.c99 (phl_com->phy_cap[mp->cur_phy].txss == 1)) { in rtw_hal_mp_config_set_trx_path()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/test/mp/
H A Dhal_test_mp_config.c99 (phl_com->phy_cap[mp->cur_phy].txss == 1)) { in rtw_hal_mp_config_set_trx_path()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/mp/
H A Dphl_test_mp_config.c303 arg->ant_tx = phl_com->phy_cap[mp->cur_phy].txss; in phl_mp_config_get_tx_nss()
H A Dphl_test_mp_tx.c29 if(arg->nss > phl_com->phy_cap[mp->cur_phy].txss){ in phl_mp_get_plcp_usr_info()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/mp/
H A Dphl_test_mp_config.c303 arg->ant_tx = phl_com->phy_cap[mp->cur_phy].txss; in phl_mp_config_get_tx_nss()
H A Dphl_test_mp_tx.c29 if(arg->nss > phl_com->phy_cap[mp->cur_phy].txss){ in phl_mp_get_plcp_usr_info()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_phl.c2851 u8 txss = 0; in get_phy_tx_nss() local
2854 txss = GET_PHY_TX_NSS_BY_BAND(adapter, adapter->phl_role->hw_band); in get_phy_tx_nss()
2858 return txss; in get_phy_tx_nss()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_phl.c2800 u8 txss = 0; in get_phy_tx_nss() local
2803 txss = GET_PHY_TX_NSS_BY_BAND(adapter, adapter->phl_role->hw_band); in get_phy_tx_nss()
2807 return txss; in get_phy_tx_nss()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/
H A Drtw_cfg.c1203 phl_com->phy_sw_cap[0].txss = rtw_tx_nss; in rtw_core_update_default_setting()
1209 phl_com->phy_sw_cap[1].txss = rtw_tx_nss; in rtw_core_update_default_setting()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/
H A Drtw_cfg.c1211 phl_com->phy_sw_cap[0].txss = rtw_tx_nss; in rtw_core_update_default_setting()
1217 phl_com->phy_sw_cap[1].txss = rtw_tx_nss; in rtw_core_update_default_setting()