Searched refs:PHY_GetTxPowerByRate (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/staging/rtl8723bs/hal/ |
H 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
|
/linux/drivers/staging/rtl8723bs/include/ |
H A D | hal_com_phycfg.h | 72 s8 PHY_GetTxPowerByRate(struct adapter *padapter, u8 RFPath, u8 RateIndex);
|