Lines Matching +full:exynos4210 +full:- +full:rotator
1 // SPDX-License-Identifier: GPL-2.0-only
10 #include <dt-bindings/clock/exynos4.h>
13 #include <linux/clk-provider.h>
19 #include "clk-cpu.h"
140 EXYNOS4210, enumerator
295 /* Exynos 4210-specific parent groups */
334 /* Exynos 4x12-specific parent groups */
438 /* list of mux clocks supported in exynos4210 soc */
678 /* list of divider clocks supported in exynos4210 soc */
874 GATE(CLK_I2C_HDMI, "i2c-hdmi", "aclk100", GATE_IP_PERIL, 14,
912 /* list of gate clocks supported in exynos4210 soc */
916 GATE(CLK_ROTATOR, "rotator", "aclk200", E4210_GATE_IP_IMAGE, 1, 0, 0),
964 GATE(CLK_ROTATOR, "rotator", "aclk200", E4X12_GATE_IP_IMAGE, 1, 0, 0),
1022 np = of_find_compatible_node(NULL, NULL, "samsung,exynos4210-chipid"); in exynos4_get_xom()
1064 { .compatible = "samsung,clock-xxti", .data = (void *)0, },
1065 { .compatible = "samsung,clock-xusbxti", .data = (void *)1, },
1124 PLL_36XX_RATE(24 * MHZ, 196608001, 197, 3, 3, -25690),
1255 hws = ctx->clk_data.hws; in exynos4_clk_init()
1263 if (exynos4_soc == EXYNOS4210) { in exynos4_clk_init()
1305 if (exynos4_soc == EXYNOS4210) { in exynos4_clk_init()
1339 if (exynos4_soc == EXYNOS4210) in exynos4_clk_init()
1351 exynos4_soc == EXYNOS4210 ? "Exynos4210" : "Exynos4x12", in exynos4_clk_init()
1362 exynos4_clk_init(np, EXYNOS4210); in exynos4210_clk_init()
1364 CLK_OF_DECLARE(exynos4210_clk, "samsung,exynos4210-clock", exynos4210_clk_init);
1370 CLK_OF_DECLARE(exynos4412_clk, "samsung,exynos4412-clock", exynos4412_clk_init);