Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dhal_com_phycfg.h69 void PHY_SetTxPowerIndexByRateSection(struct adapter *padapter, u8 RFPath, u8 Channel,
72 s8 PHY_GetTxPowerByRate(struct adapter *padapter, u8 RFPath, u8 RateIndex);
74 void PHY_SetTxPowerByRate(struct adapter *padapter, u8 RFPath, u8 Rate,
79 void PHY_SetTxPowerIndexByRateArray(struct adapter *padapter, u8 RFPath,
90 u8 PHY_GetTxPowerIndexBase(struct adapter *padapter, u8 RFPath, u8 Rate,
104 s8 PHY_GetTxPowerTrackingOffset(struct adapter *padapter, u8 Rate, u8 RFPath);
H A Dhal_phy_cfg.h47 u8 RFPath, u8 Rate);
49 u8 PHY_GetTxPowerIndex(struct adapter *padapter, u8 RFPath, u8 Rate,
/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Dhal_com_phycfg.c430 PHY_SetTxPowerIndexByRateArray(padapter, RFPath, in PHY_SetTxPowerIndexByRateSection()
437 PHY_SetTxPowerIndexByRateArray(padapter, RFPath, in PHY_SetTxPowerIndexByRateSection()
444 PHY_SetTxPowerIndexByRateArray(padapter, RFPath, in PHY_SetTxPowerIndexByRateSection()
454 u8 RFPath, in PHY_GetTxPowerIndexBase() argument
474 txPower += pHalData->OFDM_24G_Diff[RFPath][TX_1S]; in PHY_GetTxPowerIndexBase()
478 txPower += pHalData->BW20_24G_Diff[RFPath][TX_1S]; in PHY_GetTxPowerIndexBase()
499 offset = pDM_Odm->Remnant_OFDMSwingIdx[RFPath]; in PHY_GetTxPowerTrackingOffset()
584 if (RFPath >= RF_PATH_MAX) in PHY_GetTxPowerByRate()
596 u8 RFPath, in PHY_SetTxPowerByRate() argument
604 if (RFPath >= RF_PATH_MAX) in PHY_SetTxPowerByRate()
[all …]
H A Drtl8723b_phycfg.c452 u8 RFPath, in PHY_SetTxPowerIndex() argument
456 if (RFPath == RF_PATH_A || RFPath == RF_PATH_B) { in PHY_SetTxPowerIndex()
531 u8 RFPath, in PHY_GetTxPowerIndex() argument
540 txPower = (s8) PHY_GetTxPowerIndexBase(padapter, RFPath, Rate, BandWidth, Channel); in PHY_GetTxPowerIndex()
547 RFPath, in PHY_GetTxPowerIndex()
555 txPower += PHY_GetTxPowerTrackingOffset(padapter, RFPath, Rate); in PHY_GetTxPowerIndex()
568 u8 RFPath = RF_PATH_A; in PHY_SetTxPowerLevel8723B() local
571 RFPath = ((pDM_FatTable->RxIdleAnt == MAIN_ANT) ? RF_PATH_A : RF_PATH_B); in PHY_SetTxPowerLevel8723B()
573 RFPath = pHalData->ant_path; in PHY_SetTxPowerLevel8723B()
576 PHY_SetTxPowerLevelByPath(Adapter, Channel, RFPath); in PHY_SetTxPowerLevel8723B()
H A DHalPhyRf_8723B.c47 u8 RFPath, in setIqkMatrix_8723B() argument
71 switch (RFPath) { in setIqkMatrix_8723B()
103 switch (RFPath) { in setIqkMatrix_8723B()
175 u8 RFPath, in ODM_TxPwrTrackSetPwr_8723B() argument
223 pDM_Odm->Remnant_OFDMSwingIdx[RFPath] = pDM_Odm->Absolute_OFDMSwingIdx[RFPath]; in ODM_TxPwrTrackSetPwr_8723B()
246 setIqkMatrix_8723B(pDM_Odm, Final_OFDM_Swing_Index, RFPath, in ODM_TxPwrTrackSetPwr_8723B()
259 setIqkMatrix_8723B(pDM_Odm, PwrTrackingLimit_OFDM, RFPath, in ODM_TxPwrTrackSetPwr_8723B()
267 pDM_Odm->Remnant_OFDMSwingIdx[RFPath] = Final_OFDM_Swing_Index; in ODM_TxPwrTrackSetPwr_8723B()
269 setIqkMatrix_8723B(pDM_Odm, 0, RFPath, in ODM_TxPwrTrackSetPwr_8723B()
277 setIqkMatrix_8723B(pDM_Odm, Final_OFDM_Swing_Index, RFPath, in ODM_TxPwrTrackSetPwr_8723B()
[all …]
H A DHalPhyRf_8723B.h31 u8 RFPath,