Lines Matching +full:static +full:- +full:enable

16 #include <linux/clk-provider.h>
21 #include <dt-bindings/clock/bcm-ns2.h>
22 #include "clk-iproc.h"
41 static const struct iproc_pll_ctrl genpll_scr = {
53 static const struct iproc_clk_ctrl genpll_scr_clk[] = {
61 .enable = ENABLE_VAL(0x0, 18, 12, 0),
67 .enable = ENABLE_VAL(0x0, 19, 13, 0),
73 .enable = ENABLE_VAL(0x0, 20, 14, 0),
79 .enable = ENABLE_VAL(0x0, 21, 15, 0),
85 .enable = ENABLE_VAL(0x0, 22, 16, 0),
91 .enable = ENABLE_VAL(0x0, 23, 17, 0),
96 static void __init ns2_genpll_scr_clk_init(struct device_node *node) in ns2_genpll_scr_clk_init()
101 CLK_OF_DECLARE(ns2_genpll_src_clk, "brcm,ns2-genpll-scr",
104 static const struct iproc_pll_ctrl genpll_sw = {
115 static const struct iproc_clk_ctrl genpll_sw_clk[] = {
123 .enable = ENABLE_VAL(0x0, 18, 12, 0),
129 .enable = ENABLE_VAL(0x0, 19, 13, 0),
135 .enable = ENABLE_VAL(0x0, 20, 14, 0),
141 .enable = ENABLE_VAL(0x0, 21, 15, 0),
147 .enable = ENABLE_VAL(0x0, 22, 16, 0),
153 .enable = ENABLE_VAL(0x0, 23, 17, 0),
158 static void __init ns2_genpll_sw_clk_init(struct device_node *node) in ns2_genpll_sw_clk_init()
163 CLK_OF_DECLARE(ns2_genpll_sw_clk, "brcm,ns2-genpll-sw",
166 static const struct iproc_pll_ctrl lcpll_ddr = {
177 static const struct iproc_clk_ctrl lcpll_ddr_clk[] = {
185 .enable = ENABLE_VAL(0x0, 18, 12, 0),
191 .enable = ENABLE_VAL(0x0, 19, 13, 0),
197 .enable = ENABLE_VAL(0x0, 20, 14, 0),
203 .enable = ENABLE_VAL(0x0, 21, 15, 0),
209 .enable = ENABLE_VAL(0x0, 22, 16, 0),
215 .enable = ENABLE_VAL(0x0, 23, 17, 0),
220 static void __init ns2_lcpll_ddr_clk_init(struct device_node *node) in ns2_lcpll_ddr_clk_init()
225 CLK_OF_DECLARE(ns2_lcpll_ddr_clk, "brcm,ns2-lcpll-ddr",
228 static const struct iproc_pll_ctrl lcpll_ports = {
239 static const struct iproc_clk_ctrl lcpll_ports_clk[] = {
247 .enable = ENABLE_VAL(0x0, 18, 12, 0),
253 .enable = ENABLE_VAL(0x0, 19, 13, 0),
259 .enable = ENABLE_VAL(0x0, 20, 14, 0),
265 .enable = ENABLE_VAL(0x0, 21, 15, 0),
271 .enable = ENABLE_VAL(0x0, 22, 16, 0),
277 .enable = ENABLE_VAL(0x0, 23, 17, 0),
282 static void __init ns2_lcpll_ports_clk_init(struct device_node *node) in ns2_lcpll_ports_clk_init()
287 CLK_OF_DECLARE(ns2_lcpll_ports_clk, "brcm,ns2-lcpll-ports",