Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/
H A Dclk.c2240 static void clk_calc_subtree(struct clk_core *core, unsigned long new_rate, in clk_calc_subtree() function
2255 clk_calc_subtree(child, child->new_rate, NULL, 0); in clk_calc_subtree()
2340 clk_calc_subtree(core, new_rate, parent, p_index); in clk_calc_new_rates()