| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_cap.c | 297 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 D | hal_init.c | 1315 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 D | hal_cap.c | 290 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 D | hal_init.c | 1315 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 D | phl_sw_cap.c | 487 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 D | phl_def.h | 1512 u8 txss; member 1524 u8 txss; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_sw_cap.c | 505 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 D | phl_def.h | 1533 u8 txss; member 1545 u8 txss; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/ |
| H A D | rtw_phl.h | 27 #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 D | rtw_phl.h | 27 #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 D | hal_test_mp_config.c | 99 (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 D | hal_test_mp_config.c | 99 (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 D | phl_test_mp_config.c | 303 arg->ant_tx = phl_com->phy_cap[mp->cur_phy].txss; in phl_mp_config_get_tx_nss()
|
| H A D | phl_test_mp_tx.c | 29 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 D | phl_test_mp_config.c | 303 arg->ant_tx = phl_com->phy_cap[mp->cur_phy].txss; in phl_mp_config_get_tx_nss()
|
| H A D | phl_test_mp_tx.c | 29 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 D | rtw_phl.c | 2851 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 D | rtw_phl.c | 2800 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 D | rtw_cfg.c | 1203 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 D | rtw_cfg.c | 1211 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()
|