Searched refs:RFPath (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/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 219 u8 RFPath, 229 u8 RFPath,
|
D | hal_phy_cfg.h | 71 u8 RFPath, 78 u8 RFPath,
|
/Linux-v4.19/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() 111 switch (RFPath) { in setIqkMatrix_8723B() 186 u8 RFPath, in ODM_TxPwrTrackSetPwr_8723B() argument 239 pDM_Odm->Remnant_OFDMSwingIdx[RFPath] = pDM_Odm->Absolute_OFDMSwingIdx[RFPath]; in ODM_TxPwrTrackSetPwr_8723B() 244 PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, CCK); in ODM_TxPwrTrackSetPwr_8723B() 245 PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, OFDM); in ODM_TxPwrTrackSetPwr_8723B() 246 PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, HT_MCS0_MCS7); in ODM_TxPwrTrackSetPwr_8723B() 248 Final_OFDM_Swing_Index = pDM_Odm->DefaultOfdmIndex + pDM_Odm->Absolute_OFDMSwingIdx[RFPath]; in ODM_TxPwrTrackSetPwr_8723B() 249 Final_CCK_Swing_Index = pDM_Odm->DefaultCckIndex + pDM_Odm->Absolute_OFDMSwingIdx[RFPath]; in ODM_TxPwrTrackSetPwr_8723B() [all …]
|
D | rtl8723b_phycfg.c | 594 u8 RFPath, in PHY_SetTxPowerIndex_8723B() argument 598 if (RFPath == ODM_RF_PATH_A || RFPath == ODM_RF_PATH_B) { in PHY_SetTxPowerIndex_8723B() 676 u8 RFPath, in PHY_GetTxPowerIndex_8723B() argument 688 txPower = (s8) PHY_GetTxPowerIndexBase(padapter, RFPath, Rate, BandWidth, Channel, &bIn24G); in PHY_GetTxPowerIndex_8723B() 696 RFPath, in PHY_GetTxPowerIndex_8723B() 704 txPower += PHY_GetTxPowerTrackingOffset(padapter, RFPath, Rate); in PHY_GetTxPowerIndex_8723B() 718 u8 RFPath = ODM_RF_PATH_A; in PHY_SetTxPowerLevel8723B() local 721 RFPath = ((pDM_FatTable->RxIdleAnt == MAIN_ANT) ? ODM_RF_PATH_A : ODM_RF_PATH_B); in PHY_SetTxPowerLevel8723B() 723 RFPath = pHalData->ant_path; in PHY_SetTxPowerLevel8723B() 728 PHY_SetTxPowerLevelByPath(Adapter, Channel, RFPath); in PHY_SetTxPowerLevel8723B()
|
D | HalPhyRf_8723B.h | 31 u8 RFPath,
|