| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/rtl8822b/ |
| H A D | halphyrf_8822b.c | 30 u1Byte RFPath, in GetMixModeTXAGCBBSWingOffset_8822b() argument 45 RFPath, pRFCalibrateInfo->Absolute_OFDMSwingIdx[RFPath], TxPowerIndexOffest)); in GetMixModeTXAGCBBSWingOffset_8822b() 50 …if (pRFCalibrateInfo->Absolute_OFDMSwingIdx[RFPath] >= 0 && pRFCalibrateInfo->Absolute_OFDMSwingId… in GetMixModeTXAGCBBSWingOffset_8822b() 51 TX_AGC_Index = pRFCalibrateInfo->Absolute_OFDMSwingIdx[RFPath]; in GetMixModeTXAGCBBSWingOffset_8822b() 53 } else if (pRFCalibrateInfo->Absolute_OFDMSwingIdx[RFPath] > TxPowerIndexOffest) { in GetMixModeTXAGCBBSWingOffset_8822b() 55 …pRFCalibrateInfo->Remnant_OFDMSwingIdx[RFPath] = pRFCalibrateInfo->Absolute_OFDMSwingIdx[RFPath] -… in GetMixModeTXAGCBBSWingOffset_8822b() 56 …BSwing_Index = pRFCalibrateInfo->DefaultOfdmIndex + pRFCalibrateInfo->Remnant_OFDMSwingIdx[RFPath]; in GetMixModeTXAGCBBSWingOffset_8822b() 63 if (pRFCalibrateInfo->DefaultOfdmIndex > (pRFCalibrateInfo->Absolute_OFDMSwingIdx[RFPath] * (-1))) in GetMixModeTXAGCBBSWingOffset_8822b() 64 …Swing_Index = pRFCalibrateInfo->DefaultOfdmIndex + pRFCalibrateInfo->Absolute_OFDMSwingIdx[RFPath]; in GetMixModeTXAGCBBSWingOffset_8822b() 72 pRFCalibrateInfo->Absolute_OFDMSwingIdx[RFPath] = TX_AGC_Index; in GetMixModeTXAGCBBSWingOffset_8822b() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/ |
| H A 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 …]
|
| H A 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 …]
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/ |
| H A D | hal_com_phycfg.h | 114 IN u8 RFPath, 123 IN u8 RFPath, 132 IN u8 RFPath, 142 IN u8 RFPath, 152 IN u8 RFPath, 168 IN u8 RFPath, 199 IN u8 RFPath, 244 u8 RFPath 250 IN u8 RFPath, 260 IN u8 RFPath,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/ |
| H A D | hal_com_phycfg.h | 114 IN u8 RFPath, 123 IN u8 RFPath, 132 IN u8 RFPath, 141 IN u8 RFPath, 157 IN u8 RFPath, 188 IN u8 RFPath, 220 u8 RFPath 226 IN u8 RFPath, 236 IN u8 RFPath,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/ |
| H A D | hal_com_phycfg.h | 86 enum rf_path RFPath, 95 enum rf_path RFPath, 103 enum rf_path RFPath, 111 enum rf_path RFPath, 126 enum rf_path RFPath, 156 enum rf_path RFPath, 191 enum rf_path RFPath, 209 enum rf_path RFPath, 219 enum rf_path RFPath,
|
| H A D | Hal8814PhyCfg.h | 123 enum rf_path RFPath, 132 enum rf_path RFPath, 143 enum rf_path RFPath, 151 enum rf_path RFPath
|
| H A D | Hal8812PhyCfg.h | 98 enum rf_path RFPath, 108 enum rf_path RFPath 115 enum rf_path RFPath,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/ |
| H A D | hal_com_phycfg.h | 129 IN u8 RFPath, 138 IN u8 RFPath, 147 IN u8 RFPath, 163 IN u8 RFPath, 194 IN u8 RFPath, 226 u8 RFPath 232 IN u8 RFPath, 242 IN u8 RFPath,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/ |
| H A D | hal_com_phycfg.h | 86 enum rf_path RFPath, 95 enum rf_path RFPath, 103 enum rf_path RFPath, 111 enum rf_path RFPath, 126 enum rf_path RFPath, 158 enum rf_path RFPath, 193 enum rf_path RFPath, 223 enum rf_path RFPath, 233 enum rf_path RFPath,
|
| H A D | Hal8814PhyCfg.h | 123 enum rf_path RFPath, 132 enum rf_path RFPath, 143 enum rf_path RFPath, 151 enum rf_path RFPath
|
| H A D | Hal8812PhyCfg.h | 98 enum rf_path RFPath, 108 enum rf_path RFPath 115 enum rf_path RFPath,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/ |
| H A D | hal_com_phycfg.h | 86 enum rf_path RFPath, 95 enum rf_path RFPath, 103 enum rf_path RFPath, 111 enum rf_path RFPath, 126 enum rf_path RFPath, 156 enum rf_path RFPath, 191 enum rf_path RFPath, 221 enum rf_path RFPath, 231 enum rf_path RFPath,
|
| H A D | Hal8814PhyCfg.h | 123 enum rf_path RFPath, 132 enum rf_path RFPath, 143 enum rf_path RFPath, 151 enum rf_path RFPath
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/ |
| H A D | hal_com_phycfg.h | 108 u8 RFPath, 117 u8 RFPath, 126 u8 RFPath, 142 u8 RFPath, 173 u8 RFPath, 213 u8 RFPath
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/ |
| H A D | hal_com_phycfg.h | 87 IN enum rf_path RFPath, 96 IN enum rf_path RFPath, 104 IN enum rf_path RFPath, 112 IN enum rf_path RFPath, 127 IN enum rf_path RFPath, 158 IN enum rf_path RFPath, 193 enum rf_path RFPath, 209 IN enum rf_path RFPath, 219 IN enum rf_path RFPath,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/ |
| H A D | hal_com_phycfg.c | 1096 IN u8 RFPath, in PHY_SetTxPowerIndexByRateSection() argument 1106 PHY_SetTxPowerIndexByRateArray(pAdapter, RFPath, pHalData->CurrentChannelBW, Channel, in PHY_SetTxPowerIndexByRateSection() 1111 PHY_SetTxPowerIndexByRateArray(pAdapter, RFPath, pHalData->CurrentChannelBW, Channel, in PHY_SetTxPowerIndexByRateSection() 1116 PHY_SetTxPowerIndexByRateArray(pAdapter, RFPath, pHalData->CurrentChannelBW, Channel, in PHY_SetTxPowerIndexByRateSection() 1121 PHY_SetTxPowerIndexByRateArray(pAdapter, RFPath, pHalData->CurrentChannelBW, Channel, in PHY_SetTxPowerIndexByRateSection() 1126 PHY_SetTxPowerIndexByRateArray(pAdapter, RFPath, pHalData->CurrentChannelBW, Channel, in PHY_SetTxPowerIndexByRateSection() 1131 PHY_SetTxPowerIndexByRateArray(pAdapter, RFPath, pHalData->CurrentChannelBW, Channel, in PHY_SetTxPowerIndexByRateSection() 1138 PHY_SetTxPowerIndexByRateArray(pAdapter, RFPath, pHalData->CurrentChannelBW, Channel, in PHY_SetTxPowerIndexByRateSection() 1146 PHY_SetTxPowerIndexByRateArray(pAdapter, RFPath, pHalData->CurrentChannelBW, Channel, in PHY_SetTxPowerIndexByRateSection() 1153 PHY_SetTxPowerIndexByRateArray(pAdapter, RFPath, pHalData->CurrentChannelBW, Channel, in PHY_SetTxPowerIndexByRateSection() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/ |
| H A D | hal_com_phycfg.c | 1193 IN u8 RFPath, in PHY_SetTxPowerIndexByRateSection() argument 1204 PHY_SetTxPowerIndexByRateArray( pAdapter, RFPath, pHalData->CurrentChannelBW, Channel, in PHY_SetTxPowerIndexByRateSection() 1211 PHY_SetTxPowerIndexByRateArray( pAdapter, RFPath, pHalData->CurrentChannelBW, Channel, in PHY_SetTxPowerIndexByRateSection() 1218 PHY_SetTxPowerIndexByRateArray( pAdapter, RFPath, pHalData->CurrentChannelBW, Channel, in PHY_SetTxPowerIndexByRateSection() 1225 PHY_SetTxPowerIndexByRateArray( pAdapter, RFPath, pHalData->CurrentChannelBW, Channel, in PHY_SetTxPowerIndexByRateSection() 1232 PHY_SetTxPowerIndexByRateArray( pAdapter, RFPath, pHalData->CurrentChannelBW, Channel, in PHY_SetTxPowerIndexByRateSection() 1239 PHY_SetTxPowerIndexByRateArray( pAdapter, RFPath, pHalData->CurrentChannelBW, Channel, in PHY_SetTxPowerIndexByRateSection() 1247 PHY_SetTxPowerIndexByRateArray( pAdapter, RFPath, pHalData->CurrentChannelBW, Channel, in PHY_SetTxPowerIndexByRateSection() 1256 PHY_SetTxPowerIndexByRateArray( pAdapter, RFPath, pHalData->CurrentChannelBW, Channel, in PHY_SetTxPowerIndexByRateSection() 1264 PHY_SetTxPowerIndexByRateArray( pAdapter, RFPath, pHalData->CurrentChannelBW, Channel, in PHY_SetTxPowerIndexByRateSection() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/ |
| H A D | hal_com_phycfg.c | 1116 IN u8 RFPath, in PHY_SetTxPowerIndexByRateSection() argument 1127 PHY_SetTxPowerIndexByRateArray( pAdapter, RFPath, pHalData->CurrentChannelBW, Channel, in PHY_SetTxPowerIndexByRateSection() 1134 PHY_SetTxPowerIndexByRateArray( pAdapter, RFPath, pHalData->CurrentChannelBW, Channel, in PHY_SetTxPowerIndexByRateSection() 1141 PHY_SetTxPowerIndexByRateArray( pAdapter, RFPath, pHalData->CurrentChannelBW, Channel, in PHY_SetTxPowerIndexByRateSection() 1148 PHY_SetTxPowerIndexByRateArray( pAdapter, RFPath, pHalData->CurrentChannelBW, Channel, in PHY_SetTxPowerIndexByRateSection() 1155 PHY_SetTxPowerIndexByRateArray( pAdapter, RFPath, pHalData->CurrentChannelBW, Channel, in PHY_SetTxPowerIndexByRateSection() 1162 PHY_SetTxPowerIndexByRateArray( pAdapter, RFPath, pHalData->CurrentChannelBW, Channel, in PHY_SetTxPowerIndexByRateSection() 1170 PHY_SetTxPowerIndexByRateArray( pAdapter, RFPath, pHalData->CurrentChannelBW, Channel, in PHY_SetTxPowerIndexByRateSection() 1179 PHY_SetTxPowerIndexByRateArray( pAdapter, RFPath, pHalData->CurrentChannelBW, Channel, in PHY_SetTxPowerIndexByRateSection() 1187 PHY_SetTxPowerIndexByRateArray( pAdapter, RFPath, pHalData->CurrentChannelBW, Channel, in PHY_SetTxPowerIndexByRateSection() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/ |
| H A D | hal_com_phycfg.h | 99 enum rf_path RFPath, 108 enum rf_path RFPath, 116 enum rf_path RFPath, 125 enum rf_path RFPath, 162 , enum rf_path RFPath, RATE_SECTION rs, u8 ntx_idx 219 enum rf_path RFPath, 248 enum rf_path RFPath, 258 enum rf_path RFPath,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/ |
| H A D | hal_com_phycfg.h | 98 enum rf_path RFPath, 107 enum rf_path RFPath, 115 enum rf_path RFPath, 124 enum rf_path RFPath, 161 , enum rf_path RFPath, RATE_SECTION rs, u8 ntx_idx 218 enum rf_path RFPath, 247 enum rf_path RFPath, 257 enum rf_path RFPath,
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/ |
| H A D | hal_com_phycfg.h | 98 enum rf_path RFPath, 107 enum rf_path RFPath, 115 enum rf_path RFPath, 124 enum rf_path RFPath, 161 , enum rf_path RFPath, RATE_SECTION rs, u8 ntx_idx 221 enum rf_path RFPath, 251 enum rf_path RFPath, 261 enum rf_path RFPath,
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/ |
| H A D | hal_com_phycfg.h | 98 enum rf_path RFPath, 107 enum rf_path RFPath, 115 enum rf_path RFPath, 124 enum rf_path RFPath, 161 , enum rf_path RFPath, RATE_SECTION rs, u8 ntx_idx 220 enum rf_path RFPath, 250 enum rf_path RFPath, 260 enum rf_path RFPath,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/ |
| H A D | hal_com_phycfg.c | 2066 IN enum rf_path RFPath, in phy_set_tx_power_index_by_rate_section() argument 2082 PHY_SetTxPowerIndexByRateArray(pAdapter, RFPath, pHalData->current_channel_bw, Channel, in phy_set_tx_power_index_by_rate_section() 2118 IN enum rf_path RFPath, in PHY_GetTxPowerIndexBase() argument 2145 txPower = pHalData->Index24G_CCK_Base[RFPath][chnlIdx]; in PHY_GetTxPowerIndexBase() 2146 txPower += pHalData->CCK_24G_Diff[RFPath][RF_1TX]; in PHY_GetTxPowerIndexBase() 2148 txPower += pHalData->CCK_24G_Diff[RFPath][RF_2TX]; in PHY_GetTxPowerIndexBase() 2150 txPower += pHalData->CCK_24G_Diff[RFPath][RF_3TX]; in PHY_GetTxPowerIndexBase() 2152 txPower += pHalData->CCK_24G_Diff[RFPath][RF_4TX]; in PHY_GetTxPowerIndexBase() 2156 txPower = pHalData->Index24G_BW40_Base[RFPath][chnlIdx]; in PHY_GetTxPowerIndexBase() 2160 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_1TX]; in PHY_GetTxPowerIndexBase() [all …]
|