Home
last modified time | relevance | path

Searched refs:txPower (Results 1 – 25 of 35) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/
H A Dhal_com_phycfg.c1049 u8 txPower = 0; in PHY_GetTxPowerIndexBase() local
1063 txPower = pHalData->Index24G_CCK_Base[RFPath][chnlIdx]; in PHY_GetTxPowerIndexBase()
1065 txPower = pHalData->Index24G_BW40_Base[RFPath][chnlIdx]; in PHY_GetTxPowerIndexBase()
1074 txPower += pHalData->OFDM_24G_Diff[RFPath][TX_1S]; in PHY_GetTxPowerIndexBase()
1079 txPower += pHalData->BW20_24G_Diff[RFPath][TX_1S]; in PHY_GetTxPowerIndexBase()
1081 txPower += pHalData->BW20_24G_Diff[RFPath][TX_2S]; in PHY_GetTxPowerIndexBase()
1083 txPower += pHalData->BW20_24G_Diff[RFPath][TX_3S]; in PHY_GetTxPowerIndexBase()
1085 txPower += pHalData->BW20_24G_Diff[RFPath][TX_4S]; in PHY_GetTxPowerIndexBase()
1092 txPower += pHalData->BW40_24G_Diff[RFPath][TX_1S]; in PHY_GetTxPowerIndexBase()
1094 txPower += pHalData->BW40_24G_Diff[RFPath][TX_2S]; in PHY_GetTxPowerIndexBase()
[all …]
H A Drtl8723b_phycfg.c619 s8 txPower = 0, powerDiffByRate = 0, limit = 0; in PHY_GetTxPowerIndex() local
624 txPower = (s8) PHY_GetTxPowerIndexBase(padapter, RFPath, Rate, BandWidth, Channel, &bIn24G); in PHY_GetTxPowerIndex()
638 txPower += powerDiffByRate; in PHY_GetTxPowerIndex()
640 txPower += PHY_GetTxPowerTrackingOffset(padapter, RFPath, Rate); in PHY_GetTxPowerIndex()
642 if (txPower > MAX_POWER_INDEX) in PHY_GetTxPowerIndex()
643 txPower = MAX_POWER_INDEX; in PHY_GetTxPowerIndex()
646 return (u8) txPower; in PHY_GetTxPowerIndex()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/
H A Dhal_com_phycfg.c1328 u8 txPower = 0; in PHY_GetTxPowerIndexBase() local
1345 txPower = pHalData->Index24G_CCK_Base[RFPath][chnlIdx]; in PHY_GetTxPowerIndexBase()
1349 txPower = pHalData->Index24G_BW40_Base[RFPath][chnlIdx]; in PHY_GetTxPowerIndexBase()
1362 txPower += pHalData->OFDM_24G_Diff[RFPath][TX_1S]; in PHY_GetTxPowerIndexBase()
1369 txPower += pHalData->BW20_24G_Diff[RFPath][TX_1S]; in PHY_GetTxPowerIndexBase()
1371 txPower += pHalData->BW20_24G_Diff[RFPath][TX_2S]; in PHY_GetTxPowerIndexBase()
1373 txPower += pHalData->BW20_24G_Diff[RFPath][TX_3S]; in PHY_GetTxPowerIndexBase()
1375 txPower += pHalData->BW20_24G_Diff[RFPath][TX_4S]; in PHY_GetTxPowerIndexBase()
1385 txPower += pHalData->BW40_24G_Diff[RFPath][TX_1S]; in PHY_GetTxPowerIndexBase()
1387 txPower += pHalData->BW40_24G_Diff[RFPath][TX_2S]; in PHY_GetTxPowerIndexBase()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/
H A Dhal_com_phycfg.c1205 u8 txPower = 0; in PHY_GetTxPowerIndexBase() local
1219 txPower = pHalData->Index24G_CCK_Base[RFPath][chnlIdx]; in PHY_GetTxPowerIndexBase()
1221 txPower = pHalData->Index24G_BW40_Base[RFPath][chnlIdx]; in PHY_GetTxPowerIndexBase()
1230 txPower += pHalData->OFDM_24G_Diff[RFPath][TX_1S]; in PHY_GetTxPowerIndexBase()
1236 txPower += pHalData->BW20_24G_Diff[RFPath][TX_1S]; in PHY_GetTxPowerIndexBase()
1238 txPower += pHalData->BW20_24G_Diff[RFPath][TX_2S]; in PHY_GetTxPowerIndexBase()
1240 txPower += pHalData->BW20_24G_Diff[RFPath][TX_3S]; in PHY_GetTxPowerIndexBase()
1242 txPower += pHalData->BW20_24G_Diff[RFPath][TX_4S]; in PHY_GetTxPowerIndexBase()
1251 txPower += pHalData->BW40_24G_Diff[RFPath][TX_1S]; in PHY_GetTxPowerIndexBase()
1253 txPower += pHalData->BW40_24G_Diff[RFPath][TX_2S]; in PHY_GetTxPowerIndexBase()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/
H A Dhal_com_phycfg.c1243 u8 txPower = 0; in PHY_GetTxPowerIndexBase() local
1260 txPower = pHalData->Index24G_CCK_Base[RFPath][chnlIdx]; in PHY_GetTxPowerIndexBase()
1264 txPower = pHalData->Index24G_BW40_Base[RFPath][chnlIdx]; in PHY_GetTxPowerIndexBase()
1277 txPower += pHalData->OFDM_24G_Diff[RFPath][TX_1S]; in PHY_GetTxPowerIndexBase()
1284 txPower += pHalData->BW20_24G_Diff[RFPath][TX_1S]; in PHY_GetTxPowerIndexBase()
1286 txPower += pHalData->BW20_24G_Diff[RFPath][TX_2S]; in PHY_GetTxPowerIndexBase()
1288 txPower += pHalData->BW20_24G_Diff[RFPath][TX_3S]; in PHY_GetTxPowerIndexBase()
1290 txPower += pHalData->BW20_24G_Diff[RFPath][TX_4S]; in PHY_GetTxPowerIndexBase()
1300 txPower += pHalData->BW40_24G_Diff[RFPath][TX_1S]; in PHY_GetTxPowerIndexBase()
1302 txPower += pHalData->BW40_24G_Diff[RFPath][TX_2S]; in PHY_GetTxPowerIndexBase()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/
H A Dhal_com_phycfg.c2129 u8 txPower = 0; in PHY_GetTxPowerIndexBase() local
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()
2162 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_2TX]; in PHY_GetTxPowerIndexBase()
2164 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_3TX]; in PHY_GetTxPowerIndexBase()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/
H A Dhal_com_phycfg.c2233 u8 txPower = 0; in phy_get_pg_txpwr_idx() local
2249 txPower = pHalData->Index24G_CCK_Base[RFPath][chnlIdx]; in phy_get_pg_txpwr_idx()
2250 txPower += pHalData->CCK_24G_Diff[RFPath][RF_1TX]; in phy_get_pg_txpwr_idx()
2252 txPower += pHalData->CCK_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2254 txPower += pHalData->CCK_24G_Diff[RFPath][RF_3TX]; in phy_get_pg_txpwr_idx()
2256 txPower += pHalData->CCK_24G_Diff[RFPath][RF_4TX]; in phy_get_pg_txpwr_idx()
2260 txPower = pHalData->Index24G_BW40_Base[RFPath][chnlIdx]; in phy_get_pg_txpwr_idx()
2264 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_1TX]; in phy_get_pg_txpwr_idx()
2266 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2268 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_3TX]; in phy_get_pg_txpwr_idx()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/
H A Dhal_com_phycfg.c2223 u8 txPower = 0; in phy_get_pg_txpwr_idx() local
2239 txPower = pHalData->Index24G_CCK_Base[RFPath][chnlIdx]; in phy_get_pg_txpwr_idx()
2240 txPower += pHalData->CCK_24G_Diff[RFPath][RF_1TX]; in phy_get_pg_txpwr_idx()
2242 txPower += pHalData->CCK_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2244 txPower += pHalData->CCK_24G_Diff[RFPath][RF_3TX]; in phy_get_pg_txpwr_idx()
2246 txPower += pHalData->CCK_24G_Diff[RFPath][RF_4TX]; in phy_get_pg_txpwr_idx()
2250 txPower = pHalData->Index24G_BW40_Base[RFPath][chnlIdx]; in phy_get_pg_txpwr_idx()
2254 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_1TX]; in phy_get_pg_txpwr_idx()
2256 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2258 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_3TX]; in phy_get_pg_txpwr_idx()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/
H A Dhal_com_phycfg.c2275 u8 txPower = 0; in phy_get_pg_txpwr_idx() local
2291 txPower = pHalData->Index24G_CCK_Base[RFPath][chnlIdx]; in phy_get_pg_txpwr_idx()
2292 txPower += pHalData->CCK_24G_Diff[RFPath][RF_1TX]; in phy_get_pg_txpwr_idx()
2294 txPower += pHalData->CCK_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2296 txPower += pHalData->CCK_24G_Diff[RFPath][RF_3TX]; in phy_get_pg_txpwr_idx()
2298 txPower += pHalData->CCK_24G_Diff[RFPath][RF_4TX]; in phy_get_pg_txpwr_idx()
2302 txPower = pHalData->Index24G_BW40_Base[RFPath][chnlIdx]; in phy_get_pg_txpwr_idx()
2306 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_1TX]; in phy_get_pg_txpwr_idx()
2308 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2310 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_3TX]; in phy_get_pg_txpwr_idx()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/
H A Dhal_com_phycfg.c2299 u8 txPower = 0; in phy_get_pg_txpwr_idx() local
2315 txPower = pHalData->Index24G_CCK_Base[RFPath][chnlIdx]; in phy_get_pg_txpwr_idx()
2316 txPower += pHalData->CCK_24G_Diff[RFPath][RF_1TX]; in phy_get_pg_txpwr_idx()
2318 txPower += pHalData->CCK_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2320 txPower += pHalData->CCK_24G_Diff[RFPath][RF_3TX]; in phy_get_pg_txpwr_idx()
2322 txPower += pHalData->CCK_24G_Diff[RFPath][RF_4TX]; in phy_get_pg_txpwr_idx()
2326 txPower = pHalData->Index24G_BW40_Base[RFPath][chnlIdx]; in phy_get_pg_txpwr_idx()
2330 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_1TX]; in phy_get_pg_txpwr_idx()
2332 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2334 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_3TX]; in phy_get_pg_txpwr_idx()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/
H A Dhal_com_phycfg.c2300 u8 txPower = 0; in phy_get_pg_txpwr_idx() local
2316 txPower = pHalData->Index24G_CCK_Base[RFPath][chnlIdx]; in phy_get_pg_txpwr_idx()
2317 txPower += pHalData->CCK_24G_Diff[RFPath][RF_1TX]; in phy_get_pg_txpwr_idx()
2319 txPower += pHalData->CCK_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2321 txPower += pHalData->CCK_24G_Diff[RFPath][RF_3TX]; in phy_get_pg_txpwr_idx()
2323 txPower += pHalData->CCK_24G_Diff[RFPath][RF_4TX]; in phy_get_pg_txpwr_idx()
2327 txPower = pHalData->Index24G_BW40_Base[RFPath][chnlIdx]; in phy_get_pg_txpwr_idx()
2331 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_1TX]; in phy_get_pg_txpwr_idx()
2333 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2335 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_3TX]; in phy_get_pg_txpwr_idx()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/
H A Dhal_com_phycfg.c2290 u8 txPower = 0; in phy_get_pg_txpwr_idx() local
2306 txPower = pHalData->Index24G_CCK_Base[RFPath][chnlIdx]; in phy_get_pg_txpwr_idx()
2307 txPower += pHalData->CCK_24G_Diff[RFPath][RF_1TX]; in phy_get_pg_txpwr_idx()
2309 txPower += pHalData->CCK_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2311 txPower += pHalData->CCK_24G_Diff[RFPath][RF_3TX]; in phy_get_pg_txpwr_idx()
2313 txPower += pHalData->CCK_24G_Diff[RFPath][RF_4TX]; in phy_get_pg_txpwr_idx()
2317 txPower = pHalData->Index24G_BW40_Base[RFPath][chnlIdx]; in phy_get_pg_txpwr_idx()
2321 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_1TX]; in phy_get_pg_txpwr_idx()
2323 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2325 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_3TX]; in phy_get_pg_txpwr_idx()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/
H A Dhal_com_phycfg.c2299 u8 txPower = 0; in phy_get_pg_txpwr_idx() local
2315 txPower = pHalData->Index24G_CCK_Base[RFPath][chnlIdx]; in phy_get_pg_txpwr_idx()
2316 txPower += pHalData->CCK_24G_Diff[RFPath][RF_1TX]; in phy_get_pg_txpwr_idx()
2318 txPower += pHalData->CCK_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2320 txPower += pHalData->CCK_24G_Diff[RFPath][RF_3TX]; in phy_get_pg_txpwr_idx()
2322 txPower += pHalData->CCK_24G_Diff[RFPath][RF_4TX]; in phy_get_pg_txpwr_idx()
2326 txPower = pHalData->Index24G_BW40_Base[RFPath][chnlIdx]; in phy_get_pg_txpwr_idx()
2330 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_1TX]; in phy_get_pg_txpwr_idx()
2332 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2334 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_3TX]; in phy_get_pg_txpwr_idx()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/
H A Dhal_com_phycfg.c2353 u8 txPower = 0; in phy_get_pg_txpwr_idx() local
2369 txPower = pHalData->Index24G_CCK_Base[RFPath][chnlIdx]; in phy_get_pg_txpwr_idx()
2370 txPower += pHalData->CCK_24G_Diff[RFPath][RF_1TX]; in phy_get_pg_txpwr_idx()
2372 txPower += pHalData->CCK_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2374 txPower += pHalData->CCK_24G_Diff[RFPath][RF_3TX]; in phy_get_pg_txpwr_idx()
2376 txPower += pHalData->CCK_24G_Diff[RFPath][RF_4TX]; in phy_get_pg_txpwr_idx()
2380 txPower = pHalData->Index24G_BW40_Base[RFPath][chnlIdx]; in phy_get_pg_txpwr_idx()
2384 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_1TX]; in phy_get_pg_txpwr_idx()
2386 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2388 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_3TX]; in phy_get_pg_txpwr_idx()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/
H A Dhal_com_phycfg.c2328 u8 txPower = 0; in phy_get_pg_txpwr_idx() local
2344 txPower = pHalData->Index24G_CCK_Base[RFPath][chnlIdx]; in phy_get_pg_txpwr_idx()
2345 txPower += pHalData->CCK_24G_Diff[RFPath][RF_1TX]; in phy_get_pg_txpwr_idx()
2347 txPower += pHalData->CCK_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2349 txPower += pHalData->CCK_24G_Diff[RFPath][RF_3TX]; in phy_get_pg_txpwr_idx()
2351 txPower += pHalData->CCK_24G_Diff[RFPath][RF_4TX]; in phy_get_pg_txpwr_idx()
2355 txPower = pHalData->Index24G_BW40_Base[RFPath][chnlIdx]; in phy_get_pg_txpwr_idx()
2359 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_1TX]; in phy_get_pg_txpwr_idx()
2361 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2363 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_3TX]; in phy_get_pg_txpwr_idx()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/
H A Dhal_com_phycfg.c2353 u8 txPower = 0; in phy_get_pg_txpwr_idx() local
2369 txPower = pHalData->Index24G_CCK_Base[RFPath][chnlIdx]; in phy_get_pg_txpwr_idx()
2370 txPower += pHalData->CCK_24G_Diff[RFPath][RF_1TX]; in phy_get_pg_txpwr_idx()
2372 txPower += pHalData->CCK_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2374 txPower += pHalData->CCK_24G_Diff[RFPath][RF_3TX]; in phy_get_pg_txpwr_idx()
2376 txPower += pHalData->CCK_24G_Diff[RFPath][RF_4TX]; in phy_get_pg_txpwr_idx()
2380 txPower = pHalData->Index24G_BW40_Base[RFPath][chnlIdx]; in phy_get_pg_txpwr_idx()
2384 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_1TX]; in phy_get_pg_txpwr_idx()
2386 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2388 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_3TX]; in phy_get_pg_txpwr_idx()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/
H A Dhal_com_phycfg.c2329 u8 txPower = 0; in phy_get_pg_txpwr_idx() local
2345 txPower = pHalData->Index24G_CCK_Base[RFPath][chnlIdx]; in phy_get_pg_txpwr_idx()
2346 txPower += pHalData->CCK_24G_Diff[RFPath][RF_1TX]; in phy_get_pg_txpwr_idx()
2348 txPower += pHalData->CCK_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2350 txPower += pHalData->CCK_24G_Diff[RFPath][RF_3TX]; in phy_get_pg_txpwr_idx()
2352 txPower += pHalData->CCK_24G_Diff[RFPath][RF_4TX]; in phy_get_pg_txpwr_idx()
2356 txPower = pHalData->Index24G_BW40_Base[RFPath][chnlIdx]; in phy_get_pg_txpwr_idx()
2360 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_1TX]; in phy_get_pg_txpwr_idx()
2362 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2364 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_3TX]; in phy_get_pg_txpwr_idx()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/
H A Dhal_com_phycfg.c2330 u8 txPower = 0; in phy_get_pg_txpwr_idx() local
2346 txPower = pHalData->Index24G_CCK_Base[RFPath][chnlIdx]; in phy_get_pg_txpwr_idx()
2347 txPower += pHalData->CCK_24G_Diff[RFPath][RF_1TX]; in phy_get_pg_txpwr_idx()
2349 txPower += pHalData->CCK_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2351 txPower += pHalData->CCK_24G_Diff[RFPath][RF_3TX]; in phy_get_pg_txpwr_idx()
2353 txPower += pHalData->CCK_24G_Diff[RFPath][RF_4TX]; in phy_get_pg_txpwr_idx()
2357 txPower = pHalData->Index24G_BW40_Base[RFPath][chnlIdx]; in phy_get_pg_txpwr_idx()
2361 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_1TX]; in phy_get_pg_txpwr_idx()
2363 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_2TX]; in phy_get_pg_txpwr_idx()
2365 txPower += pHalData->OFDM_24G_Diff[RFPath][RF_3TX]; in phy_get_pg_txpwr_idx()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/rtl8723b/
H A Drtl8723b_phycfg.c970 s8 txPower = 0, powerDiffByRate = 0, limit = 0; in PHY_GetTxPowerIndex_8723B() local
975 txPower = (s8) PHY_GetTxPowerIndexBase( pAdapter,RFPath, Rate, BandWidth, Channel, &bIn24G ); in PHY_GetTxPowerIndex_8723B()
981 txPower += powerDiffByRate; in PHY_GetTxPowerIndex_8723B()
983 txPower += PHY_GetTxPowerTrackingOffset( pAdapter, RFPath, Rate ); in PHY_GetTxPowerIndex_8723B()
985 if(txPower > MAX_POWER_INDEX) in PHY_GetTxPowerIndex_8723B()
986 txPower = MAX_POWER_INDEX; in PHY_GetTxPowerIndex_8723B()
989 return (u8) txPower; in PHY_GetTxPowerIndex_8723B()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Deeprom_9287.c313 int32_t txPower, u16 chain) in ar9287_eeprom_olpc_set_pdadcs() argument
337 a = (txPower)&0xff; in ar9287_eeprom_olpc_set_pdadcs()
347 a = (txPower)&0xff; in ar9287_eeprom_olpc_set_pdadcs()
417 int8_t txPower; in ath9k_hw_set_ar9287_power_cal_table() local
421 &txPower); in ath9k_hw_set_ar9287_power_cal_table()
422 ar9287_eeprom_olpc_set_pdadcs(ah, txPower, i); in ath9k_hw_set_ar9287_power_cal_table()
H A Deeprom_def.c58 int txPower, in ath9k_olc_get_pdadcs() argument
72 offset = txPower; in ath9k_olc_get_pdadcs()
846 u8 txPower; in ath9k_hw_set_def_power_cal_table() local
850 pCalBChans, numPiers, &txPower, &pcdacIdx); in ath9k_hw_set_def_power_cal_table()
852 txPower/2, pdadcValues); in ath9k_hw_set_def_power_cal_table()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/rtl8188e/
H A Drtl8188e_phycfg.c1555 s8 by_rate_diff = 0, txPower = 0, limit = 0, track_diff = 0, extra_bias = 0; in PHY_GetTxPowerIndex_8188E() local
1570 txPower = base_index + by_rate_diff + track_diff + extra_bias; in PHY_GetTxPowerIndex_8188E()
1572 if(txPower > MAX_POWER_INDEX) in PHY_GetTxPowerIndex_8188E()
1573 txPower = MAX_POWER_INDEX; in PHY_GetTxPowerIndex_8188E()
1577 …, ((RFPath==0)?'A':'B'), Channel, txPower, txPower, base_index, by_rate_diff, track_diff, extra_bi… in PHY_GetTxPowerIndex_8188E()
1579 return (u8)txPower; in PHY_GetTxPowerIndex_8188E()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/common/
H A Dtlv.h781 uint8 txPower;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_cmdevt.c5136 cwmode_ctrl->txPower = wlan_cpu_to_le16(cw_mode->txPower);
5167 misc->param.cwmode.txPower =
5168 wlan_le16_to_cpu(cwmode_resp->txPower);
/OK3568_Linux_fs/kernel/drivers/net/wireless/cisco/
H A Dairo.c633 __le16 txPower; member
4923 ai->config.txPower = cpu_to_le16(v); in proc_config_on_close()
5087 le16_to_cpu(ai->config.txPower) in proc_config_open()
6824 local->config.txPower = v; in airo_set_txpow()
6844 vwrq->value = le16_to_cpu(local->config.txPower); in airo_get_txpow()

12