Lines Matching refs:RfPath

13 u8 PHY_GetTxPowerByRateBase(struct adapter *Adapter, u8 RfPath,  in PHY_GetTxPowerByRateBase()  argument
19 if (RfPath >= RF_PATH_MAX) in PHY_GetTxPowerByRateBase()
24 value = pHalData->TxPwrByRateBase2_4G[RfPath][0]; in PHY_GetTxPowerByRateBase()
27 value = pHalData->TxPwrByRateBase2_4G[RfPath][1]; in PHY_GetTxPowerByRateBase()
30 value = pHalData->TxPwrByRateBase2_4G[RfPath][2]; in PHY_GetTxPowerByRateBase()
40 phy_SetTxPowerByRateBase(struct adapter *Adapter, u8 RfPath, in phy_SetTxPowerByRateBase() argument
45 if (RfPath >= RF_PATH_MAX) in phy_SetTxPowerByRateBase()
50 pHalData->TxPwrByRateBase2_4G[RfPath][0] = Value; in phy_SetTxPowerByRateBase()
53 pHalData->TxPwrByRateBase2_4G[RfPath][1] = Value; in phy_SetTxPowerByRateBase()
56 pHalData->TxPwrByRateBase2_4G[RfPath][2] = Value; in phy_SetTxPowerByRateBase()
318 static void PHY_StoreTxPowerByRateNew(struct adapter *padapter, u32 RfPath, in PHY_StoreTxPowerByRateNew() argument
327 if (RfPath >= RF_PATH_MAX) in PHY_StoreTxPowerByRateNew()
331 pHalData->TxPwrByRateOffset[RfPath][rateIndex[i]] = PwrByRateVal[i]; in PHY_StoreTxPowerByRateNew()
357 u32 RfPath, in PHY_StoreTxPowerByRate() argument
367 PHY_StoreTxPowerByRateNew(padapter, RfPath, RegAddr, BitMask, Data); in PHY_StoreTxPowerByRate()
810 u8 *RfPath, in PHY_SetTxPowerLimit() argument
833 if (eqNByte(RateSection, (u8 *)("CCK"), 3) && eqNByte(RfPath, (u8 *)("1T"), 2)) in PHY_SetTxPowerLimit()
835 else if (eqNByte(RateSection, (u8 *)("OFDM"), 4) && eqNByte(RfPath, (u8 *)("1T"), 2)) in PHY_SetTxPowerLimit()
837 else if (eqNByte(RateSection, (u8 *)("HT"), 2) && eqNByte(RfPath, (u8 *)("1T"), 2)) in PHY_SetTxPowerLimit()