Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/ti/clk/
H A Dti_clk_div.c49 uint32_t updated_min_hz = min_hz; in ti_clk_div_set_freq_dyn_parent() local
91 new_min = updated_min_hz * divider; in ti_clk_div_set_freq_dyn_parent()
96 if (new_min < updated_min_hz) { in ti_clk_div_set_freq_dyn_parent()
167 if ((hz <= target_hz) && (updated_min_hz < hz)) { in ti_clk_div_set_freq_dyn_parent()
168 updated_min_hz = hz; in ti_clk_div_set_freq_dyn_parent()