/arch/arm/mach-omap2/ |
D | clkt_clksel.c | 66 const struct clksel *clks; in _get_clksel_by_parent() local 68 for (clks = clk->clksel; clks->parent; clks++) in _get_clksel_by_parent() 69 if (clks->parent == src_clk) in _get_clksel_by_parent() 72 if (!clks->parent) { in _get_clksel_by_parent() 79 return clks; in _get_clksel_by_parent() 100 const struct clksel *clks; in _get_div_and_fieldval() local 104 clks = _get_clksel_by_parent(clk, src_clk); in _get_div_and_fieldval() 105 if (!clks) in _get_div_and_fieldval() 117 for (clkr = clks->rates; clkr->div; clkr++) { in _get_div_and_fieldval() 177 const struct clksel *clks; in _clksel_to_divisor() local [all …]
|
/arch/arm/mach-s3c24xx/ |
D | clock-s3c2443.c | 178 static struct clk *clks[] __initdata = { variable 194 s3c24xx_register_clocks(clks, ARRAY_SIZE(clks)); in s3c2443_init_clocks()
|
D | common-s3c2443.c | 606 static struct clk *clks[] __initdata = { variable 656 s3c24xx_register_clocks(clks, ARRAY_SIZE(clks)); in s3c2443_common_init_clocks()
|
D | clock-s3c2412.c | 655 static struct clk *clks[] __initdata = { variable 684 for (ptr = 0; ptr < ARRAY_SIZE(clks); ptr++) { in s3c2412_baseclk_add() 685 clkp = clks[ptr]; in s3c2412_baseclk_add()
|
/arch/arm/mach-integrator/ |
D | impd1.c | 40 struct clk_lookup *clks[3]; member 388 impd1->clks[0] = clkdev_alloc(&impd1->vcos[0], NULL, "lm%x:01000", in impd1_probe() 390 impd1->clks[1] = clkdev_alloc(&fixed_14745600, NULL, "lm%x:00100", in impd1_probe() 392 impd1->clks[2] = clkdev_alloc(&fixed_14745600, NULL, "lm%x:00200", in impd1_probe() 394 for (i = 0; i < ARRAY_SIZE(impd1->clks); i++) in impd1_probe() 395 clkdev_add(impd1->clks[i]); in impd1_probe() 446 for (i = 0; i < ARRAY_SIZE(impd1->clks); i++) in impd1_remove() 447 clkdev_drop(impd1->clks[i]); in impd1_remove()
|
/arch/sh/kernel/cpu/sh4a/ |
D | clock-sh7757.c | 46 static struct clk *clks[] = { variable 142 for (i = 0; i < ARRAY_SIZE(clks); i++) in arch_clk_init() 143 ret |= clk_register(clks[i]); in arch_clk_init()
|
D | clock-shx3.c | 45 static struct clk *clks[] = { variable 143 for (i = 0; i < ARRAY_SIZE(clks); i++) in arch_clk_init() 144 ret |= clk_register(clks[i]); in arch_clk_init()
|
D | clock-sh7785.c | 49 static struct clk *clks[] = { variable 169 for (i = 0; i < ARRAY_SIZE(clks); i++) in arch_clk_init() 170 ret |= clk_register(clks[i]); in arch_clk_init()
|
D | clock-sh7786.c | 51 static struct clk *clks[] = { variable 188 for (i = 0; i < ARRAY_SIZE(clks); i++) in arch_clk_init() 189 ret |= clk_register(clks[i]); in arch_clk_init()
|
/arch/arm/plat-samsung/ |
D | clock.c | 301 int s3c24xx_register_clocks(struct clk **clks, int nr_clks) in s3c24xx_register_clocks() argument 305 for (; nr_clks > 0; nr_clks--, clks++) { in s3c24xx_register_clocks() 306 if (s3c24xx_register_clock(*clks) < 0) { in s3c24xx_register_clocks() 307 struct clk *clk = *clks; in s3c24xx_register_clocks()
|
/arch/arm/mach-prima2/ |
D | clock.c | 184 struct clk *clks[] = { in dmn_get_parent() local 189 return clks[cfg & (BIT(3) - 1)]; in dmn_get_parent() 194 const struct clk *clks[] = { in dmn_set_parent() local 199 for (i = 0; i < ARRAY_SIZE(clks); i++) { in dmn_set_parent() 200 if (clks[i] == parent) { in dmn_set_parent()
|
/arch/arm/mach-s5p64x0/ |
D | clock-s5p6440.c | 590 static struct clk *clks[] __initdata = { variable 600 s3c24xx_register_clocks(clks, ARRAY_SIZE(clks)); in s5p6440_register_clocks()
|
/arch/arm/mach-s3c64xx/ |
D | clock.c | 950 static struct clk *clks[] __initdata = { variable 980 s3c24xx_register_clocks(clks, ARRAY_SIZE(clks)); in s3c64xx_register_clocks()
|
/arch/arm/mach-u300/ |
D | clock.c | 1330 static struct clk *clks[] = { variable 1391 for (i = 0; i < ARRAY_SIZE(clks); i++) { in u300_clocks_show() 1392 clk = clks[i]; in u300_clocks_show()
|
/arch/arm/mach-s5pc100/ |
D | clock.c | 1299 static struct clk *clks[] __initdata = { variable 1330 s3c24xx_register_clocks(clks, ARRAY_SIZE(clks)); in s5pc100_register_clocks()
|
/arch/arm/mach-s5pv210/ |
D | clock.c | 1309 static struct clk *clks[] __initdata = { variable 1342 s3c24xx_register_clocks(clks, ARRAY_SIZE(clks)); in s5pv210_register_clocks()
|
/arch/arm/mach-davinci/ |
D | tnetv107x.c | 232 static struct clk_lookup clks[] = { variable 744 .cpu_clks = clks,
|