Searched refs:RFPath (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/staging/rtl8723bs/include/ |
| H 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);
|
| H A D | hal_phy_cfg.h | 47 u8 RFPath, u8 Rate); 49 u8 PHY_GetTxPowerIndex(struct adapter *padapter, u8 RFPath, u8 Rate,
|
| /linux/drivers/staging/rtl8723bs/hal/ |
| H A D | hal_com_phycfg.c | 419 struct adapter *padapter, u8 RFPath, u8 Channel, u8 RateSection in PHY_SetTxPowerIndexByRateSection() argument 426 PHY_SetTxPowerIndexByRateArray(padapter, RFPath, in PHY_SetTxPowerIndexByRateSection() 433 PHY_SetTxPowerIndexByRateArray(padapter, RFPath, in PHY_SetTxPowerIndexByRateSection() 440 PHY_SetTxPowerIndexByRateArray(padapter, RFPath, in PHY_SetTxPowerIndexByRateSection() 450 u8 RFPath, in PHY_GetTxPowerIndexBase() argument 464 txPower = pHalData->Index24G_CCK_Base[RFPath][chnlIdx]; in PHY_GetTxPowerIndexBase() 466 txPower = pHalData->Index24G_BW40_Base[RFPath][chnlIdx]; in PHY_GetTxPowerIndexBase() 470 txPower += pHalData->OFDM_24G_Diff[RFPath][TX_1S]; in PHY_GetTxPowerIndexBase() 474 txPower += pHalData->BW20_24G_Diff[RFPath][TX_1S]; in PHY_GetTxPowerIndexBase() 477 txPower += pHalData->BW40_24G_Diff[RFPath][TX_1S]; in PHY_GetTxPowerIndexBase() [all …]
|
| H A D | rtl8723b_phycfg.c | 446 u8 RFPath, in PHY_SetTxPowerIndex() argument 450 if (RFPath == RF_PATH_A || RFPath == RF_PATH_B) { in PHY_SetTxPowerIndex() 525 u8 RFPath, in PHY_GetTxPowerIndex() argument 534 txPower = (s8) PHY_GetTxPowerIndexBase(padapter, RFPath, Rate, BandWidth, Channel); in PHY_GetTxPowerIndex() 541 RFPath, in PHY_GetTxPowerIndex() 549 txPower += PHY_GetTxPowerTrackingOffset(padapter, RFPath, Rate); in PHY_GetTxPowerIndex() 562 u8 RFPath = RF_PATH_A; in PHY_SetTxPowerLevel8723B() local 565 RFPath = ((pDM_FatTable->RxIdleAnt == MAIN_ANT) ? RF_PATH_A : RF_PATH_B); in PHY_SetTxPowerLevel8723B() 567 RFPath = pHalData->ant_path; in PHY_SetTxPowerLevel8723B() 570 PHY_SetTxPowerLevelByPath(Adapter, Channel, RFPath); in PHY_SetTxPowerLevel8723B()
|
| H 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() 218 PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, CCK); in ODM_TxPwrTrackSetPwr_8723B() 219 PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, OFDM); in ODM_TxPwrTrackSetPwr_8723B() 220 PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, HT_MCS0_MCS7); in ODM_TxPwrTrackSetPwr_8723B() 222 Final_OFDM_Swing_Index = pDM_Odm->DefaultOfdmIndex + pDM_Odm->Absolute_OFDMSwingIdx[RFPath]; in ODM_TxPwrTrackSetPwr_8723B() 223 Final_CCK_Swing_Index = pDM_Odm->DefaultCckIndex + pDM_Odm->Absolute_OFDMSwingIdx[RFPath]; in ODM_TxPwrTrackSetPwr_8723B() [all …]
|
| H A D | HalPhyRf_8723B.h | 24 u8 RFPath,
|