| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/ |
| H A D | halbb_plcp_gen.c | 110 void halbb_find_apep(u32 *apep, bool *can_find, u32 *n_mpdu, u32 *mpdu_length, u8 spec_idx) in halbb_find_apep() argument 116 *n_mpdu = halbb_max(halbb_ceil(*apep, (1 << 12) - 1 + 4), 2); in halbb_find_apep() 118 *n_mpdu = halbb_ceil(*apep, (1 << 14) - 1 + 4); in halbb_find_apep() 125 *mpdu_length = *apep / *n_mpdu - 4; //????????????? in halbb_find_apep() 126 *mpdu_length = *apep - (4 + 4 * halbb_ceil(*mpdu_length, 4)) * (*n_mpdu - 1) - 4; in halbb_find_apep() 128 is_match = (apep_tmp == *apep); in halbb_find_apep() 138 *mpdu_length = *apep / *n_mpdu - 4; in halbb_find_apep() 139 *mpdu_length = *apep - (4 + 4 * halbb_ceil(*mpdu_length , 4)) * (*n_mpdu - 1) - 4; in halbb_find_apep() 141 is_match = apep_tmp == *apep; in halbb_find_apep() 574 n_pld = (in->usr[u].apep << 3) + n_service; in halbb_get_nsym() [all …]
|
| H A D | halbb_plcp_tx_ex.h | 148 u32 apep : 22; member
|
| H A D | halbb_plcp_gen.h | 119 u32 apep : 22; member
|
| H A D | halbb_plcp_tx.c | 124 in_plcp->usr[i].apep = in->usr[i].apep; in rtw_halbb_plcp_gen_init() 831 halbb_set_reg(bb, cr->b_psdu_byte, cr->b_psdu_byte_m, in->usr[0].apep); in halbb_cfg_cck() 840 halbb_set_reg_cmn(bb, cr->usr0_mdpu_len_byte, cr->usr0_mdpu_len_byte_m, in->usr[0].apep, phy_idx); in halbb_cfg_cck()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/ |
| H A D | halbb_plcp_gen.c | 110 void halbb_find_apep(u32 *apep, bool *can_find, u32 *n_mpdu, u32 *mpdu_length, u8 spec_idx) in halbb_find_apep() argument 116 *n_mpdu = halbb_max(halbb_ceil(*apep, (1 << 12) - 1 + 4), 2); in halbb_find_apep() 118 *n_mpdu = halbb_ceil(*apep, (1 << 14) - 1 + 4); in halbb_find_apep() 125 *mpdu_length = *apep / *n_mpdu - 4; //????????????? in halbb_find_apep() 126 *mpdu_length = *apep - (4 + 4 * halbb_ceil(*mpdu_length, 4)) * (*n_mpdu - 1) - 4; in halbb_find_apep() 128 is_match = (apep_tmp == *apep); in halbb_find_apep() 138 *mpdu_length = *apep / *n_mpdu - 4; in halbb_find_apep() 139 *mpdu_length = *apep - (4 + 4 * halbb_ceil(*mpdu_length , 4)) * (*n_mpdu - 1) - 4; in halbb_find_apep() 141 is_match = apep_tmp == *apep; in halbb_find_apep() 574 n_pld = (in->usr[u].apep << 3) + n_service; in halbb_get_nsym() [all …]
|
| H A D | halbb_plcp_tx_ex.h | 148 u32 apep : 22; member
|
| H A D | halbb_plcp_gen.h | 119 u32 apep : 22; member
|
| H A D | halbb_plcp_tx.c | 124 in_plcp->usr[i].apep = in->usr[i].apep; in rtw_halbb_plcp_gen_init() 831 halbb_set_reg(bb, cr->b_psdu_byte, cr->b_psdu_byte_m, in->usr[0].apep); in halbb_cfg_cck() 840 halbb_set_reg_cmn(bb, cr->usr0_mdpu_len_byte, cr->usr0_mdpu_len_byte_m, in->usr[0].apep, phy_idx); in halbb_cfg_cck()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/rf/ |
| H A D | halrf_pmac.h | 60 u32 apep : 22; member
|
| H A D | halrf_pmac.c | 47 plcp->usr[0].apep = tx_info->length; in halrf_set_plcp_usr_info()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/rf/ |
| H A D | halrf_pmac.h | 60 u32 apep : 22; member
|
| H A D | halrf_pmac.c | 47 plcp->usr[0].apep = tx_info->length; in halrf_set_plcp_usr_info()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/mp/ |
| H A D | phl_test_mp_tx.c | 43 PHL_INFO("%s arg->apep = %d\n",__FUNCTION__, arg->apep); in phl_mp_get_plcp_usr_info() 58 mp->usr[plcp_usr_idx].apep = arg->apep; in phl_mp_get_plcp_usr_info() 74 PHL_INFO("%s apep = %d\n",__FUNCTION__, mp->usr[plcp_usr_idx].apep); in phl_mp_get_plcp_usr_info() 211 PHL_INFO("%s apep = %d\n",__FUNCTION__, plcp_tx_struct->usr[i].apep); in phl_mp_get_plcp_common_info()
|
| H A D | phl_test_mp_def.h | 350 u32 apep; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/mp/ |
| H A D | phl_test_mp_tx.c | 43 PHL_INFO("%s arg->apep = %d\n",__FUNCTION__, arg->apep); in phl_mp_get_plcp_usr_info() 58 mp->usr[plcp_usr_idx].apep = arg->apep; in phl_mp_get_plcp_usr_info() 74 PHL_INFO("%s apep = %d\n",__FUNCTION__, mp->usr[plcp_usr_idx].apep); in phl_mp_get_plcp_usr_info() 211 PHL_INFO("%s apep = %d\n",__FUNCTION__, plcp_tx_struct->usr[i].apep); in phl_mp_get_plcp_common_info()
|
| H A D | phl_test_mp_def.h | 355 u32 apep; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_def.h | 2735 u32 apep : 22; member 2813 u32 apep : 22; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_def.h | 2711 u32 apep : 22; member 2789 u32 apep : 22; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_mp.c | 1320 tx_arg.apep = pmppriv->mp_plcp_user[user_idx].plcp_txlen; in rtw_phl_mp_tx_cmd() 1333 RTW_INFO("%s apep = %d\n", __func__, tx_arg.apep); in rtw_phl_mp_tx_cmd()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/ |
| H A D | rtw_mp.h | 980 u32 apep; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/ |
| H A D | rtw_mp.h | 993 u32 apep; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_mp.c | 1360 tx_arg.apep = pmppriv->mp_plcp_user[user_idx].plcp_txlen; in rtw_phl_mp_tx_cmd() 1373 RTW_INFO("%s apep = %d\n", __func__, tx_arg.apep); in rtw_phl_mp_tx_cmd()
|