Searched refs:main_clks (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh4a/
H A Dclock-sh7722.c96 struct clk *main_clks[] = { variable in typeref:struct:clk
265 for (k = 0; !ret && (k < ARRAY_SIZE(main_clks)); k++)
266 ret = clk_register(main_clks[k]);
H A Dclock-sh7366.c96 struct clk *main_clks[] = { variable in typeref:struct:clk
280 for (k = 0; !ret && (k < ARRAY_SIZE(main_clks)); k++)
281 ret = clk_register(main_clks[k]);
H A Dclock-sh7343.c93 struct clk *main_clks[] = { variable in typeref:struct:clk
291 for (k = 0; !ret && (k < ARRAY_SIZE(main_clks)); k++)
292 ret = clk_register(main_clks[k]);
H A Dclock-sh7723.c97 struct clk *main_clks[] = { variable in typeref:struct:clk
341 for (k = 0; !ret && (k < ARRAY_SIZE(main_clks)); k++)
342 ret |= clk_register(main_clks[k]);
H A Dclock-sh7724.c114 struct clk *main_clks[] = { variable in typeref:struct:clk
367 for (k = 0; !ret && (k < ARRAY_SIZE(main_clks)); k++)
368 ret = clk_register(main_clks[k]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-shmobile/
H A Dclock-sh7367.c141 static struct clk *main_clks[] = { variable in typeref:struct:clk
340 for (k = 0; !ret && (k < ARRAY_SIZE(main_clks)); k++)
341 ret = clk_register(main_clks[k]);
H A Dclock-sh7377.c150 static struct clk *main_clks[] = { variable in typeref:struct:clk
351 for (k = 0; !ret && (k < ARRAY_SIZE(main_clks)); k++)
352 ret = clk_register(main_clks[k]);
H A Dclock-sh7372.c295 static struct clk *main_clks[] = { variable in typeref:struct:clk
541 for (k = 0; !ret && (k < ARRAY_SIZE(main_clks)); k++)
542 ret = clk_register(main_clks[k]);

Completed in 70 milliseconds