Searched refs:new_target (Results 1 – 1 of 1) sorted by relevance
53 uint32_t new_target, new_min, new_max, new_parent_freq; in ti_clk_div_set_freq_dyn_parent() local92 new_target = target_hz * divider; in ti_clk_div_set_freq_dyn_parent()101 if (new_target < target_hz) { in ti_clk_div_set_freq_dyn_parent()109 new_target = UINT_MAX; in ti_clk_div_set_freq_dyn_parent()120 new_parent_freq = ti_clk_set_freq(parent, new_target, in ti_clk_div_set_freq_dyn_parent()142 if (new_parent_freq > new_target) { in ti_clk_div_set_freq_dyn_parent()143 delta = new_parent_freq - new_target; in ti_clk_div_set_freq_dyn_parent()145 delta = new_target - new_parent_freq; in ti_clk_div_set_freq_dyn_parent()