Home
last modified time | relevance | path

Searched refs:n_mpdu (Results 1 – 20 of 20) 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()
127 apep_tmp = (*n_mpdu - 1)*(4 + 4 * halbb_ceil(*mpdu_length, 4)) + (4 + *mpdu_length); in halbb_find_apep()
132 *n_mpdu = *n_mpdu + 1; 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()
140 apep_tmp = (*n_mpdu - 1)*(4 + 4 * halbb_ceil(*mpdu_length , 4)) + (4 + *mpdu_length); in halbb_find_apep()
[all …]
H A Dhalbb_plcp_gen.h120 u32 n_mpdu : 9; member
164 u32 n_mpdu : 9; member
H A Dhalbb_plcp_tx_ex.h140 u32 n_mpdu : 9; member
H A Dhalbb_plcp_tx.c93 in->usr[i].n_mpdu = 0; in rtw_halbb_plcp_gen_init()
128 in_plcp->usr[i].n_mpdu = in->usr[i].n_mpdu; in rtw_halbb_plcp_gen_init()
385 halbb_set_bit(3, 1, out_plcp->usr[0].n_mpdu > 1 ? 1 : 0, &siga2); in halbb_plcp_siga()
771 u32 n_mpdu[4] = {cr->usr0_n_mpdu, cr->usr1_n_mpdu, cr->usr2_n_mpdu, in halbb_plcp_delimiter() local
790 halbb_set_reg_cmn(bb, n_mpdu[i], n_mpdu_m[i], 0, phy_idx); in halbb_plcp_delimiter()
797 if (out_plcp->usr[i].n_mpdu == 1) in halbb_plcp_delimiter()
817 halbb_set_reg_cmn(bb, n_mpdu[i], n_mpdu_m[i], out_plcp->usr[i].n_mpdu, phy_idx); in halbb_plcp_delimiter()
/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()
127 apep_tmp = (*n_mpdu - 1)*(4 + 4 * halbb_ceil(*mpdu_length, 4)) + (4 + *mpdu_length); in halbb_find_apep()
132 *n_mpdu = *n_mpdu + 1; 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()
140 apep_tmp = (*n_mpdu - 1)*(4 + 4 * halbb_ceil(*mpdu_length , 4)) + (4 + *mpdu_length); in halbb_find_apep()
[all …]
H A Dhalbb_plcp_gen.h120 u32 n_mpdu : 9; member
164 u32 n_mpdu : 9; member
H A Dhalbb_plcp_tx_ex.h140 u32 n_mpdu : 9; member
H A Dhalbb_plcp_tx.c93 in->usr[i].n_mpdu = 0; in rtw_halbb_plcp_gen_init()
128 in_plcp->usr[i].n_mpdu = in->usr[i].n_mpdu; in rtw_halbb_plcp_gen_init()
385 halbb_set_bit(3, 1, out_plcp->usr[0].n_mpdu > 1 ? 1 : 0, &siga2); in halbb_plcp_siga()
771 u32 n_mpdu[4] = {cr->usr0_n_mpdu, cr->usr1_n_mpdu, cr->usr2_n_mpdu, in halbb_plcp_delimiter() local
790 halbb_set_reg_cmn(bb, n_mpdu[i], n_mpdu_m[i], 0, phy_idx); in halbb_plcp_delimiter()
797 if (out_plcp->usr[i].n_mpdu == 1) in halbb_plcp_delimiter()
817 halbb_set_reg_cmn(bb, n_mpdu[i], n_mpdu_m[i], out_plcp->usr[i].n_mpdu, phy_idx); in halbb_plcp_delimiter()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/rf/
H A Dhalrf_pmac.h52 u32 n_mpdu : 9; member
H A Dhalrf_pmac.c41 plcp->usr[0].n_mpdu = 0; /*def*/ in halrf_set_plcp_usr_info()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/rf/
H A Dhalrf_pmac.h52 u32 n_mpdu : 9; member
H A Dhalrf_pmac.c41 plcp->usr[0].n_mpdu = 0; /*def*/ in halrf_set_plcp_usr_info()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/mp/
H A Dphl_test_mp_tx.c37 PHL_INFO("%s arg->n_mpdu = %d\n",__FUNCTION__, arg->n_mpdu); in phl_mp_get_plcp_usr_info()
52 mp->usr[plcp_usr_idx].n_mpdu = arg->n_mpdu; in phl_mp_get_plcp_usr_info()
68 PHL_INFO("%s n_mpdu = %d\n",__FUNCTION__, mp->usr[plcp_usr_idx].n_mpdu); in phl_mp_get_plcp_usr_info()
205 PHL_INFO("%s n_mpdu = %d\n",__FUNCTION__, plcp_tx_struct->usr[i].n_mpdu); in phl_mp_get_plcp_common_info()
H A Dphl_test_mp_def.h344 u32 n_mpdu; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/mp/
H A Dphl_test_mp_tx.c37 PHL_INFO("%s arg->n_mpdu = %d\n",__FUNCTION__, arg->n_mpdu); in phl_mp_get_plcp_usr_info()
52 mp->usr[plcp_usr_idx].n_mpdu = arg->n_mpdu; in phl_mp_get_plcp_usr_info()
68 PHL_INFO("%s n_mpdu = %d\n",__FUNCTION__, mp->usr[plcp_usr_idx].n_mpdu); in phl_mp_get_plcp_usr_info()
205 PHL_INFO("%s n_mpdu = %d\n",__FUNCTION__, plcp_tx_struct->usr[i].n_mpdu); in phl_mp_get_plcp_common_info()
H A Dphl_test_mp_def.h349 u32 n_mpdu; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_def.h2727 u32 n_mpdu : 9; member
2805 u32 n_mpdu : 9; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_def.h2703 u32 n_mpdu : 9; member
2781 u32 n_mpdu : 9; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Drtw_mp.h974 u32 n_mpdu; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Drtw_mp.h987 u32 n_mpdu; member