Home
last modified time | relevance | path

Searched refs:th_edcca_hl_diff (Results 1 – 5 of 5) sorted by relevance

/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/phydm/
Dphydm_adaptivity.c552 s8 IGI = adapt->igi_base + 30 + dm->th_l2h_ini - dm->th_edcca_hl_diff; in phydm_search_pwdb_lower_bound()
560 th_h2l = th_l2h - dm->th_edcca_hl_diff; in phydm_search_pwdb_lower_bound()
600 th_h2l = th_l2h - dm->th_edcca_hl_diff; in phydm_search_pwdb_lower_bound()
730 dm->th_edcca_hl_diff = (s8)dm_value[2]; in phydm_adaptivity_debug()
733 dm->th_l2h_ini, dm->th_edcca_hl_diff); in phydm_adaptivity_debug()
737 dm->th_edcca_hl_diff = adaptivity->th_edcca_hl_diff_backup; in phydm_adaptivity_debug()
847 th_h2l = th_l2h - dm->th_edcca_hl_diff; in phydm_edcca_thre_calc_jgr3()
884 th_h2l = th_l2h - dm->th_edcca_hl_diff; in phydm_edcca_thre_calc()
909 th_h2l = th_l2h - dm->th_edcca_hl_diff; in phydm_edcca_thre_calc()
957 dm->th_edcca_hl_diff = (s8)value; in phydm_adaptivity_info_init()
[all …]
Dphydm.h1087 s8 th_edcca_hl_diff; member
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/
Drtw_odm.c162 , odm->th_edcca_hl_diff in rtw_odm_adaptivity_parm_msg()
166 void rtw_odm_adaptivity_parm_set(_adapter *adapter, s8 th_l2h_ini, s8 th_edcca_hl_diff) in rtw_odm_adaptivity_parm_set() argument
171 odm->th_edcca_hl_diff = th_edcca_hl_diff; in rtw_odm_adaptivity_parm_set()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Drtw_odm.h81 void rtw_odm_adaptivity_parm_set(_adapter *adapter, s8 th_l2h_ini, s8 th_edcca_hl_diff);
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/linux/
Drtw_proc.c5942 s8 th_edcca_hl_diff; in proc_set_odm_adaptivity() local
5954 int num = sscanf(tmp, "%x %hhd", &th_l2h_ini, &th_edcca_hl_diff); in proc_set_odm_adaptivity()
5959 rtw_odm_adaptivity_parm_set(padapter, (s8)th_l2h_ini, th_edcca_hl_diff); in proc_set_odm_adaptivity()