Lines Matching +full:s5pv210 +full:- +full:g2d
1 // SPDX-License-Identifier: GPL-2.0-only
8 * Common Clock Framework support for all S5PC110/S5PV210 SoCs.
11 #include <linux/clk-provider.h>
16 #include "clk-pll.h"
18 #include <dt-bindings/clock/s5pv210.h>
20 /* S5PC110/S5PV210 clock controller register offsets */
66 /* IDs of PLLs available on S5PV210/S5P6442 SoCs */
386 /* S5PV210-specific clock muxes. */
431 /* S5P6442-specific clock muxes. */
463 /* S5PV210-specific fixed rate clocks generated inside the SoC. */
471 /* S5P6442-specific fixed rate clocks generated inside the SoC. */
508 /* S5PV210-specific clock dividers. */
537 /* S5P6442-specific clock dividers. */
625 /* S5PV210-specific clock gates. */
629 GATE(CLK_G2D, "g2d", "dout_hclkd", CLK_GATE_IP0, 12, 0, 0),
687 /* S5P6442-specific clock gates. */
691 GATE(CLK_G2D, "g2d", "dout_hclkd", CLK_GATE_IP0, 12, 0, 0),
705 * Clock aliases for legacy clkdev look-up.
714 /* S5PV210-specific PLLs. */
726 /* S5P6442-specific PLLs. */
747 hws = ctx->clk_data.hws; in __s5pv210_clk_init()
793 is_s5p6442 ? "S5P6442" : "S5PV210", in __s5pv210_clk_init()
808 CLK_OF_DECLARE(s5pv210_clk, "samsung,s5pv210-clock", s5pv210_clk_dt_init);
818 CLK_OF_DECLARE(s5p6442_clk, "samsung,s5p6442-clock", s5p6442_clk_dt_init);