Home
last modified time | relevance | path

Searched refs:MGN_11M (Results 1 – 11 of 11) sorted by relevance

/linux-6.12.1/drivers/staging/rtl8723bs/hal/
Dhal_com_phycfg.c70 base = PHY_GetTxPowerByRate(padapter, path, MGN_11M); in phy_StoreTxPowerByRateBase()
187 RateIndex[2] = PHY_GetRateIndexOfTxPowerByRate(MGN_11M); in PHY_GetRateValuesOfTxPowerByRate()
194 RateIndex[0] = PHY_GetRateIndexOfTxPowerByRate(MGN_11M); in PHY_GetRateValuesOfTxPowerByRate()
244 RateIndex[3] = PHY_GetRateIndexOfTxPowerByRate(MGN_11M); in PHY_GetRateValuesOfTxPowerByRate()
379 MGN_1M, MGN_2M, MGN_5_5M, MGN_11M in phy_ConvertTxPowerByRateInDbmToRelativeValues()
389 base = PHY_GetTxPowerByRate(padapter, path, MGN_11M); in phy_ConvertTxPowerByRateInDbmToRelativeValues()
428 u8 cckRates[] = {MGN_1M, MGN_2M, MGN_5_5M, MGN_11M}; in PHY_SetTxPowerIndexByRateSection()
495 if ((Rate == MGN_1M) || (Rate == MGN_2M) || (Rate == MGN_5_5M) || (Rate == MGN_11M)) in PHY_GetTxPowerTrackingOffset()
516 case MGN_11M: in PHY_GetRateIndexOfTxPowerByRate()
671 case MGN_1M: case MGN_2M: case MGN_5_5M: case MGN_11M: in get_rate_sctn_idx()
Dhal_com.c165 case MGN_11M: in MRateToHwRate()
238 ret_rate = MGN_11M; in HwRateToMRate()
Drtl8723b_phycfg.c466 case MGN_11M: in PHY_SetTxPowerIndex()
DHalPhyRf_8723B.c199 if ((TxRate >= MGN_1M) && (TxRate <= MGN_11M)) in ODM_TxPwrTrackSetPwr_8723B()
/linux-6.12.1/drivers/staging/rtl8723bs/include/
Dieee80211.h378 MGN_11M = 0x16, enumerator
398 …IS_CCK_RATE(_rate) (MGN_1M == _rate || _rate == MGN_2M || _rate == MGN_5_5M || _rate == MGN_11M)
399 #define IS_OFDM_RATE(_rate) (MGN_6M <= _rate && _rate <= MGN_54M && _rate != MGN_11M)
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Ddef.h15 #define MGN_11M 0x16 macro
Ddm.c1010 ret_rate = MGN_11M; in rtl8821ae_hw_rate_to_mrate()
1192 if ((tx_rate >= MGN_1M) && (tx_rate <= MGN_11M)) in rtl8812ae_dm_txpwr_track_set_pwr()
1869 if ((tx_rate >= MGN_1M) && (tx_rate <= MGN_11M)) in rtl8821ae_dm_txpwr_track_set_pwr()
Dphy.c1172 case MGN_11M: in _rtl8812ae_phy_get_txpower_by_rate_base_index()
1312 BAND_ON_2_4G, MGN_11M); in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
/linux-6.12.1/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_dev.c733 case MGN_11M: in _rtl92e_rate_mgn_to_hw()
1026 ret_rate = MGN_11M; in _rtl92e_rate_hw_to_mgn()
1543 case MGN_11M: in _rtl92e_update_received_rate_histogram_stats()
Drtl_core.c438 case MGN_11M: in rtl92e_config_rate()
480 case MGN_11M: in rtl92e_config_rate()
/linux-6.12.1/drivers/staging/rtl8192e/
Drtllib.h176 #define MGN_11M 0x16 macro