Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dsh_clk.h101 long clk_round_parent(struct clk *clk, unsigned long target,
/linux-3.4.99/drivers/sh/clk/
Dcore.c564 long clk_round_parent(struct clk *clk, unsigned long target, in clk_round_parent() function
654 EXPORT_SYMBOL_GPL(clk_round_parent);
/linux-3.4.99/arch/arm/mach-shmobile/
Dboard-ap4evb.c849 error = clk_round_parent(hdmi_ick, target, best_freq, parent_freq, 1, 64); in ap4evb_clk_optimize()