Home
last modified time | relevance | path

Searched refs:RFPath (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/staging/rtl8723bs/include/
Dhal_com_phycfg.h108 u8 RFPath,
117 u8 RFPath,
126 u8 RFPath,
142 u8 RFPath,
173 u8 RFPath,
213 u8 RFPath
Dhal_phy_cfg.h47 u8 RFPath, u8 Rate);
49 u8 PHY_GetTxPowerIndex(struct adapter *padapter, u8 RFPath, u8 Rate,
/Linux-v5.10/drivers/staging/rtl8723bs/hal/
Dhal_com_phycfg.c926 struct adapter *padapter, u8 RFPath, u8 Channel, u8 RateSection in PHY_SetTxPowerIndexByRateSection() argument
934 PHY_SetTxPowerIndexByRateArray(padapter, RFPath, in PHY_SetTxPowerIndexByRateSection()
941 PHY_SetTxPowerIndexByRateArray(padapter, RFPath, in PHY_SetTxPowerIndexByRateSection()
948 PHY_SetTxPowerIndexByRateArray(padapter, RFPath, in PHY_SetTxPowerIndexByRateSection()
955 PHY_SetTxPowerIndexByRateArray(padapter, RFPath, in PHY_SetTxPowerIndexByRateSection()
962 PHY_SetTxPowerIndexByRateArray(padapter, RFPath, in PHY_SetTxPowerIndexByRateSection()
969 PHY_SetTxPowerIndexByRateArray(padapter, RFPath, in PHY_SetTxPowerIndexByRateSection()
977 PHY_SetTxPowerIndexByRateArray(padapter, RFPath, in PHY_SetTxPowerIndexByRateSection()
986 PHY_SetTxPowerIndexByRateArray(padapter, RFPath, in PHY_SetTxPowerIndexByRateSection()
994 PHY_SetTxPowerIndexByRateArray(padapter, RFPath, in PHY_SetTxPowerIndexByRateSection()
[all …]
DHalPhyRf_8723B.c59 u8 RFPath, in setIqkMatrix_8723B() argument
83 switch (RFPath) { in setIqkMatrix_8723B()
115 switch (RFPath) { in setIqkMatrix_8723B()
190 u8 RFPath, in ODM_TxPwrTrackSetPwr_8723B() argument
243 pDM_Odm->Remnant_OFDMSwingIdx[RFPath] = pDM_Odm->Absolute_OFDMSwingIdx[RFPath]; in ODM_TxPwrTrackSetPwr_8723B()
248 PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, CCK); in ODM_TxPwrTrackSetPwr_8723B()
249 PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, OFDM); in ODM_TxPwrTrackSetPwr_8723B()
250 PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, HT_MCS0_MCS7); in ODM_TxPwrTrackSetPwr_8723B()
252 Final_OFDM_Swing_Index = pDM_Odm->DefaultOfdmIndex + pDM_Odm->Absolute_OFDMSwingIdx[RFPath]; in ODM_TxPwrTrackSetPwr_8723B()
253 Final_CCK_Swing_Index = pDM_Odm->DefaultCckIndex + pDM_Odm->Absolute_OFDMSwingIdx[RFPath]; in ODM_TxPwrTrackSetPwr_8723B()
[all …]
Drtl8723b_phycfg.c530 u8 RFPath, in PHY_SetTxPowerIndex() argument
534 if (RFPath == ODM_RF_PATH_A || RFPath == ODM_RF_PATH_B) { in PHY_SetTxPowerIndex()
612 u8 RFPath, in PHY_GetTxPowerIndex() argument
624 txPower = (s8) PHY_GetTxPowerIndexBase(padapter, RFPath, Rate, BandWidth, Channel, &bIn24G); in PHY_GetTxPowerIndex()
632 RFPath, in PHY_GetTxPowerIndex()
640 txPower += PHY_GetTxPowerTrackingOffset(padapter, RFPath, Rate); in PHY_GetTxPowerIndex()
654 u8 RFPath = ODM_RF_PATH_A; in PHY_SetTxPowerLevel8723B() local
657 RFPath = ((pDM_FatTable->RxIdleAnt == MAIN_ANT) ? ODM_RF_PATH_A : ODM_RF_PATH_B); in PHY_SetTxPowerLevel8723B()
659 RFPath = pHalData->ant_path; in PHY_SetTxPowerLevel8723B()
664 PHY_SetTxPowerLevelByPath(Adapter, Channel, RFPath); in PHY_SetTxPowerLevel8723B()
DHalPhyRf_8723B.h31 u8 RFPath,