Searched refs:RFPath (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/drivers/staging/rtl8723bs/include/ |
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);
|
D | hal_phy_cfg.h | 47 u8 RFPath, u8 Rate); 49 u8 PHY_GetTxPowerIndex(struct adapter *padapter, u8 RFPath, u8 Rate,
|
/linux-5.19.10/drivers/staging/rtl8723bs/hal/ |
D | hal_com_phycfg.c | 423 struct adapter *padapter, u8 RFPath, u8 Channel, u8 RateSection in PHY_SetTxPowerIndexByRateSection() argument 430 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 468 txPower = pHalData->Index24G_CCK_Base[RFPath][chnlIdx]; in PHY_GetTxPowerIndexBase() 470 txPower = pHalData->Index24G_BW40_Base[RFPath][chnlIdx]; in PHY_GetTxPowerIndexBase() 474 txPower += pHalData->OFDM_24G_Diff[RFPath][TX_1S]; in PHY_GetTxPowerIndexBase() 478 txPower += pHalData->BW20_24G_Diff[RFPath][TX_1S]; in PHY_GetTxPowerIndexBase() 481 txPower += pHalData->BW40_24G_Diff[RFPath][TX_1S]; in PHY_GetTxPowerIndexBase() [all …]
|
D | rtl8723b_phycfg.c | 452 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()
|
D | HalPhyRf_8723B.c | 47 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() 228 PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, CCK); in ODM_TxPwrTrackSetPwr_8723B() 229 PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, OFDM); in ODM_TxPwrTrackSetPwr_8723B() 230 PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, HT_MCS0_MCS7); in ODM_TxPwrTrackSetPwr_8723B() 232 Final_OFDM_Swing_Index = pDM_Odm->DefaultOfdmIndex + pDM_Odm->Absolute_OFDMSwingIdx[RFPath]; in ODM_TxPwrTrackSetPwr_8723B() 233 Final_CCK_Swing_Index = pDM_Odm->DefaultCckIndex + pDM_Odm->Absolute_OFDMSwingIdx[RFPath]; in ODM_TxPwrTrackSetPwr_8723B() [all …]
|
D | HalPhyRf_8723B.h | 31 u8 RFPath,
|