Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/
H A Dhalbb_cmn_rpt.c128 u16 ofst_ss = 0; in halbb_get_plurality_rx_rate_mu() local
164 ofst_ss = idx / HE_VHT_NUM_MCS; in halbb_get_plurality_rx_rate_mu()
166 if (ofst_ss >= 0) /*>=2SS*/ in halbb_get_plurality_rx_rate_mu()
167 idx -= (ofst_ss * HE_VHT_NUM_MCS); in halbb_get_plurality_rx_rate_mu()
171 rx_rate_plurality = ofst_mode + (ofst_ss << 4) + idx; in halbb_get_plurality_rx_rate_mu()
545 u16 ofst_ss = 0; in halbb_get_plurality_rx_rate_su() local
599 ofst_ss = idx / HE_VHT_NUM_MCS; in halbb_get_plurality_rx_rate_su()
601 if (ofst_ss >= 0) /*>=2SS*/ in halbb_get_plurality_rx_rate_su()
602 idx -= (ofst_ss * HE_VHT_NUM_MCS); in halbb_get_plurality_rx_rate_su()
607 rx_rate_plurality = ofst_mode + (ofst_ss << 4) + idx; in halbb_get_plurality_rx_rate_su()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/
H A Dhalbb_cmn_rpt.c128 u16 ofst_ss = 0; in halbb_get_plurality_rx_rate_mu() local
164 ofst_ss = idx / HE_VHT_NUM_MCS; in halbb_get_plurality_rx_rate_mu()
166 if (ofst_ss >= 0) /*>=2SS*/ in halbb_get_plurality_rx_rate_mu()
167 idx -= (ofst_ss * HE_VHT_NUM_MCS); in halbb_get_plurality_rx_rate_mu()
171 rx_rate_plurality = ofst_mode + (ofst_ss << 4) + idx; in halbb_get_plurality_rx_rate_mu()
545 u16 ofst_ss = 0; in halbb_get_plurality_rx_rate_su() local
599 ofst_ss = idx / HE_VHT_NUM_MCS; in halbb_get_plurality_rx_rate_su()
601 if (ofst_ss >= 0) /*>=2SS*/ in halbb_get_plurality_rx_rate_su()
602 idx -= (ofst_ss * HE_VHT_NUM_MCS); in halbb_get_plurality_rx_rate_su()
607 rx_rate_plurality = ofst_mode + (ofst_ss << 4) + idx; in halbb_get_plurality_rx_rate_su()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_api_bb.c1088 u16 ofst_ss = 0; in rtw_hal_bb_get_su_rx_rate() local
1134 ofst_ss = idx / HE_VHT_NUM_MCS; in rtw_hal_bb_get_su_rx_rate()
1136 if (ofst_ss >= 0) /*>=2SS*/ in rtw_hal_bb_get_su_rx_rate()
1137 idx -= (ofst_ss * HE_VHT_NUM_MCS); in rtw_hal_bb_get_su_rx_rate()
1139 rx_rate = ofst_mode + (ofst_ss << 4) + idx; in rtw_hal_bb_get_su_rx_rate()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_api_bb.c1088 u16 ofst_ss = 0; in rtw_hal_bb_get_su_rx_rate() local
1134 ofst_ss = idx / HE_VHT_NUM_MCS; in rtw_hal_bb_get_su_rx_rate()
1136 if (ofst_ss >= 0) /*>=2SS*/ in rtw_hal_bb_get_su_rx_rate()
1137 idx -= (ofst_ss * HE_VHT_NUM_MCS); in rtw_hal_bb_get_su_rx_rate()
1139 rx_rate = ofst_mode + (ofst_ss << 4) + idx; in rtw_hal_bb_get_su_rx_rate()