Lines Matching refs:clk
29 static struct clk r_clk = {
37 static struct clk extal_clk = {
41 static unsigned long pll_recalc(struct clk *clk) in pll_recalc() argument
43 return clk->parent->rate * PLL_RATE; in pll_recalc()
50 static struct clk pll_clk = {
56 static unsigned long peripheral0_recalc(struct clk *clk) in peripheral0_recalc() argument
58 return clk->parent->rate / 8; in peripheral0_recalc()
65 static struct clk peripheral0_clk = {
71 static unsigned long peripheral1_recalc(struct clk *clk) in peripheral1_recalc() argument
73 return clk->parent->rate / 4; in peripheral1_recalc()
80 static struct clk peripheral1_clk = {
86 struct clk *main_clks[] = {
112 struct clk div4_clks[DIV4_NR] = {
125 static struct clk mstp_clks[MSTP_NR] = {