Home
last modified time | relevance | path

Searched refs:RfPath (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Dhal_com_phycfg.c19 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()
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()
327 if (RfPath >= RF_PATH_MAX) in PHY_StoreTxPowerByRateNew()
357 u32 RfPath, in PHY_StoreTxPowerByRate() argument
[all …]
H A Dodm_RegConfig8723B.c120 u32 RfPath, in odm_ConfigBB_PHY_REG_PG_8723B() argument
129 PHY_StoreTxPowerByRate(pDM_Odm->Adapter, RfPath, Addr, Bitmask, Data); in odm_ConfigBB_PHY_REG_PG_8723B()
165 u8 *RfPath, in odm_ConfigBB_TXPWR_LMT_8723B() argument
175 RfPath, in odm_ConfigBB_TXPWR_LMT_8723B()
H A Dodm_RegConfig8723B.h27 void odm_ConfigBB_PHY_REG_PG_8723B(struct dm_odm_t *pDM_Odm, u32 RfPath, u32 Addr,
40 u8 *RfPath,
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dhal_com_phycfg.h57 u8 PHY_GetTxPowerByRateBase(struct adapter *Adapter, u8 RfPath,
85 void PHY_StoreTxPowerByRate(struct adapter *padapter, u32 RfPath,
94 enum channel_width Bandwidth, u8 RfPath, u8 DataRate,
98 u8 *RateSection, u8 *RfPath, u8 *Channel, u8 *PowerLimit);
H A Drtw_mp.h370 u32 mpt_ProQueryCalTxPower(struct adapter *padapter, u8 RfPath);