Lines Matching +full:es +full:- +full:enable
16 #include <linux/clk-provider.h>
21 #include <dt-bindings/clock/bcm-nsp.h>
22 #include "clk-iproc.h"
36 #define ENABLE_VAL(o, es, hs, bs) { .offset = o, .enable_shift = es, \ argument
43 CLK_OF_DECLARE(nsp_armpll, "brcm,nsp-armpll", nsp_armpll_init);
60 .enable = ENABLE_VAL(0x4, 12, 6, 18),
66 .enable = ENABLE_VAL(0x4, 13, 7, 19),
72 .enable = ENABLE_VAL(0x4, 14, 8, 20),
78 .enable = ENABLE_VAL(0x4, 15, 9, 21),
84 .enable = ENABLE_VAL(0x4, 16, 10, 22),
90 .enable = ENABLE_VAL(0x4, 17, 11, 23),
100 CLK_OF_DECLARE(nsp_genpll_clk, "brcm,nsp-genpll", nsp_genpll_clk_init);
117 .enable = ENABLE_VAL(0x0, 6, 3, 9),
123 .enable = ENABLE_VAL(0x0, 7, 4, 10),
129 .enable = ENABLE_VAL(0x0, 8, 5, 11),
139 CLK_OF_DECLARE(nsp_lcpll0_clk, "brcm,nsp-lcpll0", nsp_lcpll0_clk_init);