Searched refs:MGN_MCS7 (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/drivers/staging/rtl8723bs/hal/ |
D | hal_com_phycfg.c | 77 base = PHY_GetTxPowerByRate(padapter, path, MGN_MCS7); in phy_StoreTxPowerByRateBase() 219 RateIndex[3] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS7); in PHY_GetRateValuesOfTxPowerByRate() 305 RateIndex[3] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS7); in PHY_GetRateValuesOfTxPowerByRate() 386 MGN_MCS0, MGN_MCS1, MGN_MCS2, MGN_MCS3, MGN_MCS4, MGN_MCS5, MGN_MCS6, MGN_MCS7 in phy_ConvertTxPowerByRateInDbmToRelativeValues() 404 base = PHY_GetTxPowerByRate(padapter, path, MGN_MCS7); in phy_ConvertTxPowerByRateInDbmToRelativeValues() 443 …u8 htRates1T[] = {MGN_MCS0, MGN_MCS1, MGN_MCS2, MGN_MCS3, MGN_MCS4, MGN_MCS5, MGN_MCS6, MGN_MCS7}; in PHY_SetTxPowerIndexByRateSection() 477 if (MGN_MCS0 <= Rate && Rate <= MGN_MCS7) in PHY_GetTxPowerIndexBase() 480 if (MGN_MCS0 <= Rate && Rate <= MGN_MCS7) in PHY_GetTxPowerIndexBase() 565 case MGN_MCS7: in PHY_GetRateIndexOfTxPowerByRate() 678 case MGN_MCS4: case MGN_MCS5: case MGN_MCS6: case MGN_MCS7: in get_rate_sctn_idx()
|
D | hal_com.c | 214 case MGN_MCS7: in MRateToHwRate() 287 ret_rate = MGN_MCS7; in HwRateToMRate()
|
D | rtl8723b_phycfg.c | 519 case MGN_MCS7: in PHY_SetTxPowerIndex()
|
D | HalPhyRf_8723B.c | 213 else if ((TxRate >= MGN_MCS5) && (TxRate <= MGN_MCS7)) /* 64QAM */ in ODM_TxPwrTrackSetPwr_8723B()
|
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | def.h | 34 #define MGN_MCS7 0x87 macro
|
D | dm.c | 1060 ret_rate = MGN_MCS7; in rtl8821ae_hw_rate_to_mrate() 1209 else if ((tx_rate >= MGN_MCS5) && (tx_rate <= MGN_MCS7)) in rtl8812ae_dm_txpwr_track_set_pwr() 1886 else if ((tx_rate >= MGN_MCS5) && (tx_rate <= MGN_MCS7)) in rtl8821ae_dm_txpwr_track_set_pwr()
|
D | phy.c | 1200 case MGN_MCS7: in _rtl8812ae_phy_get_txpower_by_rate_base_index() 1241 case MGN_MCS7: in _rtl8812ae_phy_get_txpower_by_rate_base_index() 1326 BAND_ON_2_4G, MGN_MCS7); in _rtl8812ae_phy_convert_txpower_limit_to_power_index() 1379 BAND_ON_5G, MGN_MCS7); in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
|
/linux-6.1.9/drivers/staging/rtl8723bs/include/ |
D | ieee80211.h | 391 MGN_MCS7, enumerator
|
/linux-6.1.9/drivers/staging/rtl8192e/rtl8192e/ |
D | r8192E_dev.c | 955 case MGN_MCS7: in _rtl92e_rate_mgn_to_hw() 1254 ret_rate = MGN_MCS7; in _rtl92e_rate_hw_to_mgn() 1816 case MGN_MCS7: in _rtl92e_update_received_rate_histogram_stats()
|
/linux-6.1.9/drivers/staging/rtl8192u/ |
D | r8192U_core.c | 1158 case MGN_MCS7: in MRateToHwRate8190Pci() 3470 ret_rate = MGN_MCS7; in HwRateToMRate90() 4208 case MGN_MCS7: in UpdateReceivedRateHistogramStatistics8190()
|
/linux-6.1.9/drivers/staging/rtl8192e/ |
D | rtllib.h | 218 #define MGN_MCS7 0x87 macro
|
/linux-6.1.9/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211.h | 162 #define MGN_MCS7 0x87 macro
|