Home
last modified time | relevance | path

Searched refs:PWDB_ALL (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/
H A Dphydm_hwconfig.c329 IN u1Byte PWDB_ALL, in odm_SQ_process_patch_RT_CID_819x_Lenovo() argument
364 if(PWDB_ALL >= 50) in odm_SQ_process_patch_RT_CID_819x_Lenovo()
366 else if(PWDB_ALL >= 23 && PWDB_ALL < 50) in odm_SQ_process_patch_RT_CID_819x_Lenovo()
368 else if(PWDB_ALL >= 18 && PWDB_ALL < 23) in odm_SQ_process_patch_RT_CID_819x_Lenovo()
370 else if(PWDB_ALL >= 8 && PWDB_ALL < 18) in odm_SQ_process_patch_RT_CID_819x_Lenovo()
375 if(PWDB_ALL >= 34) in odm_SQ_process_patch_RT_CID_819x_Lenovo()
377 else if(PWDB_ALL >= 23 && PWDB_ALL < 34) in odm_SQ_process_patch_RT_CID_819x_Lenovo()
379 else if(PWDB_ALL >= 18 && PWDB_ALL < 23) in odm_SQ_process_patch_RT_CID_819x_Lenovo()
381 else if(PWDB_ALL >= 8 && PWDB_ALL < 18) in odm_SQ_process_patch_RT_CID_819x_Lenovo()
386 if(PWDB_ALL == 0)// Abnormal case, do not indicate the value above 20 on Win7 in odm_SQ_process_patch_RT_CID_819x_Lenovo()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/phydm/
H A Dphydm_hwconfig.c329 IN u1Byte PWDB_ALL, in odm_SQ_process_patch_RT_CID_819x_Lenovo() argument
364 if(PWDB_ALL >= 50) in odm_SQ_process_patch_RT_CID_819x_Lenovo()
366 else if(PWDB_ALL >= 23 && PWDB_ALL < 50) in odm_SQ_process_patch_RT_CID_819x_Lenovo()
368 else if(PWDB_ALL >= 18 && PWDB_ALL < 23) in odm_SQ_process_patch_RT_CID_819x_Lenovo()
370 else if(PWDB_ALL >= 8 && PWDB_ALL < 18) in odm_SQ_process_patch_RT_CID_819x_Lenovo()
375 if(PWDB_ALL >= 34) in odm_SQ_process_patch_RT_CID_819x_Lenovo()
377 else if(PWDB_ALL >= 23 && PWDB_ALL < 34) in odm_SQ_process_patch_RT_CID_819x_Lenovo()
379 else if(PWDB_ALL >= 18 && PWDB_ALL < 23) in odm_SQ_process_patch_RT_CID_819x_Lenovo()
381 else if(PWDB_ALL >= 8 && PWDB_ALL < 18) in odm_SQ_process_patch_RT_CID_819x_Lenovo()
386 if(PWDB_ALL == 0)// Abnormal case, do not indicate the value above 20 on Win7 in odm_SQ_process_patch_RT_CID_819x_Lenovo()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/hal/
H A Dodm_hwconfig.c70 u8 EVM, PWDB_ALL = 0, PWDB_ALL_BT; in odm_RxPhyStatus92CSeries_Parsing() local
136 PWDB_ALL = odm_query_rxpwrpercentage(rx_pwr_all); in odm_RxPhyStatus92CSeries_Parsing()
138 if (PWDB_ALL >= 80) in odm_RxPhyStatus92CSeries_Parsing()
139 PWDB_ALL = ((PWDB_ALL - 80) << 1) + ((PWDB_ALL - 80) >> 1) + 80; in odm_RxPhyStatus92CSeries_Parsing()
140 else if ((PWDB_ALL <= 78) && (PWDB_ALL >= 20)) in odm_RxPhyStatus92CSeries_Parsing()
141 PWDB_ALL += 3; in odm_RxPhyStatus92CSeries_Parsing()
142 if (PWDB_ALL > 100) in odm_RxPhyStatus92CSeries_Parsing()
143 PWDB_ALL = 100; in odm_RxPhyStatus92CSeries_Parsing()
146 pPhyInfo->RxPWDBAll = PWDB_ALL; in odm_RxPhyStatus92CSeries_Parsing()
147 pPhyInfo->BTRxRSSIPercentage = PWDB_ALL; in odm_RxPhyStatus92CSeries_Parsing()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/
H A Dphydm_phystatus.c300 u8 PWDB_ALL, in phydm_sq_patch_rt_cid_819x_lenovo() argument
331 if (PWDB_ALL >= 50) in phydm_sq_patch_rt_cid_819x_lenovo()
333 else if (PWDB_ALL >= 35 && PWDB_ALL < 50) in phydm_sq_patch_rt_cid_819x_lenovo()
335 else if (PWDB_ALL >= 31 && PWDB_ALL < 35) in phydm_sq_patch_rt_cid_819x_lenovo()
337 else if (PWDB_ALL >= 22 && PWDB_ALL < 31) in phydm_sq_patch_rt_cid_819x_lenovo()
339 else if (PWDB_ALL >= 18 && PWDB_ALL < 22) in phydm_sq_patch_rt_cid_819x_lenovo()
344 if (PWDB_ALL >= 50) in phydm_sq_patch_rt_cid_819x_lenovo()
346 else if (PWDB_ALL >= 35 && PWDB_ALL < 50) in phydm_sq_patch_rt_cid_819x_lenovo()
348 else if (PWDB_ALL >= 22 && PWDB_ALL < 35) in phydm_sq_patch_rt_cid_819x_lenovo()
350 else if (PWDB_ALL >= 18 && PWDB_ALL < 22) in phydm_sq_patch_rt_cid_819x_lenovo()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/
H A Dphydm_hwconfig.c286 IN u1Byte PWDB_ALL, in odm_SQ_process_patch_RT_CID_819x_Lenovo() argument
318 if(PWDB_ALL >= 50) in odm_SQ_process_patch_RT_CID_819x_Lenovo()
320 else if(PWDB_ALL >= 35 && PWDB_ALL < 50) in odm_SQ_process_patch_RT_CID_819x_Lenovo()
322 else if(PWDB_ALL >= 31 && PWDB_ALL < 35) in odm_SQ_process_patch_RT_CID_819x_Lenovo()
324 else if(PWDB_ALL >= 22 && PWDB_ALL < 31) in odm_SQ_process_patch_RT_CID_819x_Lenovo()
326 else if(PWDB_ALL >= 18 && PWDB_ALL < 22) in odm_SQ_process_patch_RT_CID_819x_Lenovo()
331 if (PWDB_ALL >= 50) in odm_SQ_process_patch_RT_CID_819x_Lenovo()
333 else if (PWDB_ALL >= 35 && PWDB_ALL < 50) in odm_SQ_process_patch_RT_CID_819x_Lenovo()
335 else if (PWDB_ALL >= 22 && PWDB_ALL < 35) in odm_SQ_process_patch_RT_CID_819x_Lenovo()
337 else if (PWDB_ALL >= 18 && PWDB_ALL < 22) in odm_SQ_process_patch_RT_CID_819x_Lenovo()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/
H A Dodm_HWConfig.c88 u8 EVM, PWDB_ALL = 0, PWDB_ALL_BT; in odm_RxPhyStatus92CSeries_Parsing() local
116 PWDB_ALL = odm_QueryRxPwrPercentage(rx_pwr_all); in odm_RxPhyStatus92CSeries_Parsing()
117 if (PWDB_ALL > 100) in odm_RxPhyStatus92CSeries_Parsing()
118 PWDB_ALL = 100; in odm_RxPhyStatus92CSeries_Parsing()
120 pPhyInfo->rx_pwd_ba11 = PWDB_ALL; in odm_RxPhyStatus92CSeries_Parsing()
121 pPhyInfo->bt_rx_rssi_percentage = PWDB_ALL; in odm_RxPhyStatus92CSeries_Parsing()
185 PWDB_ALL_BT = PWDB_ALL = odm_QueryRxPwrPercentage(rx_pwr_all); in odm_RxPhyStatus92CSeries_Parsing()
188 pPhyInfo->rx_pwd_ba11 = PWDB_ALL; in odm_RxPhyStatus92CSeries_Parsing()
230 pPhyInfo->SignalStrength = (u8)PWDB_ALL; in odm_RxPhyStatus92CSeries_Parsing()
232 pPhyInfo->signal_strength = (u8)(odm_SignalScaleMapping(pDM_Odm, PWDB_ALL));/* PWDB_ALL; */ in odm_RxPhyStatus92CSeries_Parsing()