Searched refs:MGN_MCS7 (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/drivers/staging/rtl8723bs/hal/ |
D | hal_com_phycfg.c | 76 base = PHY_GetTxPowerByRate(padapter, path, MGN_MCS7); in phy_StoreTxPowerByRateBase() 218 RateIndex[3] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS7); in PHY_GetRateValuesOfTxPowerByRate() 304 RateIndex[3] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS7); in PHY_GetRateValuesOfTxPowerByRate() 385 MGN_MCS0, MGN_MCS1, MGN_MCS2, MGN_MCS3, MGN_MCS4, MGN_MCS5, MGN_MCS6, MGN_MCS7 in phy_ConvertTxPowerByRateInDbmToRelativeValues() 403 base = PHY_GetTxPowerByRate(padapter, path, MGN_MCS7); in phy_ConvertTxPowerByRateInDbmToRelativeValues() 442 …u8 htRates1T[] = {MGN_MCS0, MGN_MCS1, MGN_MCS2, MGN_MCS3, MGN_MCS4, MGN_MCS5, MGN_MCS6, MGN_MCS7}; in PHY_SetTxPowerIndexByRateSection() 476 if (MGN_MCS0 <= Rate && Rate <= MGN_MCS7) in PHY_GetTxPowerIndexBase() 479 if (MGN_MCS0 <= Rate && Rate <= MGN_MCS7) in PHY_GetTxPowerIndexBase() 564 case MGN_MCS7: in PHY_GetRateIndexOfTxPowerByRate() 677 case MGN_MCS4: case MGN_MCS5: case MGN_MCS6: case MGN_MCS7: in get_rate_sctn_idx()
|
D | hal_com.c | 213 case MGN_MCS7: in MRateToHwRate() 286 ret_rate = MGN_MCS7; in HwRateToMRate()
|
D | rtl8723b_phycfg.c | 518 case MGN_MCS7: in PHY_SetTxPowerIndex()
|
D | HalPhyRf_8723B.c | 212 else if ((TxRate >= MGN_MCS5) && (TxRate <= MGN_MCS7)) /* 64QAM */ in ODM_TxPwrTrackSetPwr_8723B()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | def.h | 34 #define MGN_MCS7 0x87 macro
|
D | dm.c | 1058 ret_rate = MGN_MCS7; in rtl8821ae_hw_rate_to_mrate() 1207 else if ((tx_rate >= MGN_MCS5) && (tx_rate <= MGN_MCS7)) in rtl8812ae_dm_txpwr_track_set_pwr() 1884 else if ((tx_rate >= MGN_MCS5) && (tx_rate <= MGN_MCS7)) in rtl8821ae_dm_txpwr_track_set_pwr()
|
D | phy.c | 1194 case MGN_MCS7: in _rtl8812ae_phy_get_txpower_by_rate_base_index() 1235 case MGN_MCS7: in _rtl8812ae_phy_get_txpower_by_rate_base_index() 1320 BAND_ON_2_4G, MGN_MCS7); in _rtl8812ae_phy_convert_txpower_limit_to_power_index() 1373 BAND_ON_5G, MGN_MCS7); in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
|
/linux-6.12.1/drivers/staging/rtl8192e/rtl8192e/ |
D | r8192E_dev.c | 781 case MGN_MCS7: in _rtl92e_rate_mgn_to_hw() 1078 ret_rate = MGN_MCS7; in _rtl92e_rate_hw_to_mgn() 1591 case MGN_MCS7: in _rtl92e_update_received_rate_histogram_stats()
|
/linux-6.12.1/drivers/staging/rtl8723bs/include/ |
D | ieee80211.h | 393 MGN_MCS7, enumerator
|
/linux-6.12.1/drivers/staging/rtl8192e/ |
D | rtllib.h | 194 #define MGN_MCS7 0x87 macro
|