Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8723bs/hal/
Dhal_com_phycfg.c1870 u8 BW40PwrBasedBm2_4G = 0x2E; in PHY_ConvertTxPowerLimitToPowerIndex() local
1888BW40PwrBasedBm2_4G = PHY_GetTxPowerByRateBase(Adapter, BAND_ON_2_4G, rfPath, RF_4TX, HT_MCS24_MCS3… in PHY_ConvertTxPowerLimitToPowerIndex()
1890BW40PwrBasedBm2_4G = PHY_GetTxPowerByRateBase(Adapter, BAND_ON_2_4G, rfPath, RF_3TX, HT_MCS16_MCS2… in PHY_ConvertTxPowerLimitToPowerIndex()
1892BW40PwrBasedBm2_4G = PHY_GetTxPowerByRateBase(Adapter, BAND_ON_2_4G, rfPath, RF_2TX, HT_MCS8_MCS15… in PHY_ConvertTxPowerLimitToPowerIndex()
1894BW40PwrBasedBm2_4G = PHY_GetTxPowerByRateBase(Adapter, BAND_ON_2_4G, rfPath, RF_1TX, HT_MCS0_MCS7); in PHY_ConvertTxPowerLimitToPowerIndex()
1896 BW40PwrBasedBm2_4G = PHY_GetTxPowerByRateBase(Adapter, BAND_ON_2_4G, rfPath, RF_1TX, OFDM); in PHY_ConvertTxPowerLimitToPowerIndex()
1898 BW40PwrBasedBm2_4G = PHY_GetTxPowerByRateBase(Adapter, BAND_ON_2_4G, rfPath, RF_1TX, CCK); in PHY_ConvertTxPowerLimitToPowerIndex()
1900 BW40PwrBasedBm2_4G = Adapter->registrypriv.RegPowerBase * 2; in PHY_ConvertTxPowerLimitToPowerIndex()
1903 tempValue = tempPwrLmt - BW40PwrBasedBm2_4G; in PHY_ConvertTxPowerLimitToPowerIndex()