Searched refs:th_l2h_dmc (Results 1 – 1 of 1) sorted by relevance
437 s8 th_l2h_dmc, th_h2l_dmc, igi_target = 0x32; in phydm_search_pwdb_lower_bound() local451 th_l2h_dmc = dm->th_l2h_ini + diff; in phydm_search_pwdb_lower_bound()452 if (th_l2h_dmc > 10) in phydm_search_pwdb_lower_bound()453 th_l2h_dmc = 10; in phydm_search_pwdb_lower_bound()454 th_h2l_dmc = th_l2h_dmc - dm->th_edcca_hl_diff; in phydm_search_pwdb_lower_bound()456 phydm_set_edcca_threshold(dm, th_h2l_dmc, th_l2h_dmc); in phydm_search_pwdb_lower_bound()506 th_l2h_dmc = th_l2h_dmc + 1; in phydm_search_pwdb_lower_bound()507 if (th_l2h_dmc > 10) in phydm_search_pwdb_lower_bound()508 th_l2h_dmc = 10; in phydm_search_pwdb_lower_bound()509 th_h2l_dmc = th_l2h_dmc - dm->th_edcca_hl_diff; in phydm_search_pwdb_lower_bound()[all …]