Searched refs:init_clocks_off (Results 1 – 10 of 10) sorted by relevance
/linux-2.6.39/arch/arm/plat-s3c24xx/ |
D | s3c2410-clock.c | 90 static struct clk init_clocks_off[] = { variable 252 s3c_register_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off)); in s3c2410_baseclk_add() 253 s3c_disable_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off)); in s3c2410_baseclk_add()
|
D | s3c2443-clock.c | 219 static struct clk init_clocks_off[] = { variable 468 s3c_register_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off)); in s3c2443_common_init_clocks() 469 s3c_disable_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off)); in s3c2443_common_init_clocks()
|
/linux-2.6.39/arch/arm/mach-s3c2443/ |
D | clock.c | 288 static struct clk init_clocks_off[] = { variable 372 s3c_register_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off)); in s3c2443_init_clocks() 373 s3c_disable_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off)); in s3c2443_init_clocks()
|
/linux-2.6.39/arch/arm/mach-s5p6442/ |
D | clock.c | 343 static struct clk init_clocks_off[] = { variable 416 s3c_register_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off)); in s5p6442_register_clocks() 417 s3c_disable_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off)); in s5p6442_register_clocks()
|
/linux-2.6.39/arch/arm/mach-s5p64x0/ |
D | clock-s5p6440.c | 136 static struct clk init_clocks_off[] = { variable 615 s3c_register_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off)); in s5p6440_register_clocks() 616 s3c_disable_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off)); in s5p6440_register_clocks()
|
D | clock-s5p6450.c | 184 static struct clk init_clocks_off[] = { variable 662 s3c_register_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off)); in s5p6450_register_clocks() 663 s3c_disable_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off)); in s5p6450_register_clocks()
|
/linux-2.6.39/arch/arm/mach-s3c64xx/ |
D | clock.c | 130 static struct clk init_clocks_off[] = { variable 850 s3c_register_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off)); in s3c64xx_register_clocks() 851 s3c_disable_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off)); in s3c64xx_register_clocks()
|
/linux-2.6.39/arch/arm/mach-exynos4/ |
D | clock.c | 398 static struct clk init_clocks_off[] = { variable 1212 s3c_register_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off)); in exynos4_register_clocks() 1213 s3c_disable_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off)); in exynos4_register_clocks()
|
/linux-2.6.39/arch/arm/mach-s5pv210/ |
D | clock.c | 312 static struct clk init_clocks_off[] = { variable 1239 s3c_register_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off)); in s5pv210_register_clocks() 1240 s3c_disable_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off)); in s5pv210_register_clocks()
|
/linux-2.6.39/arch/arm/mach-s5pc100/ |
D | clock.c | 399 static struct clk init_clocks_off[] = { variable 1394 s3c_register_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off)); in s5pc100_register_clocks() 1395 s3c_disable_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off)); in s5pc100_register_clocks()
|