Home
last modified time | relevance | path

Searched refs:MGN_1M (Results 1 – 8 of 8) sorted by relevance

/drivers/staging/rtl8723bs/hal/
A Dhal_com_phycfg.c177 RateIndex[0] = PHY_GetRateIndexOfTxPowerByRate(MGN_1M); in PHY_GetRateValuesOfTxPowerByRate()
227 RateIndex[0] = PHY_GetRateIndexOfTxPowerByRate(MGN_1M); in PHY_GetRateValuesOfTxPowerByRate()
241 RateIndex[0] = PHY_GetRateIndexOfTxPowerByRate(MGN_1M); in PHY_GetRateValuesOfTxPowerByRate()
379 MGN_1M, MGN_2M, MGN_5_5M, 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()
507 case MGN_1M: in PHY_GetRateIndexOfTxPowerByRate()
671 case MGN_1M: case MGN_2M: case MGN_5_5M: case MGN_11M: in get_rate_sctn_idx()
A Dhal_com.c153 case MGN_1M: in MRateToHwRate()
222 u8 ret_rate = MGN_1M; in HwRateToMRate()
226 ret_rate = MGN_1M; in HwRateToMRate()
A Drtl8723b_phycfg.c457 case MGN_1M: in PHY_SetTxPowerIndex()
A DHalPhyRf_8723B.c190 if ((TxRate >= MGN_1M) && (TxRate <= MGN_11M)) in ODM_TxPwrTrackSetPwr_8723B()
/drivers/staging/rtl8723bs/include/
A Dieee80211.h373 MGN_1M = 0x02, enumerator
398 #define IS_CCK_RATE(_rate) (MGN_1M == _rate || _rate == MGN_2M || _rate == MGN_5_5M || _rate == …
/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
A Ddef.h12 #define MGN_1M 0x02 macro
A Ddm.c994 u8 ret_rate = MGN_1M; in rtl8821ae_hw_rate_to_mrate()
998 ret_rate = MGN_1M; in rtl8821ae_hw_rate_to_mrate()
1189 if ((tx_rate >= MGN_1M) && (tx_rate <= MGN_11M)) in rtl8812ae_dm_txpwr_track_set_pwr()
1866 if ((tx_rate >= MGN_1M) && (tx_rate <= MGN_11M)) in rtl8821ae_dm_txpwr_track_set_pwr()
A Dphy.c1169 case MGN_1M: in _rtl8812ae_phy_get_txpower_by_rate_base_index()

Completed in 28 milliseconds