Searched refs:pll2_clk (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/arch/arm/mach-davinci/ |
D | dm365.c | 150 static struct clk pll2_clk = { variable 159 .parent = &pll2_clk, 165 .parent = &pll2_clk, 171 .parent = &pll2_clk, 178 .parent = &pll2_clk, 185 .parent = &pll2_clk, 192 .parent = &pll2_clk, 199 .parent = &pll2_clk, 206 .parent = &pll2_clk, 213 .parent = &pll2_clk, [all …]
|
D | dm644x.c | 101 static struct clk pll2_clk = { variable 110 .parent = &pll2_clk, 117 .parent = &pll2_clk, 124 .parent = &pll2_clk, 289 CLK(NULL, "pll2", &pll2_clk),
|
D | dm355.c | 140 static struct clk pll2_clk = { variable 149 .parent = &pll2_clk, 156 .parent = &pll2_clk, 352 CLK(NULL, "pll2", &pll2_clk),
|
D | dm646x.c | 142 static struct clk pll2_clk = { variable 151 .parent = &pll2_clk, 328 CLK(NULL, "pll2", &pll2_clk),
|
/linux-2.6.39/arch/arm/mach-mxs/ |
D | clock-mx28.c | 40 static struct clk pll2_clk; variable 108 if (clk == &pll2_clk) \ 120 _CLK_ENABLE_PLL(pll2_clk, PLL2, CLKGATE) 128 if (clk == &pll2_clk) \ 139 _CLK_DISABLE_PLL(pll2_clk, PLL2, CLKGATE) 151 _DEFINE_CLOCK_PLL(pll2_clk); 623 _REGISTER_CLOCK("pll2", NULL, pll2_clk)
|
/linux-2.6.39/arch/arm/mach-shmobile/ |
D | clock-sh73a0.c | 155 static struct clk pll2_clk = { variable 186 &pll2_clk,
|