Home
last modified time | relevance | path

Searched refs:th_l2h_dmc (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/
H A Dphydm_adaptivity.c223 s8 th_l2h_dmc, th_h2l_dmc, igi_target = 0x32; in phydm_search_pwdb_lower_bound() local
229 th_l2h_dmc = dm->th_l2h_ini + diff; in phydm_search_pwdb_lower_bound()
230 if (th_l2h_dmc > 10) in phydm_search_pwdb_lower_bound()
231 th_l2h_dmc = 10; in phydm_search_pwdb_lower_bound()
233 th_h2l_dmc = th_l2h_dmc - dm->th_edcca_hl_diff; in phydm_search_pwdb_lower_bound()
234 phydm_set_edcca_threshold(dm, th_h2l_dmc, th_l2h_dmc); in phydm_search_pwdb_lower_bound()
269 th_l2h_dmc = th_l2h_dmc + 1; in phydm_search_pwdb_lower_bound()
270 if (th_l2h_dmc > 10) in phydm_search_pwdb_lower_bound()
271 th_l2h_dmc = 10; in phydm_search_pwdb_lower_bound()
273 th_h2l_dmc = th_l2h_dmc - dm->th_edcca_hl_diff; in phydm_search_pwdb_lower_bound()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/
H A Dphydm_adaptivity.c223 s8 th_l2h_dmc, th_h2l_dmc, igi_target = 0x32; in phydm_search_pwdb_lower_bound() local
229 th_l2h_dmc = dm->th_l2h_ini + diff; in phydm_search_pwdb_lower_bound()
230 if (th_l2h_dmc > 10) in phydm_search_pwdb_lower_bound()
231 th_l2h_dmc = 10; in phydm_search_pwdb_lower_bound()
233 th_h2l_dmc = th_l2h_dmc - dm->th_edcca_hl_diff; in phydm_search_pwdb_lower_bound()
234 phydm_set_edcca_threshold(dm, th_h2l_dmc, th_l2h_dmc); in phydm_search_pwdb_lower_bound()
269 th_l2h_dmc = th_l2h_dmc + 1; in phydm_search_pwdb_lower_bound()
270 if (th_l2h_dmc > 10) in phydm_search_pwdb_lower_bound()
271 th_l2h_dmc = 10; in phydm_search_pwdb_lower_bound()
273 th_h2l_dmc = th_l2h_dmc - dm->th_edcca_hl_diff; in phydm_search_pwdb_lower_bound()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/
H A Dphydm_adaptivity.c223 s8 th_l2h_dmc, th_h2l_dmc, igi_target = 0x32; in phydm_search_pwdb_lower_bound() local
229 th_l2h_dmc = dm->th_l2h_ini + diff; in phydm_search_pwdb_lower_bound()
230 if (th_l2h_dmc > 10) in phydm_search_pwdb_lower_bound()
231 th_l2h_dmc = 10; in phydm_search_pwdb_lower_bound()
233 th_h2l_dmc = th_l2h_dmc - dm->th_edcca_hl_diff; in phydm_search_pwdb_lower_bound()
234 phydm_set_edcca_threshold(dm, th_h2l_dmc, th_l2h_dmc); in phydm_search_pwdb_lower_bound()
269 th_l2h_dmc = th_l2h_dmc + 1; in phydm_search_pwdb_lower_bound()
270 if (th_l2h_dmc > 10) in phydm_search_pwdb_lower_bound()
271 th_l2h_dmc = 10; in phydm_search_pwdb_lower_bound()
273 th_h2l_dmc = th_l2h_dmc - dm->th_edcca_hl_diff; in phydm_search_pwdb_lower_bound()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/
H A Dphydm_adaptivity.c361 s8 th_l2h_dmc, th_h2l_dmc, igi_target = 0x32; in phydm_search_pwdb_lower_bound() local
369 th_l2h_dmc = p_dm->th_l2h_ini + diff; in phydm_search_pwdb_lower_bound()
370 if (th_l2h_dmc > 10) in phydm_search_pwdb_lower_bound()
371 th_l2h_dmc = 10; in phydm_search_pwdb_lower_bound()
373 th_h2l_dmc = th_l2h_dmc - p_dm->th_edcca_hl_diff; in phydm_search_pwdb_lower_bound()
374 phydm_set_edcca_threshold(p_dm, th_h2l_dmc, th_l2h_dmc); in phydm_search_pwdb_lower_bound()
408 th_l2h_dmc = th_l2h_dmc + 1; in phydm_search_pwdb_lower_bound()
409 if (th_l2h_dmc > 10) in phydm_search_pwdb_lower_bound()
410 th_l2h_dmc = 10; in phydm_search_pwdb_lower_bound()
412 th_h2l_dmc = th_l2h_dmc - p_dm->th_edcca_hl_diff; in phydm_search_pwdb_lower_bound()
[all …]