Searched refs:PHY_GetTxPowerByRate (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/staging/rtl8723bs/hal/ |
| A D | hal_com_phycfg.c | 70 base = PHY_GetTxPowerByRate(padapter, path, MGN_11M); in phy_StoreTxPowerByRateBase() 73 base = PHY_GetTxPowerByRate(padapter, path, MGN_54M); in phy_StoreTxPowerByRateBase() 76 base = PHY_GetTxPowerByRate(padapter, path, MGN_MCS7); in phy_StoreTxPowerByRateBase() 389 base = PHY_GetTxPowerByRate(padapter, path, MGN_11M); in phy_ConvertTxPowerByRateInDbmToRelativeValues() 391 value = PHY_GetTxPowerByRate(padapter, path, cckRates[i]); in phy_ConvertTxPowerByRateInDbmToRelativeValues() 396 base = PHY_GetTxPowerByRate(padapter, path, MGN_54M); in phy_ConvertTxPowerByRateInDbmToRelativeValues() 398 value = PHY_GetTxPowerByRate(padapter, path, ofdmRates[i]); in phy_ConvertTxPowerByRateInDbmToRelativeValues() 403 base = PHY_GetTxPowerByRate(padapter, path, MGN_MCS7); in phy_ConvertTxPowerByRateInDbmToRelativeValues() 405 value = PHY_GetTxPowerByRate(padapter, path, mcs0_7Rates[i]); in phy_ConvertTxPowerByRateInDbmToRelativeValues() 573 s8 PHY_GetTxPowerByRate(struct adapter *padapter, u8 RFPath, u8 Rate) in PHY_GetTxPowerByRate() function
|
| A D | rtl8723b_phycfg.c | 540 powerDiffByRate = PHY_GetTxPowerByRate(padapter, RF_PATH_A, Rate); in PHY_GetTxPowerIndex()
|
| /linux/drivers/staging/rtl8723bs/include/ |
| A D | hal_com_phycfg.h | 72 s8 PHY_GetTxPowerByRate(struct adapter *padapter, u8 RFPath, u8 RateIndex);
|
Completed in 34 milliseconds