Lines Matching defs:clk
110 static unsigned long osc_get_rate(struct clk *clk) in osc_get_rate()
115 static unsigned long pll_get_rate(struct clk *clk, unsigned long control) in pll_get_rate()
129 static long pll_set_rate(struct clk *clk, unsigned long rate, in pll_set_rate()
194 static unsigned long pll0_get_rate(struct clk *clk) in pll0_get_rate()
203 static void pll1_mode(struct clk *clk, int enabled) in pll1_mode()
238 static unsigned long pll1_get_rate(struct clk *clk) in pll1_get_rate()
247 static long pll1_set_rate(struct clk *clk, unsigned long rate, int apply) in pll1_set_rate()
267 static int pll1_set_parent(struct clk *clk, struct clk *parent) in pll1_set_parent()
338 static unsigned long bus_clk_get_rate(struct clk *clk, unsigned int shift) in bus_clk_get_rate()
343 static void cpu_clk_mode(struct clk *clk, int enabled) in cpu_clk_mode()
358 static unsigned long cpu_clk_get_rate(struct clk *clk) in cpu_clk_get_rate()
369 static long cpu_clk_set_rate(struct clk *clk, unsigned long rate, int apply) in cpu_clk_set_rate()
404 static void hsb_clk_mode(struct clk *clk, int enabled) in hsb_clk_mode()
419 static unsigned long hsb_clk_get_rate(struct clk *clk) in hsb_clk_get_rate()
430 void pba_clk_mode(struct clk *clk, int enabled) in pba_clk_mode()
445 unsigned long pba_clk_get_rate(struct clk *clk) in pba_clk_get_rate()
456 static void pbb_clk_mode(struct clk *clk, int enabled) in pbb_clk_mode()
471 static unsigned long pbb_clk_get_rate(struct clk *clk) in pbb_clk_get_rate()
513 static void genclk_mode(struct clk *clk, int enabled) in genclk_mode()
525 static unsigned long genclk_get_rate(struct clk *clk) in genclk_get_rate()
537 static long genclk_set_rate(struct clk *clk, unsigned long rate, int apply) in genclk_set_rate()
563 int genclk_set_parent(struct clk *clk, struct clk *parent) in genclk_set_parent()
590 static void __init genclk_init_parent(struct clk *clk) in genclk_init_parent()
2322 struct clk *clk = init_clocks[i]; in setup_platform() local