Home
last modified time | relevance | path

Searched refs:RF_2TX (Results 1 – 25 of 78) sorted by relevance

1234

/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.c1067 rawvalue = (u16)(rtlphy->tx_power_by_rate_offset[BAND_ON_2_4G][path][RF_2TX][6] >> 24) & 0xFF; in _rtl8821ae_phy_store_txpower_by_rate_base()
1069 _rtl8821ae_phy_set_txpower_by_rate_base(hw, BAND_ON_2_4G, path, HT_MCS8_MCS15, RF_2TX, base); in _rtl8821ae_phy_store_txpower_by_rate_base()
1075 rawvalue = (u16)(rtlphy->tx_power_by_rate_offset[BAND_ON_2_4G][path][RF_2TX][11] >> 8) & 0xFF; in _rtl8821ae_phy_store_txpower_by_rate_base()
1077 …_rtl8821ae_phy_set_txpower_by_rate_base(hw, BAND_ON_2_4G, path, VHT_2SSMCS0_2SSMCS9, RF_2TX, base); in _rtl8821ae_phy_store_txpower_by_rate_base()
1087 rawvalue = (u16)(rtlphy->tx_power_by_rate_offset[BAND_ON_5G][path][RF_2TX][6] >> 24) & 0xFF; in _rtl8821ae_phy_store_txpower_by_rate_base()
1089 _rtl8821ae_phy_set_txpower_by_rate_base(hw, BAND_ON_5G, path, HT_MCS8_MCS15, RF_2TX, base); in _rtl8821ae_phy_store_txpower_by_rate_base()
1095 rawvalue = (u16)(rtlphy->tx_power_by_rate_offset[BAND_ON_5G][path][RF_2TX][11] >> 8) & 0xFF; in _rtl8821ae_phy_store_txpower_by_rate_base()
1097 _rtl8821ae_phy_set_txpower_by_rate_base(hw, BAND_ON_5G, path, VHT_2SSMCS0_2SSMCS9, RF_2TX, base); in _rtl8821ae_phy_store_txpower_by_rate_base()
1342 rtlphy->txpwr_by_rate_base_24g[rf_path][RF_2TX][base_index2_4G]; in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1405 [RF_2TX][base_index5G]; in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/
H A Dhal_com_phycfg.c294 phy_SetTxPowerByRateBase( pAdapter, BAND_ON_2_4G, ODM_RF_PATH_A, HT_MCS8_MCS15, RF_2TX, base ); in phy_StoreTxPowerByRateBaseOld()
310 phy_SetTxPowerByRateBase( pAdapter, BAND_ON_2_4G, ODM_RF_PATH_B, HT_MCS8_MCS15, RF_2TX, base ); in phy_StoreTxPowerByRateBaseOld()
336 base = PHY_GetTxPowerByRate( pAdapter, BAND_ON_2_4G, path, RF_2TX, MGN_MCS15 ); in phy_StoreTxPowerByRateBase()
337 phy_SetTxPowerByRateBase( pAdapter, BAND_ON_2_4G, path, HT_MCS8_MCS15, RF_2TX, base ); in phy_StoreTxPowerByRateBase()
348 base = PHY_GetTxPowerByRate( pAdapter, BAND_ON_2_4G, path, RF_2TX, MGN_VHT2SS_MCS7 ); in phy_StoreTxPowerByRateBase()
349 phy_SetTxPowerByRateBase( pAdapter, BAND_ON_2_4G, path, VHT_2SSMCS0_2SSMCS9, RF_2TX, base ); in phy_StoreTxPowerByRateBase()
364 base = PHY_GetTxPowerByRate( pAdapter, BAND_ON_5G, path, RF_2TX, MGN_MCS15 ); in phy_StoreTxPowerByRateBase()
365 phy_SetTxPowerByRateBase( pAdapter, BAND_ON_5G, path, HT_MCS8_MCS15, RF_2TX, base ); in phy_StoreTxPowerByRateBase()
376 base = PHY_GetTxPowerByRate( pAdapter, BAND_ON_5G, path, RF_2TX, MGN_VHT2SS_MCS7 ); in phy_StoreTxPowerByRateBase()
377 phy_SetTxPowerByRateBase( pAdapter, BAND_ON_5G, path, VHT_2SSMCS0_2SSMCS9, RF_2TX, base ); in phy_StoreTxPowerByRateBase()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/
H A Dhal_com_phycfg.c216 base = PHY_GetTxPowerByRate(padapter, BAND_ON_2_4G, path, RF_2TX, MGN_MCS15); in phy_StoreTxPowerByRateBase()
217 phy_SetTxPowerByRateBase(padapter, BAND_ON_2_4G, path, HT_MCS8_MCS15, RF_2TX, base); in phy_StoreTxPowerByRateBase()
228 base = PHY_GetTxPowerByRate(padapter, BAND_ON_2_4G, path, RF_2TX, MGN_VHT2SS_MCS7); in phy_StoreTxPowerByRateBase()
229 phy_SetTxPowerByRateBase(padapter, BAND_ON_2_4G, path, VHT_2SSMCS0_2SSMCS9, RF_2TX, base); in phy_StoreTxPowerByRateBase()
244 base = PHY_GetTxPowerByRate(padapter, BAND_ON_5G, path, RF_2TX, MGN_MCS15); in phy_StoreTxPowerByRateBase()
245 phy_SetTxPowerByRateBase(padapter, BAND_ON_5G, path, HT_MCS8_MCS15, RF_2TX, base); in phy_StoreTxPowerByRateBase()
256 base = PHY_GetTxPowerByRate(padapter, BAND_ON_5G, path, RF_2TX, MGN_VHT2SS_MCS7); in phy_StoreTxPowerByRateBase()
257 phy_SetTxPowerByRateBase(padapter, BAND_ON_5G, path, VHT_2SSMCS0_2SSMCS9, RF_2TX, base); in phy_StoreTxPowerByRateBase()
757 TxNum = RF_2TX; in PHY_StoreTxPowerByRateNew()
1892 …BW40PwrBasedBm2_4G = PHY_GetTxPowerByRateBase(Adapter, BAND_ON_2_4G, rfPath, RF_2TX, HT_MCS8_MCS15… in PHY_ConvertTxPowerLimitToPowerIndex()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/
H A Dhal_com_phycfg.c2317 if (ntx_idx >= RF_2TX) in phy_get_pg_txpwr_idx()
2318 txPower += pHalData->CCK_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2331 if (ntx_idx >= RF_2TX) in phy_get_pg_txpwr_idx()
2332 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2343 if (rate_section_to_tx_num(rs) >= RF_2TX) in phy_get_pg_txpwr_idx()
2344 txPower += pHalData->BW20_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2358 if (rate_section_to_tx_num(rs) >= RF_2TX) in phy_get_pg_txpwr_idx()
2359 txPower += pHalData->BW40_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2379 if (ntx_idx >= RF_2TX) in phy_get_pg_txpwr_idx()
2380 txPower += pHalData->OFDM_5G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/
H A Dhal_com_phycfg.c2318 if (ntx_idx >= RF_2TX) in phy_get_pg_txpwr_idx()
2319 txPower += pHalData->CCK_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2332 if (ntx_idx >= RF_2TX) in phy_get_pg_txpwr_idx()
2333 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2344 if (rate_section_to_tx_num(rs) >= RF_2TX) in phy_get_pg_txpwr_idx()
2345 txPower += pHalData->BW20_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2359 if (rate_section_to_tx_num(rs) >= RF_2TX) in phy_get_pg_txpwr_idx()
2360 txPower += pHalData->BW40_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2380 if (ntx_idx >= RF_2TX) in phy_get_pg_txpwr_idx()
2381 txPower += pHalData->OFDM_5G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/
H A Dhal_com_phycfg.c2317 if (ntx_idx >= RF_2TX) in phy_get_pg_txpwr_idx()
2318 txPower += pHalData->CCK_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2331 if (ntx_idx >= RF_2TX) in phy_get_pg_txpwr_idx()
2332 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2343 if (rate_section_to_tx_num(rs) >= RF_2TX) in phy_get_pg_txpwr_idx()
2344 txPower += pHalData->BW20_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2358 if (rate_section_to_tx_num(rs) >= RF_2TX) in phy_get_pg_txpwr_idx()
2359 txPower += pHalData->BW40_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2379 if (ntx_idx >= RF_2TX) in phy_get_pg_txpwr_idx()
2380 txPower += pHalData->OFDM_5G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/
H A Dhal_com_phycfg.h30 RF_2TX, enumerator
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/
H A Dhal_com_phycfg.c2308 if (ntx_idx >= RF_2TX) in phy_get_pg_txpwr_idx()
2309 txPower += pHalData->CCK_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2322 if (ntx_idx >= RF_2TX) in phy_get_pg_txpwr_idx()
2323 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2334 if (rate_section_to_tx_num(rs) >= RF_2TX) in phy_get_pg_txpwr_idx()
2335 txPower += pHalData->BW20_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2349 if (rate_section_to_tx_num(rs) >= RF_2TX) in phy_get_pg_txpwr_idx()
2350 txPower += pHalData->BW40_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2370 if (ntx_idx >= RF_2TX) in phy_get_pg_txpwr_idx()
2371 txPower += pHalData->OFDM_5G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/
H A Dhal_com_phycfg.c2371 if (ntx_idx >= RF_2TX) in phy_get_pg_txpwr_idx()
2372 txPower += pHalData->CCK_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2385 if (ntx_idx >= RF_2TX) in phy_get_pg_txpwr_idx()
2386 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2397 if (rate_section_to_tx_num(rs) >= RF_2TX) in phy_get_pg_txpwr_idx()
2398 txPower += pHalData->BW20_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2412 if (rate_section_to_tx_num(rs) >= RF_2TX) in phy_get_pg_txpwr_idx()
2413 txPower += pHalData->BW40_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2433 if (ntx_idx >= RF_2TX) in phy_get_pg_txpwr_idx()
2434 txPower += pHalData->OFDM_5G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/
H A Dhal_com_phycfg.c2346 if (ntx_idx >= RF_2TX) in phy_get_pg_txpwr_idx()
2347 txPower += pHalData->CCK_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2360 if (ntx_idx >= RF_2TX) in phy_get_pg_txpwr_idx()
2361 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2372 if (rate_section_to_tx_num(rs) >= RF_2TX) in phy_get_pg_txpwr_idx()
2373 txPower += pHalData->BW20_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2387 if (rate_section_to_tx_num(rs) >= RF_2TX) in phy_get_pg_txpwr_idx()
2388 txPower += pHalData->BW40_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2408 if (ntx_idx >= RF_2TX) in phy_get_pg_txpwr_idx()
2409 txPower += pHalData->OFDM_5G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/
H A Dhal_com_phycfg.c2371 if (ntx_idx >= RF_2TX) in phy_get_pg_txpwr_idx()
2372 txPower += pHalData->CCK_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2385 if (ntx_idx >= RF_2TX) in phy_get_pg_txpwr_idx()
2386 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2397 if (rate_section_to_tx_num(rs) >= RF_2TX) in phy_get_pg_txpwr_idx()
2398 txPower += pHalData->BW20_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2412 if (rate_section_to_tx_num(rs) >= RF_2TX) in phy_get_pg_txpwr_idx()
2413 txPower += pHalData->BW40_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2433 if (ntx_idx >= RF_2TX) in phy_get_pg_txpwr_idx()
2434 txPower += pHalData->OFDM_5G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/
H A Dhal_com_phycfg.c2347 if (ntx_idx >= RF_2TX) in phy_get_pg_txpwr_idx()
2348 txPower += pHalData->CCK_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2361 if (ntx_idx >= RF_2TX) in phy_get_pg_txpwr_idx()
2362 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2373 if (rate_section_to_tx_num(rs) >= RF_2TX) in phy_get_pg_txpwr_idx()
2374 txPower += pHalData->BW20_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2388 if (rate_section_to_tx_num(rs) >= RF_2TX) in phy_get_pg_txpwr_idx()
2389 txPower += pHalData->BW40_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2409 if (ntx_idx >= RF_2TX) in phy_get_pg_txpwr_idx()
2410 txPower += pHalData->OFDM_5G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/
H A Dhal_com_phycfg.c2348 if (ntx_idx >= RF_2TX) in phy_get_pg_txpwr_idx()
2349 txPower += pHalData->CCK_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2362 if (ntx_idx >= RF_2TX) in phy_get_pg_txpwr_idx()
2363 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2374 if (rate_section_to_tx_num(rs) >= RF_2TX) in phy_get_pg_txpwr_idx()
2375 txPower += pHalData->BW20_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2389 if (rate_section_to_tx_num(rs) >= RF_2TX) in phy_get_pg_txpwr_idx()
2390 txPower += pHalData->BW40_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2410 if (ntx_idx >= RF_2TX) in phy_get_pg_txpwr_idx()
2411 txPower += pHalData->OFDM_5G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/
H A Dhal_com_phycfg.c2147 if (ntx_idx >= RF_2TX) in PHY_GetTxPowerIndexBase()
2148 txPower += pHalData->CCK_24G_Diff[RFPath][RF_2TX]; in PHY_GetTxPowerIndexBase()
2161 if (ntx_idx >= RF_2TX) in PHY_GetTxPowerIndexBase()
2162 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_2TX]; in PHY_GetTxPowerIndexBase()
2175 txPower += pHalData->BW20_24G_Diff[RFPath][RF_2TX]; in PHY_GetTxPowerIndexBase()
2188 txPower += pHalData->BW40_24G_Diff[RFPath][RF_2TX]; in PHY_GetTxPowerIndexBase()
2201 txPower += pHalData->BW40_24G_Diff[RFPath][RF_2TX]; in PHY_GetTxPowerIndexBase()
2221 if (ntx_idx >= RF_2TX) in PHY_GetTxPowerIndexBase()
2222 txPower += pHalData->OFDM_5G_Diff[RFPath][RF_2TX]; in PHY_GetTxPowerIndexBase()
2235 txPower += pHalData->BW20_5G_Diff[RFPath][RF_2TX]; in PHY_GetTxPowerIndexBase()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/
H A Dhal_com_phycfg.c2251 if (ntx_idx >= RF_2TX) in phy_get_pg_txpwr_idx()
2252 txPower += pHalData->CCK_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2265 if (ntx_idx >= RF_2TX) in phy_get_pg_txpwr_idx()
2266 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2279 txPower += pHalData->BW20_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2292 txPower += pHalData->BW40_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2305 txPower += pHalData->BW40_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2325 if (ntx_idx >= RF_2TX) in phy_get_pg_txpwr_idx()
2326 txPower += pHalData->OFDM_5G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2339 txPower += pHalData->BW20_5G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/
H A Dhal_com_phycfg.c2241 if (ntx_idx >= RF_2TX) in phy_get_pg_txpwr_idx()
2242 txPower += pHalData->CCK_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2255 if (ntx_idx >= RF_2TX) in phy_get_pg_txpwr_idx()
2256 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2269 txPower += pHalData->BW20_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2282 txPower += pHalData->BW40_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2295 txPower += pHalData->BW40_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2315 if (ntx_idx >= RF_2TX) in phy_get_pg_txpwr_idx()
2316 txPower += pHalData->OFDM_5G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2329 txPower += pHalData->BW20_5G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/
H A Dhal_com_phycfg.c2293 if (ntx_idx >= RF_2TX) in phy_get_pg_txpwr_idx()
2294 txPower += pHalData->CCK_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2307 if (ntx_idx >= RF_2TX) in phy_get_pg_txpwr_idx()
2308 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2321 txPower += pHalData->BW20_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2334 txPower += pHalData->BW40_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2347 txPower += pHalData->BW40_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2367 if (ntx_idx >= RF_2TX) in phy_get_pg_txpwr_idx()
2368 txPower += pHalData->OFDM_5G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2381 txPower += pHalData->BW20_5G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/
H A Dhal_com_phycfg.h43 RF_2TX, enumerator
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dphy.c401 [BAND_ON_2_4G][path][RF_2TX][7] >> 24) & 0xFF; in _rtl8723be_phy_store_txpower_by_rate_base()
405 RF_2TX, base); in _rtl8723be_phy_store_txpower_by_rate_base()
470 rfpath, RF_2TX, in _rtl8723be_phy_convert_txpower_dbm_to_relative_value()
473 &rtlphy->tx_power_by_rate_offset[BAND_ON_2_4G][rfpath][RF_2TX][6], in _rtl8723be_phy_convert_txpower_dbm_to_relative_value()
477 &rtlphy->tx_power_by_rate_offset[BAND_ON_2_4G][rfpath][RF_2TX][7], in _rtl8723be_phy_convert_txpower_dbm_to_relative_value()
890 tx_num = RF_2TX; in _rtl8723be_get_txpower_by_rate()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Dhal_com_phycfg.h30 RF_2TX, enumerator
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/
H A Dhal_com_phycfg.h26 RF_2TX, enumerator
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/
H A Dhal_com_phycfg.h30 RF_2TX, enumerator
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/
H A Dhal_com_phycfg.h26 RF_2TX, enumerator
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/
H A Dhal_com_phycfg.h26 RF_2TX, enumerator
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/
H A Dhal_com_phycfg.h25 RF_2TX, enumerator

1234