Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-tegra/
Dclock.c81 static unsigned long clk_predict_rate_from_parent(struct clk *c, struct clk *p) in clk_predict_rate_from_parent() function
102 rate = clk_predict_rate_from_parent(c, c->parent); in clk_get_rate_locked()
223 new_rate = clk_predict_rate_from_parent(c, parent); in clk_set_parent()