Home
last modified time | relevance | path

Searched refs:MAX_POWER_INDEX (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dphy.h16 #define MAX_POWER_INDEX 0x3F macro
Dphy.c987 if (txpower > MAX_POWER_INDEX) in _rtl8723be_get_txpower_index()
988 txpower = MAX_POWER_INDEX; in _rtl8723be_get_txpower_index()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dphy.h16 #define MAX_POWER_INDEX 0x3f macro
Dphy.c1268 if (tx_power > MAX_POWER_INDEX) in _rtl92ee_get_txpower_index()
1269 tx_power = MAX_POWER_INDEX; in _rtl92ee_get_txpower_index()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/
Dhal_com_phycfg.h37 #define MAX_POWER_INDEX 0x3F macro
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/
Dhal_com_phycfg.c1684 s8 pwr_lmt = MAX_POWER_INDEX; in phy_get_tx_pwr_lmt()
1690 return MAX_POWER_INDEX; in phy_get_tx_pwr_lmt()
1745 return MAX_POWER_INDEX; in phy_get_tx_pwr_lmt()
1823 if (tempPwrLmt == MAX_POWER_INDEX) { in phy_CrossReferenceHTAndVHTTxPowerLimit()
1902 if (tempPwrLmt != MAX_POWER_INDEX) { in PHY_ConvertTxPowerLimitToPowerIndex()
1927 pHalData->TxPwrLimit_2_4G[i][j][k][m][l] = MAX_POWER_INDEX; in PHY_InitTxPowerLimit()
1935 pHalData->TxPwrLimit_5G[i][j][k][m][l] = MAX_POWER_INDEX; in PHY_InitTxPowerLimit()
1963 powerLimit = powerLimit > MAX_POWER_INDEX ? MAX_POWER_INDEX : powerLimit; in PHY_SetTxPowerLimit()
Drtl8723b_phycfg.c642 if (txPower > MAX_POWER_INDEX) in PHY_GetTxPowerIndex()
643 txPower = MAX_POWER_INDEX; in PHY_GetTxPowerIndex()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.h16 #define MAX_POWER_INDEX 0x3F macro
Dphy.c1139 if (temp_pwrlmt == MAX_POWER_INDEX) { in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1347 if (temp_pwrlmt != MAX_POWER_INDEX) { in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1411 if (temp_pwrlmt != MAX_POWER_INDEX) { in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1450 = MAX_POWER_INDEX; in _rtl8821ae_phy_init_txpower_limit()
1459 = MAX_POWER_INDEX; in _rtl8821ae_phy_init_txpower_limit()
1659 power_limit = power_limit > MAX_POWER_INDEX ? in _rtl8812ae_phy_set_txpower_limit()
1660 MAX_POWER_INDEX : power_limit; in _rtl8812ae_phy_set_txpower_limit()
2344 s8 power_limit = MAX_POWER_INDEX; in _rtl8812ae_phy_get_txpower_limit()
2347 return MAX_POWER_INDEX; in _rtl8812ae_phy_get_txpower_limit()
2461 return MAX_POWER_INDEX; in _rtl8812ae_phy_get_txpower_limit()
[all …]