Searched refs:RFPath (Results 1 – 6 of 6) sorted by relevance
| /drivers/staging/rtl8723bs/include/ |
| A D | hal_com_phycfg.h | 69 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);
|
| A D | hal_phy_cfg.h | 47 u8 RFPath, u8 Rate); 49 u8 PHY_GetTxPowerIndex(struct adapter *padapter, u8 RFPath, u8 Rate,
|
| /drivers/staging/rtl8723bs/hal/ |
| A D | hal_com_phycfg.c | 429 PHY_SetTxPowerIndexByRateArray(padapter, RFPath, in PHY_SetTxPowerIndexByRateSection() 436 PHY_SetTxPowerIndexByRateArray(padapter, RFPath, in PHY_SetTxPowerIndexByRateSection() 443 PHY_SetTxPowerIndexByRateArray(padapter, RFPath, in PHY_SetTxPowerIndexByRateSection() 453 u8 RFPath, in PHY_GetTxPowerIndexBase() argument 473 txPower += pHalData->OFDM_24G_Diff[RFPath][TX_1S]; in PHY_GetTxPowerIndexBase() 477 txPower += pHalData->BW20_24G_Diff[RFPath][TX_1S]; in PHY_GetTxPowerIndexBase() 498 offset = pDM_Odm->Remnant_OFDMSwingIdx[RFPath]; in PHY_GetTxPowerTrackingOffset() 583 if (RFPath >= RF_PATH_MAX) in PHY_GetTxPowerByRate() 595 u8 RFPath, in PHY_SetTxPowerByRate() argument 603 if (RFPath >= RF_PATH_MAX) in PHY_SetTxPowerByRate() [all …]
|
| A D | rtl8723b_phycfg.c | 451 u8 RFPath, in PHY_SetTxPowerIndex() argument 455 if (RFPath == RF_PATH_A || RFPath == RF_PATH_B) { in PHY_SetTxPowerIndex() 530 u8 RFPath, in PHY_GetTxPowerIndex() argument 539 txPower = (s8) PHY_GetTxPowerIndexBase(padapter, RFPath, Rate, BandWidth, Channel); in PHY_GetTxPowerIndex() 546 RFPath, in PHY_GetTxPowerIndex() 554 txPower += PHY_GetTxPowerTrackingOffset(padapter, RFPath, Rate); in PHY_GetTxPowerIndex() 567 u8 RFPath = RF_PATH_A; in PHY_SetTxPowerLevel8723B() local 570 RFPath = ((pDM_FatTable->RxIdleAnt == MAIN_ANT) ? RF_PATH_A : RF_PATH_B); in PHY_SetTxPowerLevel8723B() 572 RFPath = pHalData->ant_path; in PHY_SetTxPowerLevel8723B() 575 PHY_SetTxPowerLevelByPath(Adapter, Channel, RFPath); in PHY_SetTxPowerLevel8723B()
|
| A D | HalPhyRf_8723B.c | 46 u8 RFPath, in setIqkMatrix_8723B() argument 70 switch (RFPath) { in setIqkMatrix_8723B() 102 switch (RFPath) { in setIqkMatrix_8723B() 165 u8 RFPath, in ODM_TxPwrTrackSetPwr_8723B() argument 213 pDM_Odm->Remnant_OFDMSwingIdx[RFPath] = pDM_Odm->Absolute_OFDMSwingIdx[RFPath]; in ODM_TxPwrTrackSetPwr_8723B() 236 setIqkMatrix_8723B(pDM_Odm, Final_OFDM_Swing_Index, RFPath, in ODM_TxPwrTrackSetPwr_8723B() 249 setIqkMatrix_8723B(pDM_Odm, PwrTrackingLimit_OFDM, RFPath, in ODM_TxPwrTrackSetPwr_8723B() 257 pDM_Odm->Remnant_OFDMSwingIdx[RFPath] = Final_OFDM_Swing_Index; in ODM_TxPwrTrackSetPwr_8723B() 259 setIqkMatrix_8723B(pDM_Odm, 0, RFPath, in ODM_TxPwrTrackSetPwr_8723B() 267 setIqkMatrix_8723B(pDM_Odm, Final_OFDM_Swing_Index, RFPath, in ODM_TxPwrTrackSetPwr_8723B() [all …]
|
| A D | HalPhyRf_8723B.h | 24 u8 RFPath,
|
Completed in 13 milliseconds