Searched refs:MGN_VHT1SS_MCS0 (Results 1 – 6 of 6) sorted by relevance
/drivers/staging/rtl8723bs/hal/ |
D | hal_com_phycfg.c | 573 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 …]
|
D | hal_com.c | 304 case MGN_VHT1SS_MCS0: in MRateToHwRate() 569 ret_rate = MGN_VHT1SS_MCS0; in HwRateToMRate()
|
/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | def.h | 44 #define MGN_VHT1SS_MCS0 0x90 macro
|
D | dm.c | 1087 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()
|
D | phy.c | 1258 case MGN_VHT1SS_MCS0: in _rtl8812ae_phy_get_txpower_by_rate_base_index()
|
/drivers/staging/rtl8723bs/include/ |
D | ieee80211.h | 487 MGN_VHT1SS_MCS0, enumerator 531 #define IS_VHT_RATE(_rate) (_rate >= MGN_VHT1SS_MCS0 && _rate <= MGN_VHT4SS_MCS9)
|