Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/ti/clk/
H A Dti_clk.c88 uint32_t max_possible_child_hz; in ti_clk_generic_set_freq_parent() local
109 max_possible_child_hz = UINT32_MAX / div; in ti_clk_generic_set_freq_parent()
110 max_possible_parent_hz = max_possible_child_hz * div; in ti_clk_generic_set_freq_parent()
113 if (min_hz > max_possible_child_hz) { in ti_clk_generic_set_freq_parent()
120 if (target_hz > max_possible_child_hz) { in ti_clk_generic_set_freq_parent()
126 if (max_hz > max_possible_child_hz) { in ti_clk_generic_set_freq_parent()