| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/rtl8821c/ |
| H A D | rtl8821c_phy.c | 310 hal->phy_spec.trx_cap = query_phydm_trx_capability(phydm); in rtl8821c_phy_init() 311 hal->phy_spec.stbc_cap = query_phydm_stbc_capability(phydm); in rtl8821c_phy_init() 312 hal->phy_spec.ldpc_cap = query_phydm_ldpc_capability(phydm); in rtl8821c_phy_init() 313 hal->phy_spec.txbf_param = query_phydm_txbf_parameters(phydm); in rtl8821c_phy_init() 314 hal->phy_spec.txbf_cap = query_phydm_txbf_capability(phydm); in rtl8821c_phy_init()
|
| H A D | rtl8821c_ops.c | 2659 *(u8 *)pval = ((hal->phy_spec.ldpc_cap >> 8) & 0xFF) ? _TRUE : _FALSE; in rtl8821c_gethaldefvar() 2663 *(u8 *)pval = (hal->phy_spec.ldpc_cap & 0xFF) ? _TRUE : _FALSE; in rtl8821c_gethaldefvar() 2667 *(u8 *)pval = (((hal->phy_spec.stbc_cap >> 8) & 0xFF) && hal->max_tx_cnt > 1) ? _TRUE : _FALSE; in rtl8821c_gethaldefvar() 2672 *(u8 *)pval = hal->phy_spec.stbc_cap & 0xFF; in rtl8821c_gethaldefvar() 2678 *(u8 *)pval = ((hal->phy_spec.txbf_cap >> 20)& 0xF) ? _TRUE : _FALSE; in rtl8821c_gethaldefvar() 2686 *(u8 *)pval = ((hal->phy_spec.txbf_cap >> 16) & 0xF) ? _TRUE : _FALSE; in rtl8821c_gethaldefvar() 2695 *(u8 *)pval = ((hal->phy_spec.txbf_cap >> 28)& 0xF) ? _TRUE : _FALSE; in rtl8821c_gethaldefvar() 2703 *(u8 *)pval = ((hal->phy_spec.txbf_cap >> 24)& 0xF) ? _TRUE : _FALSE; in rtl8821c_gethaldefvar() 2710 *(u8 *)pval = (hal->phy_spec.txbf_param >> 24)& 0xFF ; in rtl8821c_gethaldefvar() 2714 *(u8 *)pval = (hal->phy_spec.txbf_param >> 16) & 0xFF ; in rtl8821c_gethaldefvar()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/rtl8821c/ |
| H A D | rtl8821c_phy.c | 311 hal->phy_spec.trx_cap = query_phydm_trx_capability(phydm); in rtl8821c_phy_init() 312 hal->phy_spec.stbc_cap = query_phydm_stbc_capability(phydm); in rtl8821c_phy_init() 313 hal->phy_spec.ldpc_cap = query_phydm_ldpc_capability(phydm); in rtl8821c_phy_init() 314 hal->phy_spec.txbf_param = query_phydm_txbf_parameters(phydm); in rtl8821c_phy_init() 315 hal->phy_spec.txbf_cap = query_phydm_txbf_capability(phydm); in rtl8821c_phy_init()
|
| H A D | rtl8821c_ops.c | 2661 *(u8 *)pval = ((hal->phy_spec.ldpc_cap >> 8) & 0xFF) ? _TRUE : _FALSE; in rtl8821c_gethaldefvar() 2665 *(u8 *)pval = (hal->phy_spec.ldpc_cap & 0xFF) ? _TRUE : _FALSE; in rtl8821c_gethaldefvar() 2669 *(u8 *)pval = (((hal->phy_spec.stbc_cap >> 8) & 0xFF) && hal->max_tx_cnt > 1) ? _TRUE : _FALSE; in rtl8821c_gethaldefvar() 2674 *(u8 *)pval = hal->phy_spec.stbc_cap & 0xFF; in rtl8821c_gethaldefvar() 2680 *(u8 *)pval = ((hal->phy_spec.txbf_cap >> 20)& 0xF) ? _TRUE : _FALSE; in rtl8821c_gethaldefvar() 2688 *(u8 *)pval = ((hal->phy_spec.txbf_cap >> 16) & 0xF) ? _TRUE : _FALSE; in rtl8821c_gethaldefvar() 2697 *(u8 *)pval = ((hal->phy_spec.txbf_cap >> 28)& 0xF) ? _TRUE : _FALSE; in rtl8821c_gethaldefvar() 2705 *(u8 *)pval = ((hal->phy_spec.txbf_cap >> 24)& 0xF) ? _TRUE : _FALSE; in rtl8821c_gethaldefvar() 2712 *(u8 *)pval = (hal->phy_spec.txbf_param >> 24)& 0xFF ; in rtl8821c_gethaldefvar() 2716 *(u8 *)pval = (hal->phy_spec.txbf_param >> 16) & 0xFF ; in rtl8821c_gethaldefvar()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/ |
| H A D | hal_com.c | 10099 struct phy_spec_t *phy_spec = &pHalData->phy_spec; in rtw_dump_phy_cap() local 10101 RTW_PRINT_SEL(sel, "[PHY SPEC] TRx Capability : 0x%08x\n", phy_spec->trx_cap); in rtw_dump_phy_cap() 10102 …RTW_PRINT_SEL(sel, "[PHY SPEC] Tx Stream Num Index : %d\n", (phy_spec->trx_cap >> 24) & 0xFF); /*T… in rtw_dump_phy_cap() 10103 …RTW_PRINT_SEL(sel, "[PHY SPEC] Rx Stream Num Index : %d\n", (phy_spec->trx_cap >> 16) & 0xFF); /*R… in rtw_dump_phy_cap() 10104 …RTW_PRINT_SEL(sel, "[PHY SPEC] Tx Path Num Index : %d\n", (phy_spec->trx_cap >> 8) & 0xFF);/*Tx Pa… in rtw_dump_phy_cap() 10105 …RTW_PRINT_SEL(sel, "[PHY SPEC] Rx Path Num Index : %d\n", (phy_spec->trx_cap & 0xFF));/*Rx Path Nu… in rtw_dump_phy_cap() 10107 RTW_PRINT_SEL(sel, "[PHY SPEC] STBC Capability : 0x%08x\n", phy_spec->stbc_cap); in rtw_dump_phy_cap() 10108 …RTW_PRINT_SEL(sel, "[PHY SPEC] VHT STBC Tx : %s\n", ((phy_spec->stbc_cap >> 24) & 0xFF) ? "Support… in rtw_dump_phy_cap() 10109 …RTW_PRINT_SEL(sel, "[PHY SPEC] VHT STBC Rx : %s\n", ((phy_spec->stbc_cap >> 16) & 0xFF) ? "Support… in rtw_dump_phy_cap() 10110 …RTW_PRINT_SEL(sel, "[PHY SPEC] HT STBC Tx : %s\n", ((phy_spec->stbc_cap >> 8) & 0xFF) ? "Supported… in rtw_dump_phy_cap() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/ |
| H A D | hal_com.c | 12289 struct phy_spec_t *phy_spec = &pHalData->phy_spec; in rtw_dump_phy_cap_by_phydmapi() local 12291 RTW_PRINT_SEL(sel, "[PHY SPEC] TRx Capability : 0x%08x\n", phy_spec->trx_cap); in rtw_dump_phy_cap_by_phydmapi() 12292 …RTW_PRINT_SEL(sel, "[PHY SPEC] Tx Stream Num Index : %d\n", (phy_spec->trx_cap >> 24) & 0xFF); /*T… in rtw_dump_phy_cap_by_phydmapi() 12293 …RTW_PRINT_SEL(sel, "[PHY SPEC] Rx Stream Num Index : %d\n", (phy_spec->trx_cap >> 16) & 0xFF); /*R… in rtw_dump_phy_cap_by_phydmapi() 12294 …RTW_PRINT_SEL(sel, "[PHY SPEC] Tx Path Num Index : %d\n", (phy_spec->trx_cap >> 8) & 0xFF);/*Tx Pa… in rtw_dump_phy_cap_by_phydmapi() 12295 …RTW_PRINT_SEL(sel, "[PHY SPEC] Rx Path Num Index : %d\n\n", (phy_spec->trx_cap & 0xFF));/*Rx Path … in rtw_dump_phy_cap_by_phydmapi() 12297 RTW_PRINT_SEL(sel, "[PHY SPEC] STBC Capability : 0x%08x\n", phy_spec->stbc_cap); in rtw_dump_phy_cap_by_phydmapi() 12298 …RTW_PRINT_SEL(sel, "[PHY SPEC] VHT STBC Tx : %s\n", ((phy_spec->stbc_cap >> 24) & 0xFF) ? "Support… in rtw_dump_phy_cap_by_phydmapi() 12305 RTW_PRINT_SEL(sel, "[PHY SPEC] VHT STBC Rx :%d\n", ((phy_spec->stbc_cap >> 16) & 0xFF)); in rtw_dump_phy_cap_by_phydmapi() 12306 …RTW_PRINT_SEL(sel, "[PHY SPEC] HT STBC Tx : %s\n", ((phy_spec->stbc_cap >> 8) & 0xFF) ? "Supported… in rtw_dump_phy_cap_by_phydmapi() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/ |
| H A D | hal_com.c | 14714 struct phy_spec_t *phy_spec = &pHalData->phy_spec; in rtw_dump_phy_cap_by_phydmapi() local 14716 RTW_PRINT_SEL(sel, "[PHY SPEC] TRx Capability : 0x%08x\n", phy_spec->trx_cap); in rtw_dump_phy_cap_by_phydmapi() 14717 …RTW_PRINT_SEL(sel, "[PHY SPEC] Tx Stream Num Index : %d\n", (phy_spec->trx_cap >> 24) & 0xFF); /*T… in rtw_dump_phy_cap_by_phydmapi() 14718 …RTW_PRINT_SEL(sel, "[PHY SPEC] Rx Stream Num Index : %d\n", (phy_spec->trx_cap >> 16) & 0xFF); /*R… in rtw_dump_phy_cap_by_phydmapi() 14719 …RTW_PRINT_SEL(sel, "[PHY SPEC] Tx Path Num Index : %d\n", (phy_spec->trx_cap >> 8) & 0xFF);/*Tx Pa… in rtw_dump_phy_cap_by_phydmapi() 14720 …RTW_PRINT_SEL(sel, "[PHY SPEC] Rx Path Num Index : %d\n\n", (phy_spec->trx_cap & 0xFF));/*Rx Path … in rtw_dump_phy_cap_by_phydmapi() 14722 RTW_PRINT_SEL(sel, "[PHY SPEC] STBC Capability : 0x%08x\n", phy_spec->stbc_cap); in rtw_dump_phy_cap_by_phydmapi() 14723 …RTW_PRINT_SEL(sel, "[PHY SPEC] VHT STBC Tx : %s\n", ((phy_spec->stbc_cap >> 24) & 0xFF) ? "Support… in rtw_dump_phy_cap_by_phydmapi() 14730 RTW_PRINT_SEL(sel, "[PHY SPEC] VHT STBC Rx :%d\n", ((phy_spec->stbc_cap >> 16) & 0xFF)); in rtw_dump_phy_cap_by_phydmapi() 14731 …RTW_PRINT_SEL(sel, "[PHY SPEC] HT STBC Tx : %s\n", ((phy_spec->stbc_cap >> 8) & 0xFF) ? "Supported… in rtw_dump_phy_cap_by_phydmapi() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/ |
| H A D | hal_com.c | 15169 struct phy_spec_t *phy_spec = &pHalData->phy_spec; in rtw_dump_phy_cap_by_phydmapi() local 15171 RTW_PRINT_SEL(sel, "[PHY SPEC] TRx Capability : 0x%08x\n", phy_spec->trx_cap); in rtw_dump_phy_cap_by_phydmapi() 15172 …RTW_PRINT_SEL(sel, "[PHY SPEC] Tx Stream Num Index : %d\n", (phy_spec->trx_cap >> 24) & 0xFF); /*T… in rtw_dump_phy_cap_by_phydmapi() 15173 …RTW_PRINT_SEL(sel, "[PHY SPEC] Rx Stream Num Index : %d\n", (phy_spec->trx_cap >> 16) & 0xFF); /*R… in rtw_dump_phy_cap_by_phydmapi() 15174 …RTW_PRINT_SEL(sel, "[PHY SPEC] Tx Path Num Index : %d\n", (phy_spec->trx_cap >> 8) & 0xFF);/*Tx Pa… in rtw_dump_phy_cap_by_phydmapi() 15175 …RTW_PRINT_SEL(sel, "[PHY SPEC] Rx Path Num Index : %d\n\n", (phy_spec->trx_cap & 0xFF));/*Rx Path … in rtw_dump_phy_cap_by_phydmapi() 15177 RTW_PRINT_SEL(sel, "[PHY SPEC] STBC Capability : 0x%08x\n", phy_spec->stbc_cap); in rtw_dump_phy_cap_by_phydmapi() 15178 …RTW_PRINT_SEL(sel, "[PHY SPEC] VHT STBC Tx : %s\n", ((phy_spec->stbc_cap >> 24) & 0xFF) ? "Support… in rtw_dump_phy_cap_by_phydmapi() 15185 RTW_PRINT_SEL(sel, "[PHY SPEC] VHT STBC Rx :%d\n", ((phy_spec->stbc_cap >> 16) & 0xFF)); in rtw_dump_phy_cap_by_phydmapi() 15186 …RTW_PRINT_SEL(sel, "[PHY SPEC] HT STBC Tx : %s\n", ((phy_spec->stbc_cap >> 8) & 0xFF) ? "Supported… in rtw_dump_phy_cap_by_phydmapi() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/ |
| H A D | hal_com.c | 15383 struct phy_spec_t *phy_spec = &pHalData->phy_spec; in rtw_dump_phy_cap_by_phydmapi() local 15385 RTW_PRINT_SEL(sel, "[PHY SPEC] TRx Capability : 0x%08x\n", phy_spec->trx_cap); in rtw_dump_phy_cap_by_phydmapi() 15386 …RTW_PRINT_SEL(sel, "[PHY SPEC] Tx Stream Num Index : %d\n", (phy_spec->trx_cap >> 24) & 0xFF); /*T… in rtw_dump_phy_cap_by_phydmapi() 15387 …RTW_PRINT_SEL(sel, "[PHY SPEC] Rx Stream Num Index : %d\n", (phy_spec->trx_cap >> 16) & 0xFF); /*R… in rtw_dump_phy_cap_by_phydmapi() 15388 …RTW_PRINT_SEL(sel, "[PHY SPEC] Tx Path Num Index : %d\n", (phy_spec->trx_cap >> 8) & 0xFF);/*Tx Pa… in rtw_dump_phy_cap_by_phydmapi() 15389 …RTW_PRINT_SEL(sel, "[PHY SPEC] Rx Path Num Index : %d\n\n", (phy_spec->trx_cap & 0xFF));/*Rx Path … in rtw_dump_phy_cap_by_phydmapi() 15391 RTW_PRINT_SEL(sel, "[PHY SPEC] STBC Capability : 0x%08x\n", phy_spec->stbc_cap); in rtw_dump_phy_cap_by_phydmapi() 15392 …RTW_PRINT_SEL(sel, "[PHY SPEC] VHT STBC Tx : %s\n", ((phy_spec->stbc_cap >> 24) & 0xFF) ? "Support… in rtw_dump_phy_cap_by_phydmapi() 15399 RTW_PRINT_SEL(sel, "[PHY SPEC] VHT STBC Rx :%d\n", ((phy_spec->stbc_cap >> 16) & 0xFF)); in rtw_dump_phy_cap_by_phydmapi() 15400 …RTW_PRINT_SEL(sel, "[PHY SPEC] HT STBC Tx : %s\n", ((phy_spec->stbc_cap >> 8) & 0xFF) ? "Supported… in rtw_dump_phy_cap_by_phydmapi() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/ |
| H A D | hal_com.c | 14971 struct phy_spec_t *phy_spec = &pHalData->phy_spec; in rtw_dump_phy_cap_by_phydmapi() local 14973 RTW_PRINT_SEL(sel, "[PHY SPEC] TRx Capability : 0x%08x\n", phy_spec->trx_cap); in rtw_dump_phy_cap_by_phydmapi() 14974 …RTW_PRINT_SEL(sel, "[PHY SPEC] Tx Stream Num Index : %d\n", (phy_spec->trx_cap >> 24) & 0xFF); /*T… in rtw_dump_phy_cap_by_phydmapi() 14975 …RTW_PRINT_SEL(sel, "[PHY SPEC] Rx Stream Num Index : %d\n", (phy_spec->trx_cap >> 16) & 0xFF); /*R… in rtw_dump_phy_cap_by_phydmapi() 14976 …RTW_PRINT_SEL(sel, "[PHY SPEC] Tx Path Num Index : %d\n", (phy_spec->trx_cap >> 8) & 0xFF);/*Tx Pa… in rtw_dump_phy_cap_by_phydmapi() 14977 …RTW_PRINT_SEL(sel, "[PHY SPEC] Rx Path Num Index : %d\n\n", (phy_spec->trx_cap & 0xFF));/*Rx Path … in rtw_dump_phy_cap_by_phydmapi() 14979 RTW_PRINT_SEL(sel, "[PHY SPEC] STBC Capability : 0x%08x\n", phy_spec->stbc_cap); in rtw_dump_phy_cap_by_phydmapi() 14980 …RTW_PRINT_SEL(sel, "[PHY SPEC] VHT STBC Tx : %s\n", ((phy_spec->stbc_cap >> 24) & 0xFF) ? "Support… in rtw_dump_phy_cap_by_phydmapi() 14987 RTW_PRINT_SEL(sel, "[PHY SPEC] VHT STBC Rx :%d\n", ((phy_spec->stbc_cap >> 16) & 0xFF)); in rtw_dump_phy_cap_by_phydmapi() 14988 …RTW_PRINT_SEL(sel, "[PHY SPEC] HT STBC Tx : %s\n", ((phy_spec->stbc_cap >> 8) & 0xFF) ? "Supported… in rtw_dump_phy_cap_by_phydmapi() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/ |
| H A D | hal_com.c | 14972 struct phy_spec_t *phy_spec = &pHalData->phy_spec; in rtw_dump_phy_cap_by_phydmapi() local 14974 RTW_PRINT_SEL(sel, "[PHY SPEC] TRx Capability : 0x%08x\n", phy_spec->trx_cap); in rtw_dump_phy_cap_by_phydmapi() 14975 …RTW_PRINT_SEL(sel, "[PHY SPEC] Tx Stream Num Index : %d\n", (phy_spec->trx_cap >> 24) & 0xFF); /*T… in rtw_dump_phy_cap_by_phydmapi() 14976 …RTW_PRINT_SEL(sel, "[PHY SPEC] Rx Stream Num Index : %d\n", (phy_spec->trx_cap >> 16) & 0xFF); /*R… in rtw_dump_phy_cap_by_phydmapi() 14977 …RTW_PRINT_SEL(sel, "[PHY SPEC] Tx Path Num Index : %d\n", (phy_spec->trx_cap >> 8) & 0xFF);/*Tx Pa… in rtw_dump_phy_cap_by_phydmapi() 14978 …RTW_PRINT_SEL(sel, "[PHY SPEC] Rx Path Num Index : %d\n\n", (phy_spec->trx_cap & 0xFF));/*Rx Path … in rtw_dump_phy_cap_by_phydmapi() 14980 RTW_PRINT_SEL(sel, "[PHY SPEC] STBC Capability : 0x%08x\n", phy_spec->stbc_cap); in rtw_dump_phy_cap_by_phydmapi() 14981 …RTW_PRINT_SEL(sel, "[PHY SPEC] VHT STBC Tx : %s\n", ((phy_spec->stbc_cap >> 24) & 0xFF) ? "Support… in rtw_dump_phy_cap_by_phydmapi() 14988 RTW_PRINT_SEL(sel, "[PHY SPEC] VHT STBC Rx :%d\n", ((phy_spec->stbc_cap >> 16) & 0xFF)); in rtw_dump_phy_cap_by_phydmapi() 14989 …RTW_PRINT_SEL(sel, "[PHY SPEC] HT STBC Tx : %s\n", ((phy_spec->stbc_cap >> 8) & 0xFF) ? "Supported… in rtw_dump_phy_cap_by_phydmapi() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/ |
| H A D | hal_com.c | 15339 struct phy_spec_t *phy_spec = &pHalData->phy_spec; in rtw_dump_phy_cap_by_phydmapi() local 15341 RTW_PRINT_SEL(sel, "[PHY SPEC] TRx Capability : 0x%08x\n", phy_spec->trx_cap); in rtw_dump_phy_cap_by_phydmapi() 15342 …RTW_PRINT_SEL(sel, "[PHY SPEC] Tx Stream Num Index : %d\n", (phy_spec->trx_cap >> 24) & 0xFF); /*T… in rtw_dump_phy_cap_by_phydmapi() 15343 …RTW_PRINT_SEL(sel, "[PHY SPEC] Rx Stream Num Index : %d\n", (phy_spec->trx_cap >> 16) & 0xFF); /*R… in rtw_dump_phy_cap_by_phydmapi() 15344 …RTW_PRINT_SEL(sel, "[PHY SPEC] Tx Path Num Index : %d\n", (phy_spec->trx_cap >> 8) & 0xFF);/*Tx Pa… in rtw_dump_phy_cap_by_phydmapi() 15345 …RTW_PRINT_SEL(sel, "[PHY SPEC] Rx Path Num Index : %d\n\n", (phy_spec->trx_cap & 0xFF));/*Rx Path … in rtw_dump_phy_cap_by_phydmapi() 15347 RTW_PRINT_SEL(sel, "[PHY SPEC] STBC Capability : 0x%08x\n", phy_spec->stbc_cap); in rtw_dump_phy_cap_by_phydmapi() 15348 …RTW_PRINT_SEL(sel, "[PHY SPEC] VHT STBC Tx : %s\n", ((phy_spec->stbc_cap >> 24) & 0xFF) ? "Support… in rtw_dump_phy_cap_by_phydmapi() 15355 RTW_PRINT_SEL(sel, "[PHY SPEC] VHT STBC Rx :%d\n", ((phy_spec->stbc_cap >> 16) & 0xFF)); in rtw_dump_phy_cap_by_phydmapi() 15356 …RTW_PRINT_SEL(sel, "[PHY SPEC] HT STBC Tx : %s\n", ((phy_spec->stbc_cap >> 8) & 0xFF) ? "Supported… in rtw_dump_phy_cap_by_phydmapi() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/ |
| H A D | hal_com.c | 15390 struct phy_spec_t *phy_spec = &pHalData->phy_spec; in rtw_dump_phy_cap_by_phydmapi() local 15392 RTW_PRINT_SEL(sel, "[PHY SPEC] TRx Capability : 0x%08x\n", phy_spec->trx_cap); in rtw_dump_phy_cap_by_phydmapi() 15393 …RTW_PRINT_SEL(sel, "[PHY SPEC] Tx Stream Num Index : %d\n", (phy_spec->trx_cap >> 24) & 0xFF); /*T… in rtw_dump_phy_cap_by_phydmapi() 15394 …RTW_PRINT_SEL(sel, "[PHY SPEC] Rx Stream Num Index : %d\n", (phy_spec->trx_cap >> 16) & 0xFF); /*R… in rtw_dump_phy_cap_by_phydmapi() 15395 …RTW_PRINT_SEL(sel, "[PHY SPEC] Tx Path Num Index : %d\n", (phy_spec->trx_cap >> 8) & 0xFF);/*Tx Pa… in rtw_dump_phy_cap_by_phydmapi() 15396 …RTW_PRINT_SEL(sel, "[PHY SPEC] Rx Path Num Index : %d\n\n", (phy_spec->trx_cap & 0xFF));/*Rx Path … in rtw_dump_phy_cap_by_phydmapi() 15398 RTW_PRINT_SEL(sel, "[PHY SPEC] STBC Capability : 0x%08x\n", phy_spec->stbc_cap); in rtw_dump_phy_cap_by_phydmapi() 15399 …RTW_PRINT_SEL(sel, "[PHY SPEC] VHT STBC Tx : %s\n", ((phy_spec->stbc_cap >> 24) & 0xFF) ? "Support… in rtw_dump_phy_cap_by_phydmapi() 15406 RTW_PRINT_SEL(sel, "[PHY SPEC] VHT STBC Rx :%d\n", ((phy_spec->stbc_cap >> 16) & 0xFF)); in rtw_dump_phy_cap_by_phydmapi() 15407 …RTW_PRINT_SEL(sel, "[PHY SPEC] HT STBC Tx : %s\n", ((phy_spec->stbc_cap >> 8) & 0xFF) ? "Supported… in rtw_dump_phy_cap_by_phydmapi() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/ |
| H A D | hal_com.c | 16130 struct phy_spec_t *phy_spec = &pHalData->phy_spec; in rtw_dump_phy_cap_by_phydmapi() local 16132 RTW_PRINT_SEL(sel, "[PHY SPEC] TRx Capability : 0x%08x\n", phy_spec->trx_cap); in rtw_dump_phy_cap_by_phydmapi() 16133 …RTW_PRINT_SEL(sel, "[PHY SPEC] Tx Stream Num Index : %d\n", (phy_spec->trx_cap >> 24) & 0xFF); /*T… in rtw_dump_phy_cap_by_phydmapi() 16134 …RTW_PRINT_SEL(sel, "[PHY SPEC] Rx Stream Num Index : %d\n", (phy_spec->trx_cap >> 16) & 0xFF); /*R… in rtw_dump_phy_cap_by_phydmapi() 16135 …RTW_PRINT_SEL(sel, "[PHY SPEC] Tx Path Num Index : %d\n", (phy_spec->trx_cap >> 8) & 0xFF);/*Tx Pa… in rtw_dump_phy_cap_by_phydmapi() 16136 …RTW_PRINT_SEL(sel, "[PHY SPEC] Rx Path Num Index : %d\n\n", (phy_spec->trx_cap & 0xFF));/*Rx Path … in rtw_dump_phy_cap_by_phydmapi() 16138 RTW_PRINT_SEL(sel, "[PHY SPEC] STBC Capability : 0x%08x\n", phy_spec->stbc_cap); in rtw_dump_phy_cap_by_phydmapi() 16139 …RTW_PRINT_SEL(sel, "[PHY SPEC] VHT STBC Tx : %s\n", ((phy_spec->stbc_cap >> 24) & 0xFF) ? "Support… in rtw_dump_phy_cap_by_phydmapi() 16146 RTW_PRINT_SEL(sel, "[PHY SPEC] VHT STBC Rx :%d\n", ((phy_spec->stbc_cap >> 16) & 0xFF)); in rtw_dump_phy_cap_by_phydmapi() 16147 …RTW_PRINT_SEL(sel, "[PHY SPEC] HT STBC Tx : %s\n", ((phy_spec->stbc_cap >> 8) & 0xFF) ? "Supported… in rtw_dump_phy_cap_by_phydmapi() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/ |
| H A D | hal_com.c | 16464 struct phy_spec_t *phy_spec = &pHalData->phy_spec; in rtw_dump_phy_cap_by_phydmapi() local 16466 RTW_PRINT_SEL(sel, "[PHY SPEC] TRx Capability : 0x%08x\n", phy_spec->trx_cap); in rtw_dump_phy_cap_by_phydmapi() 16467 …RTW_PRINT_SEL(sel, "[PHY SPEC] Tx Stream Num Index : %d\n", (phy_spec->trx_cap >> 24) & 0xFF); /*T… in rtw_dump_phy_cap_by_phydmapi() 16468 …RTW_PRINT_SEL(sel, "[PHY SPEC] Rx Stream Num Index : %d\n", (phy_spec->trx_cap >> 16) & 0xFF); /*R… in rtw_dump_phy_cap_by_phydmapi() 16469 …RTW_PRINT_SEL(sel, "[PHY SPEC] Tx Path Num Index : %d\n", (phy_spec->trx_cap >> 8) & 0xFF);/*Tx Pa… in rtw_dump_phy_cap_by_phydmapi() 16470 …RTW_PRINT_SEL(sel, "[PHY SPEC] Rx Path Num Index : %d\n\n", (phy_spec->trx_cap & 0xFF));/*Rx Path … in rtw_dump_phy_cap_by_phydmapi() 16472 RTW_PRINT_SEL(sel, "[PHY SPEC] STBC Capability : 0x%08x\n", phy_spec->stbc_cap); in rtw_dump_phy_cap_by_phydmapi() 16473 …RTW_PRINT_SEL(sel, "[PHY SPEC] VHT STBC Tx : %s\n", ((phy_spec->stbc_cap >> 24) & 0xFF) ? "Support… in rtw_dump_phy_cap_by_phydmapi() 16480 RTW_PRINT_SEL(sel, "[PHY SPEC] VHT STBC Rx :%d\n", ((phy_spec->stbc_cap >> 16) & 0xFF)); in rtw_dump_phy_cap_by_phydmapi() 16481 …RTW_PRINT_SEL(sel, "[PHY SPEC] HT STBC Tx : %s\n", ((phy_spec->stbc_cap >> 8) & 0xFF) ? "Supported… in rtw_dump_phy_cap_by_phydmapi() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/ |
| H A D | hal_com.c | 16464 struct phy_spec_t *phy_spec = &pHalData->phy_spec; in rtw_dump_phy_cap_by_phydmapi() local 16466 RTW_PRINT_SEL(sel, "[PHY SPEC] TRx Capability : 0x%08x\n", phy_spec->trx_cap); in rtw_dump_phy_cap_by_phydmapi() 16467 …RTW_PRINT_SEL(sel, "[PHY SPEC] Tx Stream Num Index : %d\n", (phy_spec->trx_cap >> 24) & 0xFF); /*T… in rtw_dump_phy_cap_by_phydmapi() 16468 …RTW_PRINT_SEL(sel, "[PHY SPEC] Rx Stream Num Index : %d\n", (phy_spec->trx_cap >> 16) & 0xFF); /*R… in rtw_dump_phy_cap_by_phydmapi() 16469 …RTW_PRINT_SEL(sel, "[PHY SPEC] Tx Path Num Index : %d\n", (phy_spec->trx_cap >> 8) & 0xFF);/*Tx Pa… in rtw_dump_phy_cap_by_phydmapi() 16470 …RTW_PRINT_SEL(sel, "[PHY SPEC] Rx Path Num Index : %d\n\n", (phy_spec->trx_cap & 0xFF));/*Rx Path … in rtw_dump_phy_cap_by_phydmapi() 16472 RTW_PRINT_SEL(sel, "[PHY SPEC] STBC Capability : 0x%08x\n", phy_spec->stbc_cap); in rtw_dump_phy_cap_by_phydmapi() 16473 …RTW_PRINT_SEL(sel, "[PHY SPEC] VHT STBC Tx : %s\n", ((phy_spec->stbc_cap >> 24) & 0xFF) ? "Support… in rtw_dump_phy_cap_by_phydmapi() 16480 RTW_PRINT_SEL(sel, "[PHY SPEC] VHT STBC Rx :%d\n", ((phy_spec->stbc_cap >> 16) & 0xFF)); in rtw_dump_phy_cap_by_phydmapi() 16481 …RTW_PRINT_SEL(sel, "[PHY SPEC] HT STBC Tx : %s\n", ((phy_spec->stbc_cap >> 8) & 0xFF) ? "Supported… in rtw_dump_phy_cap_by_phydmapi() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/ |
| H A D | hal_com.c | 16131 struct phy_spec_t *phy_spec = &pHalData->phy_spec; in rtw_dump_phy_cap_by_phydmapi() local 16133 RTW_PRINT_SEL(sel, "[PHY SPEC] TRx Capability : 0x%08x\n", phy_spec->trx_cap); in rtw_dump_phy_cap_by_phydmapi() 16134 …RTW_PRINT_SEL(sel, "[PHY SPEC] Tx Stream Num Index : %d\n", (phy_spec->trx_cap >> 24) & 0xFF); /*T… in rtw_dump_phy_cap_by_phydmapi() 16135 …RTW_PRINT_SEL(sel, "[PHY SPEC] Rx Stream Num Index : %d\n", (phy_spec->trx_cap >> 16) & 0xFF); /*R… in rtw_dump_phy_cap_by_phydmapi() 16136 …RTW_PRINT_SEL(sel, "[PHY SPEC] Tx Path Num Index : %d\n", (phy_spec->trx_cap >> 8) & 0xFF);/*Tx Pa… in rtw_dump_phy_cap_by_phydmapi() 16137 …RTW_PRINT_SEL(sel, "[PHY SPEC] Rx Path Num Index : %d\n\n", (phy_spec->trx_cap & 0xFF));/*Rx Path … in rtw_dump_phy_cap_by_phydmapi() 16139 RTW_PRINT_SEL(sel, "[PHY SPEC] STBC Capability : 0x%08x\n", phy_spec->stbc_cap); in rtw_dump_phy_cap_by_phydmapi() 16140 …RTW_PRINT_SEL(sel, "[PHY SPEC] VHT STBC Tx : %s\n", ((phy_spec->stbc_cap >> 24) & 0xFF) ? "Support… in rtw_dump_phy_cap_by_phydmapi() 16147 RTW_PRINT_SEL(sel, "[PHY SPEC] VHT STBC Rx :%d\n", ((phy_spec->stbc_cap >> 16) & 0xFF)); in rtw_dump_phy_cap_by_phydmapi() 16148 …RTW_PRINT_SEL(sel, "[PHY SPEC] HT STBC Tx : %s\n", ((phy_spec->stbc_cap >> 8) & 0xFF) ? "Supported… in rtw_dump_phy_cap_by_phydmapi() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/ |
| H A D | hal_com.c | 16311 struct phy_spec_t *phy_spec = &pHalData->phy_spec; in rtw_dump_phy_cap_by_phydmapi() local 16313 RTW_PRINT_SEL(sel, "[PHY SPEC] TRx Capability : 0x%08x\n", phy_spec->trx_cap); in rtw_dump_phy_cap_by_phydmapi() 16314 …RTW_PRINT_SEL(sel, "[PHY SPEC] Tx Stream Num Index : %d\n", (phy_spec->trx_cap >> 24) & 0xFF); /*T… in rtw_dump_phy_cap_by_phydmapi() 16315 …RTW_PRINT_SEL(sel, "[PHY SPEC] Rx Stream Num Index : %d\n", (phy_spec->trx_cap >> 16) & 0xFF); /*R… in rtw_dump_phy_cap_by_phydmapi() 16316 …RTW_PRINT_SEL(sel, "[PHY SPEC] Tx Path Num Index : %d\n", (phy_spec->trx_cap >> 8) & 0xFF);/*Tx Pa… in rtw_dump_phy_cap_by_phydmapi() 16317 …RTW_PRINT_SEL(sel, "[PHY SPEC] Rx Path Num Index : %d\n\n", (phy_spec->trx_cap & 0xFF));/*Rx Path … in rtw_dump_phy_cap_by_phydmapi() 16319 RTW_PRINT_SEL(sel, "[PHY SPEC] STBC Capability : 0x%08x\n", phy_spec->stbc_cap); in rtw_dump_phy_cap_by_phydmapi() 16320 …RTW_PRINT_SEL(sel, "[PHY SPEC] VHT STBC Tx : %s\n", ((phy_spec->stbc_cap >> 24) & 0xFF) ? "Support… in rtw_dump_phy_cap_by_phydmapi() 16327 RTW_PRINT_SEL(sel, "[PHY SPEC] VHT STBC Rx :%d\n", ((phy_spec->stbc_cap >> 16) & 0xFF)); in rtw_dump_phy_cap_by_phydmapi() 16328 …RTW_PRINT_SEL(sel, "[PHY SPEC] HT STBC Tx : %s\n", ((phy_spec->stbc_cap >> 8) & 0xFF) ? "Supported… in rtw_dump_phy_cap_by_phydmapi() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/ |
| H A D | rtw_debug.c | 3201 RTW_PRINT_SEL(sel, "[DRV CAP] TRx Capability : 0x%08x\n", phy_spec->trx_cap); in rtw_dump_drv_phy_cap() 3202 …RTW_PRINT_SEL(sel, "[DRV CAP] Tx Stream Num Index : %d\n", (phy_spec->trx_cap >> 24) & 0xFF); /*Tx… in rtw_dump_drv_phy_cap() 3203 …RTW_PRINT_SEL(sel, "[DRV CAP] Rx Stream Num Index : %d\n", (phy_spec->trx_cap >> 16) & 0xFF); /*Rx… in rtw_dump_drv_phy_cap() 3204 …RTW_PRINT_SEL(sel, "[DRV CAP] Tx Path Num Index : %d\n", (phy_spec->trx_cap >> 8) & 0xFF);/*Tx Pat… in rtw_dump_drv_phy_cap() 3205 …RTW_PRINT_SEL(sel, "[DRV CAP] Rx Path Num Index : %d\n", (phy_spec->trx_cap & 0xFF));/*Rx Path Num… in rtw_dump_drv_phy_cap() 3221 RTW_PRINT_SEL(sel, "[DRV CAP] TxBF parameter : 0x%08x\n", phy_spec->txbf_param); in rtw_dump_drv_phy_cap() 3222 …RTW_PRINT_SEL(sel, "[DRV CAP] VHT Sounding Dim : %d\n", (phy_spec->txbf_param >> 24) & 0xFF); /*VH… in rtw_dump_drv_phy_cap() 3223 …RTW_PRINT_SEL(sel, "[DRV CAP] VHT Steering Ant : %d\n", (phy_spec->txbf_param >> 16) & 0xFF); /*VH… in rtw_dump_drv_phy_cap() 3224 …RTW_PRINT_SEL(sel, "[DRV CAP] HT Sounding Dim : %d\n", (phy_spec->txbf_param >> 8) & 0xFF); /*HT S… in rtw_dump_drv_phy_cap() 3225 …RTW_PRINT_SEL(sel, "[DRV CAP] HT Steering Ant : %d\n", phy_spec->txbf_param & 0xFF); /*HT Steering… in rtw_dump_drv_phy_cap()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/ |
| H A D | rtw_debug.c | 3444 RTW_PRINT_SEL(sel, "[DRV CAP] TRx Capability : 0x%08x\n", phy_spec->trx_cap); in rtw_dump_drv_phy_cap() 3445 …RTW_PRINT_SEL(sel, "[DRV CAP] Tx Stream Num Index : %d\n", (phy_spec->trx_cap >> 24) & 0xFF); /*Tx… in rtw_dump_drv_phy_cap() 3446 …RTW_PRINT_SEL(sel, "[DRV CAP] Rx Stream Num Index : %d\n", (phy_spec->trx_cap >> 16) & 0xFF); /*Rx… in rtw_dump_drv_phy_cap() 3447 …RTW_PRINT_SEL(sel, "[DRV CAP] Tx Path Num Index : %d\n", (phy_spec->trx_cap >> 8) & 0xFF);/*Tx Pat… in rtw_dump_drv_phy_cap() 3448 …RTW_PRINT_SEL(sel, "[DRV CAP] Rx Path Num Index : %d\n", (phy_spec->trx_cap & 0xFF));/*Rx Path Num… in rtw_dump_drv_phy_cap() 3465 RTW_PRINT_SEL(sel, "[DRV CAP] TxBF parameter : 0x%08x\n", phy_spec->txbf_param); in rtw_dump_drv_phy_cap() 3466 …RTW_PRINT_SEL(sel, "[DRV CAP] VHT Sounding Dim : %d\n", (phy_spec->txbf_param >> 24) & 0xFF); /*VH… in rtw_dump_drv_phy_cap() 3467 …RTW_PRINT_SEL(sel, "[DRV CAP] VHT Steering Ant : %d\n", (phy_spec->txbf_param >> 16) & 0xFF); /*VH… in rtw_dump_drv_phy_cap() 3468 …RTW_PRINT_SEL(sel, "[DRV CAP] HT Sounding Dim : %d\n", (phy_spec->txbf_param >> 8) & 0xFF); /*HT S… in rtw_dump_drv_phy_cap() 3469 …RTW_PRINT_SEL(sel, "[DRV CAP] HT Steering Ant : %d\n", phy_spec->txbf_param & 0xFF); /*HT Steering… in rtw_dump_drv_phy_cap()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/ |
| H A D | rtw_debug.c | 3417 RTW_PRINT_SEL(sel, "[DRV CAP] TRx Capability : 0x%08x\n", phy_spec->trx_cap); in rtw_dump_drv_phy_cap() 3418 …RTW_PRINT_SEL(sel, "[DRV CAP] Tx Stream Num Index : %d\n", (phy_spec->trx_cap >> 24) & 0xFF); /*Tx… in rtw_dump_drv_phy_cap() 3419 …RTW_PRINT_SEL(sel, "[DRV CAP] Rx Stream Num Index : %d\n", (phy_spec->trx_cap >> 16) & 0xFF); /*Rx… in rtw_dump_drv_phy_cap() 3420 …RTW_PRINT_SEL(sel, "[DRV CAP] Tx Path Num Index : %d\n", (phy_spec->trx_cap >> 8) & 0xFF);/*Tx Pat… in rtw_dump_drv_phy_cap() 3421 …RTW_PRINT_SEL(sel, "[DRV CAP] Rx Path Num Index : %d\n", (phy_spec->trx_cap & 0xFF));/*Rx Path Num… in rtw_dump_drv_phy_cap() 3438 RTW_PRINT_SEL(sel, "[DRV CAP] TxBF parameter : 0x%08x\n", phy_spec->txbf_param); in rtw_dump_drv_phy_cap() 3439 …RTW_PRINT_SEL(sel, "[DRV CAP] VHT Sounding Dim : %d\n", (phy_spec->txbf_param >> 24) & 0xFF); /*VH… in rtw_dump_drv_phy_cap() 3440 …RTW_PRINT_SEL(sel, "[DRV CAP] VHT Steering Ant : %d\n", (phy_spec->txbf_param >> 16) & 0xFF); /*VH… in rtw_dump_drv_phy_cap() 3441 …RTW_PRINT_SEL(sel, "[DRV CAP] HT Sounding Dim : %d\n", (phy_spec->txbf_param >> 8) & 0xFF); /*HT S… in rtw_dump_drv_phy_cap() 3442 …RTW_PRINT_SEL(sel, "[DRV CAP] HT Steering Ant : %d\n", phy_spec->txbf_param & 0xFF); /*HT Steering… in rtw_dump_drv_phy_cap()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_debug.c | 3596 RTW_PRINT_SEL(sel, "[DRV CAP] TRx Capability : 0x%08x\n", phy_spec->trx_cap); in rtw_dump_drv_phy_cap() 3597 …RTW_PRINT_SEL(sel, "[DRV CAP] Tx Stream Num Index : %d\n", (phy_spec->trx_cap >> 24) & 0xFF); /*Tx… in rtw_dump_drv_phy_cap() 3598 …RTW_PRINT_SEL(sel, "[DRV CAP] Rx Stream Num Index : %d\n", (phy_spec->trx_cap >> 16) & 0xFF); /*Rx… in rtw_dump_drv_phy_cap() 3599 …RTW_PRINT_SEL(sel, "[DRV CAP] Tx Path Num Index : %d\n", (phy_spec->trx_cap >> 8) & 0xFF);/*Tx Pat… in rtw_dump_drv_phy_cap() 3600 …RTW_PRINT_SEL(sel, "[DRV CAP] Rx Path Num Index : %d\n", (phy_spec->trx_cap & 0xFF));/*Rx Path Num… in rtw_dump_drv_phy_cap() 3622 RTW_PRINT_SEL(sel, "[DRV CAP] TxBF parameter : 0x%08x\n", phy_spec->txbf_param); in rtw_dump_drv_phy_cap() 3623 …RTW_PRINT_SEL(sel, "[DRV CAP] VHT Sounding Dim : %d\n", (phy_spec->txbf_param >> 24) & 0xFF); /*VH… in rtw_dump_drv_phy_cap() 3624 …RTW_PRINT_SEL(sel, "[DRV CAP] VHT Steering Ant : %d\n", (phy_spec->txbf_param >> 16) & 0xFF); /*VH… in rtw_dump_drv_phy_cap() 3625 …RTW_PRINT_SEL(sel, "[DRV CAP] HT Sounding Dim : %d\n", (phy_spec->txbf_param >> 8) & 0xFF); /*HT S… in rtw_dump_drv_phy_cap() 3626 …RTW_PRINT_SEL(sel, "[DRV CAP] HT Steering Ant : %d\n", phy_spec->txbf_param & 0xFF); /*HT Steering… in rtw_dump_drv_phy_cap()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_debug.c | 3534 RTW_PRINT_SEL(sel, "[DRV CAP] TRx Capability : 0x%08x\n", phy_spec->trx_cap); in rtw_dump_drv_phy_cap() 3535 …RTW_PRINT_SEL(sel, "[DRV CAP] Tx Stream Num Index : %d\n", (phy_spec->trx_cap >> 24) & 0xFF); /*Tx… in rtw_dump_drv_phy_cap() 3536 …RTW_PRINT_SEL(sel, "[DRV CAP] Rx Stream Num Index : %d\n", (phy_spec->trx_cap >> 16) & 0xFF); /*Rx… in rtw_dump_drv_phy_cap() 3537 …RTW_PRINT_SEL(sel, "[DRV CAP] Tx Path Num Index : %d\n", (phy_spec->trx_cap >> 8) & 0xFF);/*Tx Pat… in rtw_dump_drv_phy_cap() 3538 …RTW_PRINT_SEL(sel, "[DRV CAP] Rx Path Num Index : %d\n", (phy_spec->trx_cap & 0xFF));/*Rx Path Num… in rtw_dump_drv_phy_cap() 3560 RTW_PRINT_SEL(sel, "[DRV CAP] TxBF parameter : 0x%08x\n", phy_spec->txbf_param); in rtw_dump_drv_phy_cap() 3561 …RTW_PRINT_SEL(sel, "[DRV CAP] VHT Sounding Dim : %d\n", (phy_spec->txbf_param >> 24) & 0xFF); /*VH… in rtw_dump_drv_phy_cap() 3562 …RTW_PRINT_SEL(sel, "[DRV CAP] VHT Steering Ant : %d\n", (phy_spec->txbf_param >> 16) & 0xFF); /*VH… in rtw_dump_drv_phy_cap() 3563 …RTW_PRINT_SEL(sel, "[DRV CAP] HT Sounding Dim : %d\n", (phy_spec->txbf_param >> 8) & 0xFF); /*HT S… in rtw_dump_drv_phy_cap() 3564 …RTW_PRINT_SEL(sel, "[DRV CAP] HT Steering Ant : %d\n", phy_spec->txbf_param & 0xFF); /*HT Steering… in rtw_dump_drv_phy_cap()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/ |
| H A D | rtw_debug.c | 3522 RTW_PRINT_SEL(sel, "[DRV CAP] TRx Capability : 0x%08x\n", phy_spec->trx_cap); in rtw_dump_drv_phy_cap() 3523 …RTW_PRINT_SEL(sel, "[DRV CAP] Tx Stream Num Index : %d\n", (phy_spec->trx_cap >> 24) & 0xFF); /*Tx… in rtw_dump_drv_phy_cap() 3524 …RTW_PRINT_SEL(sel, "[DRV CAP] Rx Stream Num Index : %d\n", (phy_spec->trx_cap >> 16) & 0xFF); /*Rx… in rtw_dump_drv_phy_cap() 3525 …RTW_PRINT_SEL(sel, "[DRV CAP] Tx Path Num Index : %d\n", (phy_spec->trx_cap >> 8) & 0xFF);/*Tx Pat… in rtw_dump_drv_phy_cap() 3526 …RTW_PRINT_SEL(sel, "[DRV CAP] Rx Path Num Index : %d\n", (phy_spec->trx_cap & 0xFF));/*Rx Path Num… in rtw_dump_drv_phy_cap() 3543 RTW_PRINT_SEL(sel, "[DRV CAP] TxBF parameter : 0x%08x\n", phy_spec->txbf_param); in rtw_dump_drv_phy_cap() 3544 …RTW_PRINT_SEL(sel, "[DRV CAP] VHT Sounding Dim : %d\n", (phy_spec->txbf_param >> 24) & 0xFF); /*VH… in rtw_dump_drv_phy_cap() 3545 …RTW_PRINT_SEL(sel, "[DRV CAP] VHT Steering Ant : %d\n", (phy_spec->txbf_param >> 16) & 0xFF); /*VH… in rtw_dump_drv_phy_cap() 3546 …RTW_PRINT_SEL(sel, "[DRV CAP] HT Sounding Dim : %d\n", (phy_spec->txbf_param >> 8) & 0xFF); /*HT S… in rtw_dump_drv_phy_cap() 3547 …RTW_PRINT_SEL(sel, "[DRV CAP] HT Steering Ant : %d\n", phy_spec->txbf_param & 0xFF); /*HT Steering… in rtw_dump_drv_phy_cap()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/ |
| H A D | rtw_debug.c | 3417 RTW_PRINT_SEL(sel, "[DRV CAP] TRx Capability : 0x%08x\n", phy_spec->trx_cap); in rtw_dump_drv_phy_cap() 3418 …RTW_PRINT_SEL(sel, "[DRV CAP] Tx Stream Num Index : %d\n", (phy_spec->trx_cap >> 24) & 0xFF); /*Tx… in rtw_dump_drv_phy_cap() 3419 …RTW_PRINT_SEL(sel, "[DRV CAP] Rx Stream Num Index : %d\n", (phy_spec->trx_cap >> 16) & 0xFF); /*Rx… in rtw_dump_drv_phy_cap() 3420 …RTW_PRINT_SEL(sel, "[DRV CAP] Tx Path Num Index : %d\n", (phy_spec->trx_cap >> 8) & 0xFF);/*Tx Pat… in rtw_dump_drv_phy_cap() 3421 …RTW_PRINT_SEL(sel, "[DRV CAP] Rx Path Num Index : %d\n", (phy_spec->trx_cap & 0xFF));/*Rx Path Num… in rtw_dump_drv_phy_cap() 3438 RTW_PRINT_SEL(sel, "[DRV CAP] TxBF parameter : 0x%08x\n", phy_spec->txbf_param); in rtw_dump_drv_phy_cap() 3439 …RTW_PRINT_SEL(sel, "[DRV CAP] VHT Sounding Dim : %d\n", (phy_spec->txbf_param >> 24) & 0xFF); /*VH… in rtw_dump_drv_phy_cap() 3440 …RTW_PRINT_SEL(sel, "[DRV CAP] VHT Steering Ant : %d\n", (phy_spec->txbf_param >> 16) & 0xFF); /*VH… in rtw_dump_drv_phy_cap() 3441 …RTW_PRINT_SEL(sel, "[DRV CAP] HT Sounding Dim : %d\n", (phy_spec->txbf_param >> 8) & 0xFF); /*HT S… in rtw_dump_drv_phy_cap() 3442 …RTW_PRINT_SEL(sel, "[DRV CAP] HT Steering Ant : %d\n", phy_spec->txbf_param & 0xFF); /*HT Steering… in rtw_dump_drv_phy_cap()
|