Searched refs:RfPath (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/drivers/staging/rtl8723bs/hal/ |
D | hal_com_phycfg.c | 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() [all …]
|
D | odm_RegConfig8723B.c | 120 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()
|
D | odm_RegConfig8723B.h | 27 void odm_ConfigBB_PHY_REG_PG_8723B(struct dm_odm_t *pDM_Odm, u32 RfPath, u32 Addr, 40 u8 *RfPath,
|
/linux-6.6.21/drivers/staging/rtl8723bs/include/ |
D | hal_com_phycfg.h | 57 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);
|
D | rtw_mp.h | 370 u32 mpt_ProQueryCalTxPower(struct adapter *padapter, u8 RfPath);
|