Searched refs:RFPath (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/staging/rtl8723bs/include/ |
D | hal_com_phycfg.h | 108 u8 RFPath, 117 u8 RFPath, 126 u8 RFPath, 142 u8 RFPath, 173 u8 RFPath, 213 u8 RFPath
|
D | hal_phy_cfg.h | 47 u8 RFPath, u8 Rate); 49 u8 PHY_GetTxPowerIndex(struct adapter *padapter, u8 RFPath, u8 Rate,
|
/Linux-v5.10/drivers/staging/rtl8723bs/hal/ |
D | hal_com_phycfg.c | 926 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 …]
|
D | HalPhyRf_8723B.c | 59 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 …]
|
D | rtl8723b_phycfg.c | 530 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()
|
D | HalPhyRf_8723B.h | 31 u8 RFPath,
|