Lines Matching +full:es +full:- +full:enable
1 // SPDX-License-Identifier: GPL-2.0-only
6 #include <linux/clk-provider.h>
11 #include <dt-bindings/clock/bcm-nsp.h>
12 #include "clk-iproc.h"
26 #define ENABLE_VAL(o, es, hs, bs) { .offset = o, .enable_shift = es, \ argument
33 CLK_OF_DECLARE(nsp_armpll, "brcm,nsp-armpll", nsp_armpll_init);
50 .enable = ENABLE_VAL(0x4, 12, 6, 18),
56 .enable = ENABLE_VAL(0x4, 13, 7, 19),
62 .enable = ENABLE_VAL(0x4, 14, 8, 20),
68 .enable = ENABLE_VAL(0x4, 15, 9, 21),
74 .enable = ENABLE_VAL(0x4, 16, 10, 22),
80 .enable = ENABLE_VAL(0x4, 17, 11, 23),
90 CLK_OF_DECLARE(nsp_genpll_clk, "brcm,nsp-genpll", nsp_genpll_clk_init);
107 .enable = ENABLE_VAL(0x0, 6, 3, 9),
113 .enable = ENABLE_VAL(0x0, 7, 4, 10),
119 .enable = ENABLE_VAL(0x0, 8, 5, 11),
129 CLK_OF_DECLARE(nsp_lcpll0_clk, "brcm,nsp-lcpll0", nsp_lcpll0_clk_init);