Lines Matching defs:clk
2 #include <linux/clk.h>
9 static struct clk master_clk = {
14 static struct clk peripheral_clk = {
19 static struct clk bus_clk = {
24 static struct clk cpu_clk = {
32 static struct clk *onchip_clocks[] = {
52 struct clk *clk = onchip_clocks[i];
53 arch_init_clk_ops(&clk->ops, i);
54 if (clk->ops)
55 ret |= clk_register(clk);