Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/hal/
H A Dhal_com_phycfg.c67 base = PHY_GetTxPowerByRate(padapter, path, MGN_11M); in phy_StoreTxPowerByRateBase()
70 base = PHY_GetTxPowerByRate(padapter, path, MGN_54M); in phy_StoreTxPowerByRateBase()
73 base = PHY_GetTxPowerByRate(padapter, path, MGN_MCS7); in phy_StoreTxPowerByRateBase()
386 base = PHY_GetTxPowerByRate(padapter, path, MGN_11M); in phy_ConvertTxPowerByRateInDbmToRelativeValues()
388 value = PHY_GetTxPowerByRate(padapter, path, cckRates[i]); in phy_ConvertTxPowerByRateInDbmToRelativeValues()
393 base = PHY_GetTxPowerByRate(padapter, path, MGN_54M); in phy_ConvertTxPowerByRateInDbmToRelativeValues()
395 value = PHY_GetTxPowerByRate(padapter, path, ofdmRates[i]); in phy_ConvertTxPowerByRateInDbmToRelativeValues()
400 base = PHY_GetTxPowerByRate(padapter, path, MGN_MCS7); in phy_ConvertTxPowerByRateInDbmToRelativeValues()
402 value = PHY_GetTxPowerByRate(padapter, path, mcs0_7Rates[i]); in phy_ConvertTxPowerByRateInDbmToRelativeValues()
570 s8 PHY_GetTxPowerByRate(struct adapter *padapter, u8 RFPath, u8 Rate) in PHY_GetTxPowerByRate() function
H A Drtl8723b_phycfg.c535 powerDiffByRate = PHY_GetTxPowerByRate(padapter, RF_PATH_A, Rate); in PHY_GetTxPowerIndex()
/linux/drivers/staging/rtl8723bs/include/
H A Dhal_com_phycfg.h72 s8 PHY_GetTxPowerByRate(struct adapter *padapter, u8 RFPath, u8 RateIndex);