Home
last modified time | relevance | path

Searched refs:MGN_VHT4SS_MCS9 (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8723bs/hal/
Dhal_com_phycfg.c1000 MGN_VHT4SS_MCS5, MGN_VHT4SS_MCS6, MGN_VHT4SS_MCS7, MGN_VHT4SS_MCS8, MGN_VHT4SS_MCS9}; in PHY_SetTxPowerIndexByRateSection()
1078 …f ((MGN_MCS0 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT1SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) in PHY_GetTxPowerIndexBase()
1080 …f ((MGN_MCS8 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT2SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) in PHY_GetTxPowerIndexBase()
1082 … ((MGN_MCS16 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT3SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) in PHY_GetTxPowerIndexBase()
1084 … ((MGN_MCS24 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT4SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) in PHY_GetTxPowerIndexBase()
1091 …f ((MGN_MCS0 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT1SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) in PHY_GetTxPowerIndexBase()
1093 …f ((MGN_MCS8 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT2SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) in PHY_GetTxPowerIndexBase()
1095 … ((MGN_MCS16 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT3SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) in PHY_GetTxPowerIndexBase()
1097 … ((MGN_MCS24 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT4SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) in PHY_GetTxPowerIndexBase()
1106 …f ((MGN_MCS0 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT1SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) in PHY_GetTxPowerIndexBase()
[all …]
Dhal_com.c425 case MGN_VHT4SS_MCS9: in MRateToHwRate()
690 ret_rate = MGN_VHT4SS_MCS9; in HwRateToMRate()
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dieee80211.h527 MGN_VHT4SS_MCS9, enumerator
532 #define IS_VHT_RATE(_rate) (_rate >= MGN_VHT1SS_MCS0 && _rate <= MGN_VHT4SS_MCS9)