Home
last modified time | relevance | path

Searched refs:apep (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/
H A Dhalbb_plcp_gen.c110 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 Dhalbb_plcp_tx_ex.h148 u32 apep : 22; member
H A Dhalbb_plcp_gen.h119 u32 apep : 22; member
H A Dhalbb_plcp_tx.c124 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 Dhalbb_plcp_gen.c110 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 Dhalbb_plcp_tx_ex.h148 u32 apep : 22; member
H A Dhalbb_plcp_gen.h119 u32 apep : 22; member
H A Dhalbb_plcp_tx.c124 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 Dhalrf_pmac.h60 u32 apep : 22; member
H A Dhalrf_pmac.c47 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 Dhalrf_pmac.h60 u32 apep : 22; member
H A Dhalrf_pmac.c47 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 Dphl_test_mp_tx.c43 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 Dphl_test_mp_def.h350 u32 apep; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/mp/
H A Dphl_test_mp_tx.c43 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 Dphl_test_mp_def.h355 u32 apep; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_def.h2735 u32 apep : 22; member
2813 u32 apep : 22; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_def.h2711 u32 apep : 22; member
2789 u32 apep : 22; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_mp.c1320 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 Drtw_mp.h980 u32 apep; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Drtw_mp.h993 u32 apep; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_mp.c1360 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()