Home
last modified time | relevance | path

Searched refs:he_sigb (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/
H A Dhalbb_plcp_tx.c950 struct bb_h2c_he_sigb *he_sigb = &bb->bb_h2c_he_sigb_i; in halbb_he_sigb() local
954 u32 *bb_h2c = (u32 *)he_sigb; in halbb_he_sigb()
982 he_sigb->n_sym_sigb_ch1[i].address= n_sym_sigb_ch1_phy0[i]; in halbb_he_sigb()
983 he_sigb->n_sym_sigb_ch2[i].address = n_sym_sigb_ch2_phy0[i]; in halbb_he_sigb()
994 he_sigb->dl_rua_out.ppdu_bw = (u16)in->dbw; in halbb_he_sigb()
995 he_sigb->dl_rua_out.sta_list_num = (u8)in->n_user; in halbb_he_sigb()
996 he_sigb->dl_rua_out.fixed_mode = 1; in halbb_he_sigb()
997 he_sigb->force_sigb_rate = 1; // Force SIGB MCS & DCM setting in halbb_he_sigb()
998 he_sigb->force_sigb_mcs = (u8)in->he_mcs_sigb; in halbb_he_sigb()
999 he_sigb->force_sigb_dcm = (u8)in->he_dcm_sigb; in halbb_he_sigb()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/
H A Dhalbb_plcp_tx.c950 struct bb_h2c_he_sigb *he_sigb = &bb->bb_h2c_he_sigb_i; in halbb_he_sigb() local
954 u32 *bb_h2c = (u32 *)he_sigb; in halbb_he_sigb()
982 he_sigb->n_sym_sigb_ch1[i].address= n_sym_sigb_ch1_phy0[i]; in halbb_he_sigb()
983 he_sigb->n_sym_sigb_ch2[i].address = n_sym_sigb_ch2_phy0[i]; in halbb_he_sigb()
994 he_sigb->dl_rua_out.ppdu_bw = (u16)in->dbw; in halbb_he_sigb()
995 he_sigb->dl_rua_out.sta_list_num = (u8)in->n_user; in halbb_he_sigb()
996 he_sigb->dl_rua_out.fixed_mode = 1; in halbb_he_sigb()
997 he_sigb->force_sigb_rate = 1; // Force SIGB MCS & DCM setting in halbb_he_sigb()
998 he_sigb->force_sigb_mcs = (u8)in->he_mcs_sigb; in halbb_he_sigb()
999 he_sigb->force_sigb_dcm = (u8)in->he_dcm_sigb; in halbb_he_sigb()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/
H A Dioctl_mp.c2960 u32 he_sigb = 0; in rtw_mp_tx_plcp_tx_data() local
2962 if (sscanf(extra, "he_sigb=%d", &he_sigb) > 0) { in rtw_mp_tx_plcp_tx_data()
2963 if (he_sigb <= 5) { in rtw_mp_tx_plcp_tx_data()
2964 pmp_priv->rtw_mp_he_sigb = he_sigb; in rtw_mp_tx_plcp_tx_data()
2965 sprintf(extra, "Config HE SIGB:%d", he_sigb); in rtw_mp_tx_plcp_tx_data()
2967 sprintf(extra, "Error Config HE SIGB:[%d] (0~5)", he_sigb); in rtw_mp_tx_plcp_tx_data()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/
H A Dioctl_mp.c3002 u32 he_sigb = 0; in rtw_mp_tx_plcp_tx_data() local
3004 if (sscanf(extra, "he_sigb=%d", &he_sigb) > 0) { in rtw_mp_tx_plcp_tx_data()
3005 if (he_sigb <= 5) { in rtw_mp_tx_plcp_tx_data()
3006 pmp_priv->rtw_mp_he_sigb = he_sigb; in rtw_mp_tx_plcp_tx_data()
3007 sprintf(extra, "Config HE SIGB:%d", he_sigb); in rtw_mp_tx_plcp_tx_data()
3009 sprintf(extra, "Error Config HE SIGB:[%d] (0~5)", he_sigb); in rtw_mp_tx_plcp_tx_data()