Searched refs:init_clocks_off (Results 1 – 10 of 10) sorted by relevance
/arch/arm/mach-exynos/ |
D | clock-exynos4212.c | 68 static struct clk init_clocks_off[] = { variable 115 s3c_register_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off)); in exynos4212_register_clocks() 116 s3c_disable_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off)); in exynos4212_register_clocks()
|
D | clock-exynos4210.c | 79 static struct clk init_clocks_off[] = { variable 136 s3c_register_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off)); in exynos4210_register_clocks() 137 s3c_disable_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off)); in exynos4210_register_clocks()
|
/arch/arm/mach-s3c24xx/ |
D | clock-s3c2443.c | 150 static struct clk init_clocks_off[] = { variable 211 s3c_register_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off)); in s3c2443_init_clocks() 212 s3c_disable_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off)); in s3c2443_init_clocks()
|
D | common-s3c2443.c | 420 static struct clk init_clocks_off[] = { variable 665 s3c_register_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off)); in s3c2443_common_init_clocks() 666 s3c_disable_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off)); in s3c2443_common_init_clocks()
|
/arch/arm/plat-s3c24xx/ |
D | s3c2410-clock.c | 90 static struct clk init_clocks_off[] = { variable 237 s3c_register_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off)); in s3c2410_baseclk_add() 238 s3c_disable_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off)); in s3c2410_baseclk_add()
|
/arch/arm/mach-s5p64x0/ |
D | clock-s5p6440.c | 133 static struct clk init_clocks_off[] = { variable 610 s3c_register_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off)); in s5p6440_register_clocks() 611 s3c_disable_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off)); in s5p6440_register_clocks()
|
D | clock-s5p6450.c | 176 static struct clk init_clocks_off[] = { variable 673 s3c_register_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off)); in s5p6450_register_clocks() 674 s3c_disable_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off)); in s5p6450_register_clocks()
|
/arch/arm/mach-s3c64xx/ |
D | clock.c | 125 static struct clk init_clocks_off[] = { variable 984 s3c_register_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off)); in s3c64xx_register_clocks() 985 s3c_disable_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off)); in s3c64xx_register_clocks()
|
/arch/arm/mach-s5pc100/ |
D | clock.c | 383 static struct clk init_clocks_off[] = { variable 1340 s3c_register_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off)); in s5pc100_register_clocks() 1341 s3c_disable_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off)); in s5pc100_register_clocks()
|
/arch/arm/mach-s5pv210/ |
D | clock.c | 306 static struct clk init_clocks_off[] = { variable 1356 s3c_register_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off)); in s5pv210_register_clocks() 1357 s3c_disable_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off)); in s5pv210_register_clocks()
|