Searched refs:low_req_clk (Results 1 – 2 of 2) sorted by relevance
200 enum dm_pp_clocks_state low_req_clk; in dce_get_required_clocks_state() local214 low_req_clk = i + 1; in dce_get_required_clocks_state()215 if (low_req_clk > clk_mgr_dce->max_clks_state) { in dce_get_required_clocks_state()219 low_req_clk = DM_PP_CLOCKS_STATE_INVALID; in dce_get_required_clocks_state()221 low_req_clk = clk_mgr_dce->max_clks_state; in dce_get_required_clocks_state()224 return low_req_clk; in dce_get_required_clocks_state()
219 enum dm_pp_clocks_state low_req_clk; in dce_get_required_clocks_state() local233 low_req_clk = i + 1; in dce_get_required_clocks_state()234 if (low_req_clk > clk_mgr_dce->max_clks_state) { in dce_get_required_clocks_state()238 low_req_clk = DM_PP_CLOCKS_STATE_INVALID; in dce_get_required_clocks_state()240 low_req_clk = clk_mgr_dce->max_clks_state; in dce_get_required_clocks_state()243 return low_req_clk; in dce_get_required_clocks_state()