Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/ti/clk/
H A Dti_clk_div.c50 uint32_t updated_max_hz = max_hz; in ti_clk_div_set_freq_dyn_parent() local
93 new_max = updated_max_hz * divider; in ti_clk_div_set_freq_dyn_parent()
116 if (new_max < updated_max_hz) { in ti_clk_div_set_freq_dyn_parent()
172 if ((hz >= target_hz) && (updated_max_hz > hz)) { in ti_clk_div_set_freq_dyn_parent()
173 updated_max_hz = hz; in ti_clk_div_set_freq_dyn_parent()