Home
last modified time | relevance | path

Searched refs:MGN_VHT1SS_MCS0 (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/rtl8723bs/hal/
Dhal_com_phycfg.c573 RateIndex[0] = PHY_GetRateIndexOfTxPowerByRate(MGN_VHT1SS_MCS0); in PHY_GetRateValuesOfTxPowerByRate()
836 MGN_VHT1SS_MCS0, MGN_VHT1SS_MCS1, MGN_VHT1SS_MCS2, MGN_VHT1SS_MCS3, MGN_VHT1SS_MCS4, in phy_ConvertTxPowerByRateInDbmToRelativeValues()
975 …u8 vhtRates1T[] = {MGN_VHT1SS_MCS0, MGN_VHT1SS_MCS1, MGN_VHT1SS_MCS2, MGN_VHT1SS_MCS3, MGN_VHT1SS_… in PHY_SetTxPowerIndexByRateSection()
1078 …if ((MGN_MCS0 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT1SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9… in PHY_GetTxPowerIndexBase()
1091 …if ((MGN_MCS0 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT1SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9… in PHY_GetTxPowerIndexBase()
1106 …if ((MGN_MCS0 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT1SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9… in PHY_GetTxPowerIndexBase()
1136 …if ((MGN_MCS0 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT1SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS… in PHY_GetTxPowerIndexBase()
1149 …if ((MGN_MCS0 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT1SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS… in PHY_GetTxPowerIndexBase()
1170 …if ((MGN_MCS0 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT1SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS… in PHY_GetTxPowerIndexBase()
1345 case MGN_VHT1SS_MCS0: in PHY_GetRateIndexOfTxPowerByRate()
[all …]
Dhal_com.c304 case MGN_VHT1SS_MCS0: in MRateToHwRate()
569 ret_rate = MGN_VHT1SS_MCS0; in HwRateToMRate()
/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Ddef.h44 #define MGN_VHT1SS_MCS0 0x90 macro
Ddm.c1087 ret_rate = MGN_VHT1SS_MCS0; in rtl8821ae_hw_rate_to_mrate()
1223 else if ((tx_rate >= MGN_VHT1SS_MCS0) && in rtl8812ae_dm_txpwr_track_set_pwr()
1890 else if ((tx_rate >= MGN_VHT1SS_MCS0) && in rtl8821ae_dm_txpwr_track_set_pwr()
Dphy.c1258 case MGN_VHT1SS_MCS0: in _rtl8812ae_phy_get_txpower_by_rate_base_index()
/drivers/staging/rtl8723bs/include/
Dieee80211.h487 MGN_VHT1SS_MCS0, enumerator
531 #define IS_VHT_RATE(_rate) (_rate >= MGN_VHT1SS_MCS0 && _rate <= MGN_VHT4SS_MCS9)