Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Dhal_com_phycfg.c71 base = PHY_GetTxPowerByRate(padapter, path, MGN_11M); in phy_StoreTxPowerByRateBase()
74 base = PHY_GetTxPowerByRate(padapter, path, MGN_54M); in phy_StoreTxPowerByRateBase()
77 base = PHY_GetTxPowerByRate(padapter, path, MGN_MCS7); in phy_StoreTxPowerByRateBase()
390 base = PHY_GetTxPowerByRate(padapter, path, MGN_11M); in phy_ConvertTxPowerByRateInDbmToRelativeValues()
392 value = PHY_GetTxPowerByRate(padapter, path, cckRates[i]); in phy_ConvertTxPowerByRateInDbmToRelativeValues()
397 base = PHY_GetTxPowerByRate(padapter, path, MGN_54M); in phy_ConvertTxPowerByRateInDbmToRelativeValues()
399 value = PHY_GetTxPowerByRate(padapter, path, ofdmRates[i]); in phy_ConvertTxPowerByRateInDbmToRelativeValues()
404 base = PHY_GetTxPowerByRate(padapter, path, MGN_MCS7); in phy_ConvertTxPowerByRateInDbmToRelativeValues()
406 value = PHY_GetTxPowerByRate(padapter, path, mcs0_7Rates[i]); in phy_ConvertTxPowerByRateInDbmToRelativeValues()
574 s8 PHY_GetTxPowerByRate(struct adapter *padapter, u8 RFPath, u8 Rate) in PHY_GetTxPowerByRate() function
H A Drtl8723b_phycfg.c541 powerDiffByRate = PHY_GetTxPowerByRate(padapter, RF_PATH_A, Rate); in PHY_GetTxPowerIndex()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dhal_com_phycfg.h72 s8 PHY_GetTxPowerByRate(struct adapter *padapter, u8 RFPath, u8 RateIndex);