Merge tag 'lsk-v4.4-16.06-android'
[firefly-linux-kernel-4.4.55.git] / drivers / clk / rockchip / clk.h
1 /*
2  * Copyright (c) 2014 MundoReader S.L.
3  * Author: Heiko Stuebner <heiko@sntech.de>
4  *
5  * Copyright (c) 2015 Rockchip Electronics Co. Ltd.
6  * Author: Xing Zheng <zhengxing@rock-chips.com>
7  *
8  * based on
9  *
10  * samsung/clk.h
11  * Copyright (c) 2013 Samsung Electronics Co., Ltd.
12  * Copyright (c) 2013 Linaro Ltd.
13  * Author: Thomas Abraham <thomas.ab@samsung.com>
14  *
15  * This program is free software; you can redistribute it and/or modify
16  * it under the terms of the GNU General Public License as published by
17  * the Free Software Foundation; either version 2 of the License, or
18  * (at your option) any later version.
19  *
20  * This program is distributed in the hope that it will be useful,
21  * but WITHOUT ANY WARRANTY; without even the implied warranty of
22  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23  * GNU General Public License for more details.
24  */
25
26 #ifndef CLK_ROCKCHIP_CLK_H
27 #define CLK_ROCKCHIP_CLK_H
28
29 #include <linux/io.h>
30 #include <linux/clk-provider.h>
31
32 struct clk;
33
34 #define HIWORD_UPDATE(val, mask, shift) \
35                 ((val) << (shift) | (mask) << ((shift) + 16))
36
37 /* register positions shared by RK2928, RK3036, RK3066, RK3188 and RK3228 */
38 #define RK2928_PLL_CON(x)               ((x) * 0x4)
39 #define RK2928_MODE_CON         0x40
40 #define RK2928_CLKSEL_CON(x)    ((x) * 0x4 + 0x44)
41 #define RK2928_CLKGATE_CON(x)   ((x) * 0x4 + 0xd0)
42 #define RK2928_GLB_SRST_FST             0x100
43 #define RK2928_GLB_SRST_SND             0x104
44 #define RK2928_SOFTRST_CON(x)   ((x) * 0x4 + 0x110)
45 #define RK2928_MISC_CON         0x134
46
47 #define RK3036_SDMMC_CON0               0x144
48 #define RK3036_SDMMC_CON1               0x148
49 #define RK3036_SDIO_CON0                0x14c
50 #define RK3036_SDIO_CON1                0x150
51 #define RK3036_EMMC_CON0                0x154
52 #define RK3036_EMMC_CON1                0x158
53
54 #define RK3228_GLB_SRST_FST             0x1f0
55 #define RK3228_GLB_SRST_SND             0x1f4
56 #define RK3228_SDMMC_CON0               0x1c0
57 #define RK3228_SDMMC_CON1               0x1c4
58 #define RK3228_SDIO_CON0                0x1c8
59 #define RK3228_SDIO_CON1                0x1cc
60 #define RK3228_EMMC_CON0                0x1d8
61 #define RK3228_EMMC_CON1                0x1dc
62
63 #define RK3288_PLL_CON(x)               RK2928_PLL_CON(x)
64 #define RK3288_MODE_CON                 0x50
65 #define RK3288_CLKSEL_CON(x)            ((x) * 0x4 + 0x60)
66 #define RK3288_CLKGATE_CON(x)           ((x) * 0x4 + 0x160)
67 #define RK3288_GLB_SRST_FST             0x1b0
68 #define RK3288_GLB_SRST_SND             0x1b4
69 #define RK3288_SOFTRST_CON(x)           ((x) * 0x4 + 0x1b8)
70 #define RK3288_MISC_CON                 0x1e8
71 #define RK3288_SDMMC_CON0               0x200
72 #define RK3288_SDMMC_CON1               0x204
73 #define RK3288_SDIO0_CON0               0x208
74 #define RK3288_SDIO0_CON1               0x20c
75 #define RK3288_SDIO1_CON0               0x210
76 #define RK3288_SDIO1_CON1               0x214
77 #define RK3288_EMMC_CON0                0x218
78 #define RK3288_EMMC_CON1                0x21c
79
80 #define RK3368_PLL_CON(x)               RK2928_PLL_CON(x)
81 #define RK3368_CLKSEL_CON(x)            ((x) * 0x4 + 0x100)
82 #define RK3368_CLKGATE_CON(x)           ((x) * 0x4 + 0x200)
83 #define RK3368_GLB_SRST_FST             0x280
84 #define RK3368_GLB_SRST_SND             0x284
85 #define RK3368_SOFTRST_CON(x)           ((x) * 0x4 + 0x300)
86 #define RK3368_MISC_CON                 0x380
87 #define RK3368_SDMMC_CON0               0x400
88 #define RK3368_SDMMC_CON1               0x404
89 #define RK3368_SDIO0_CON0               0x408
90 #define RK3368_SDIO0_CON1               0x40c
91 #define RK3368_SDIO1_CON0               0x410
92 #define RK3368_SDIO1_CON1               0x414
93 #define RK3368_EMMC_CON0                0x418
94 #define RK3368_EMMC_CON1                0x41c
95
96 #define RK3399_PLL_CON(x)               RK2928_PLL_CON(x)
97 #define RK3399_CLKSEL_CON(x)            ((x) * 0x4 + 0x100)
98 #define RK3399_CLKGATE_CON(x)           ((x) * 0x4 + 0x300)
99 #define RK3399_SOFTRST_CON(x)           ((x) * 0x4 + 0x400)
100 #define RK3399_GLB_SRST_FST             0x500
101 #define RK3399_GLB_SRST_SND             0x504
102 #define RK3399_GLB_CNT_TH               0x508
103 #define RK3399_MISC_CON                 0x50c
104 #define RK3399_RST_CON                  0x510
105 #define RK3399_RST_ST                   0x514
106 #define RK3399_SDMMC_CON0               0x580
107 #define RK3399_SDMMC_CON1               0x584
108 #define RK3399_SDIO_CON0                0x588
109 #define RK3399_SDIO_CON1                0x58c
110
111 #define RK3399_PMU_PLL_CON(x)           RK2928_PLL_CON(x)
112 #define RK3399_PMU_CLKSEL_CON(x)        ((x) * 0x4 + 0x80)
113 #define RK3399_PMU_CLKGATE_CON(x)       ((x) * 0x4 + 0x100)
114 #define RK3399_PMU_SOFTRST_CON(x)       ((x) * 0x4 + 0x110)
115 #define RK3399_PMU_RSTNHOLD_CON(x)      ((x) * 0x4 + 0x120)
116 #define RK3399_PMU_GATEDIS_CON(x)       ((x) * 0x4 + 0x130)
117
118 enum rockchip_pll_type {
119         pll_rk3036,
120         pll_rk3066,
121         pll_rk3366,
122         pll_rk3399,
123 };
124
125 #define RK3036_PLL_RATE(_rate, _refdiv, _fbdiv, _postdiv1,      \
126                         _postdiv2, _dsmpd, _frac)               \
127 {                                                               \
128         .rate   = _rate##U,                                     \
129         .fbdiv = _fbdiv,                                        \
130         .postdiv1 = _postdiv1,                                  \
131         .refdiv = _refdiv,                                      \
132         .postdiv2 = _postdiv2,                                  \
133         .dsmpd = _dsmpd,                                        \
134         .frac = _frac,                                          \
135 }
136
137 #define RK3066_PLL_RATE(_rate, _nr, _nf, _no)   \
138 {                                               \
139         .rate   = _rate##U,                     \
140         .nr = _nr,                              \
141         .nf = _nf,                              \
142         .no = _no,                              \
143         .nb = ((_nf) < 2) ? 1 : (_nf) >> 1,     \
144 }
145
146 #define RK3066_PLL_RATE_NB(_rate, _nr, _nf, _no, _nb)           \
147 {                                                               \
148         .rate   = _rate##U,                                     \
149         .nr = _nr,                                              \
150         .nf = _nf,                                              \
151         .no = _no,                                              \
152         .nb = _nb,                                              \
153 }
154
155 /**
156  * struct rockchip_clk_provider - information about clock provider
157  * @reg_base: virtual address for the register base.
158  * @clk_data: holds clock related data like clk* and number of clocks.
159  * @cru_node: device-node of the clock-provider
160  * @grf: regmap of the general-register-files syscon
161  * @lock: maintains exclusion between callbacks for a given clock-provider.
162  */
163 struct rockchip_clk_provider {
164         void __iomem *reg_base;
165         struct clk_onecell_data clk_data;
166         struct device_node *cru_node;
167         struct regmap *grf;
168         spinlock_t lock;
169 };
170
171 struct rockchip_pll_rate_table {
172         unsigned long rate;
173         unsigned int nr;
174         unsigned int nf;
175         unsigned int no;
176         unsigned int nb;
177         /* for RK3036/RK3399 */
178         unsigned int fbdiv;
179         unsigned int postdiv1;
180         unsigned int refdiv;
181         unsigned int postdiv2;
182         unsigned int dsmpd;
183         unsigned int frac;
184 };
185
186 /**
187  * struct rockchip_pll_clock - information about pll clock
188  * @id: platform specific id of the clock.
189  * @name: name of this pll clock.
190  * @parent_names: name of the parent clock.
191  * @num_parents: number of parents
192  * @flags: optional flags for basic clock.
193  * @con_offset: offset of the register for configuring the PLL.
194  * @mode_offset: offset of the register for configuring the PLL-mode.
195  * @mode_shift: offset inside the mode-register for the mode of this pll.
196  * @lock_shift: offset inside the lock register for the lock status.
197  * @type: Type of PLL to be registered.
198  * @pll_flags: hardware-specific flags
199  * @rate_table: Table of usable pll rates
200  *
201  * Flags:
202  * ROCKCHIP_PLL_SYNC_RATE - check rate parameters to match against the
203  *      rate_table parameters and ajust them if necessary.
204  */
205 struct rockchip_pll_clock {
206         unsigned int            id;
207         const char              *name;
208         const char              *const *parent_names;
209         u8                      num_parents;
210         unsigned long           flags;
211         int                     con_offset;
212         int                     mode_offset;
213         int                     mode_shift;
214         int                     lock_shift;
215         enum rockchip_pll_type  type;
216         u8                      pll_flags;
217         struct rockchip_pll_rate_table *rate_table;
218 };
219
220 #define ROCKCHIP_PLL_SYNC_RATE          BIT(0)
221
222 #define PLL(_type, _id, _name, _pnames, _flags, _con, _mode, _mshift,   \
223                 _lshift, _pflags, _rtable)                              \
224         {                                                               \
225                 .id             = _id,                                  \
226                 .type           = _type,                                \
227                 .name           = _name,                                \
228                 .parent_names   = _pnames,                              \
229                 .num_parents    = ARRAY_SIZE(_pnames),                  \
230                 .flags          = CLK_GET_RATE_NOCACHE | _flags,        \
231                 .con_offset     = _con,                                 \
232                 .mode_offset    = _mode,                                \
233                 .mode_shift     = _mshift,                              \
234                 .lock_shift     = _lshift,                              \
235                 .pll_flags      = _pflags,                              \
236                 .rate_table     = _rtable,                              \
237         }
238
239 struct clk *rockchip_clk_register_pll(struct rockchip_clk_provider *ctx,
240                 enum rockchip_pll_type pll_type,
241                 const char *name, const char *const *parent_names,
242                 u8 num_parents, int con_offset, int grf_lock_offset,
243                 int lock_shift, int mode_offset, int mode_shift,
244                 struct rockchip_pll_rate_table *rate_table,
245                 u8 clk_pll_flags);
246
247 struct rockchip_cpuclk_clksel {
248         int reg;
249         u32 val;
250 };
251
252 #define ROCKCHIP_CPUCLK_NUM_DIVIDERS    2
253 struct rockchip_cpuclk_rate_table {
254         unsigned long prate;
255         struct rockchip_cpuclk_clksel divs[ROCKCHIP_CPUCLK_NUM_DIVIDERS];
256 };
257
258 /**
259  * struct rockchip_cpuclk_reg_data - describes register offsets and masks of the cpuclock
260  * @core_reg:           register offset of the core settings register
261  * @div_core_shift:     core divider offset used to divide the pll value
262  * @div_core_mask:      core divider mask
263  * @mux_core_alt:       mux value to select alternate parent
264  * @mux_core_main:      mux value to select main parent of core
265  * @mux_core_shift:     offset of the core multiplexer
266  * @mux_core_mask:      core multiplexer mask
267  */
268 struct rockchip_cpuclk_reg_data {
269         int             core_reg;
270         u8              div_core_shift;
271         u32             div_core_mask;
272         u8              mux_core_alt;
273         u8              mux_core_main;
274         u8              mux_core_shift;
275         u32             mux_core_mask;
276 };
277
278 struct clk *rockchip_clk_register_cpuclk(const char *name,
279                         const char *const *parent_names, u8 num_parents,
280                         const struct rockchip_cpuclk_reg_data *reg_data,
281                         const struct rockchip_cpuclk_rate_table *rates,
282                         int nrates, void __iomem *reg_base, spinlock_t *lock);
283
284 struct clk *rockchip_clk_register_mmc(const char *name,
285                                 const char *const *parent_names, u8 num_parents,
286                                 void __iomem *reg, int shift);
287
288 #define ROCKCHIP_INVERTER_HIWORD_MASK   BIT(0)
289
290 struct clk *rockchip_clk_register_inverter(const char *name,
291                                 const char *const *parent_names, u8 num_parents,
292                                 void __iomem *reg, int shift, int flags,
293                                 spinlock_t *lock);
294
295 #define PNAME(x) static const char *const x[] __initconst
296
297 enum rockchip_clk_branch_type {
298         branch_composite,
299         branch_mux,
300         branch_divider,
301         branch_fraction_divider,
302         branch_gate,
303         branch_mmc,
304         branch_inverter,
305         branch_factor,
306 };
307
308 struct rockchip_clk_branch {
309         unsigned int                    id;
310         enum rockchip_clk_branch_type   branch_type;
311         const char                      *name;
312         const char                      *const *parent_names;
313         u8                              num_parents;
314         unsigned long                   flags;
315         int                             muxdiv_offset;
316         u8                              mux_shift;
317         u8                              mux_width;
318         u8                              mux_flags;
319         u8                              div_shift;
320         u8                              div_width;
321         u8                              div_flags;
322         struct clk_div_table            *div_table;
323         int                             gate_offset;
324         u8                              gate_shift;
325         u8                              gate_flags;
326         struct rockchip_clk_branch      *child;
327 };
328
329 #define COMPOSITE(_id, cname, pnames, f, mo, ms, mw, mf, ds, dw,\
330                   df, go, gs, gf)                               \
331         {                                                       \
332                 .id             = _id,                          \
333                 .branch_type    = branch_composite,             \
334                 .name           = cname,                        \
335                 .parent_names   = pnames,                       \
336                 .num_parents    = ARRAY_SIZE(pnames),           \
337                 .flags          = f,                            \
338                 .muxdiv_offset  = mo,                           \
339                 .mux_shift      = ms,                           \
340                 .mux_width      = mw,                           \
341                 .mux_flags      = mf,                           \
342                 .div_shift      = ds,                           \
343                 .div_width      = dw,                           \
344                 .div_flags      = df,                           \
345                 .gate_offset    = go,                           \
346                 .gate_shift     = gs,                           \
347                 .gate_flags     = gf,                           \
348         }
349
350 #define COMPOSITE_NOMUX(_id, cname, pname, f, mo, ds, dw, df,   \
351                         go, gs, gf)                             \
352         {                                                       \
353                 .id             = _id,                          \
354                 .branch_type    = branch_composite,             \
355                 .name           = cname,                        \
356                 .parent_names   = (const char *[]){ pname },    \
357                 .num_parents    = 1,                            \
358                 .flags          = f,                            \
359                 .muxdiv_offset  = mo,                           \
360                 .div_shift      = ds,                           \
361                 .div_width      = dw,                           \
362                 .div_flags      = df,                           \
363                 .gate_offset    = go,                           \
364                 .gate_shift     = gs,                           \
365                 .gate_flags     = gf,                           \
366         }
367
368 #define COMPOSITE_NOMUX_DIVTBL(_id, cname, pname, f, mo, ds, dw,\
369                                df, dt, go, gs, gf)              \
370         {                                                       \
371                 .id             = _id,                          \
372                 .branch_type    = branch_composite,             \
373                 .name           = cname,                        \
374                 .parent_names   = (const char *[]){ pname },    \
375                 .num_parents    = 1,                            \
376                 .flags          = f,                            \
377                 .muxdiv_offset  = mo,                           \
378                 .div_shift      = ds,                           \
379                 .div_width      = dw,                           \
380                 .div_flags      = df,                           \
381                 .div_table      = dt,                           \
382                 .gate_offset    = go,                           \
383                 .gate_shift     = gs,                           \
384                 .gate_flags     = gf,                           \
385         }
386
387 #define COMPOSITE_NODIV(_id, cname, pnames, f, mo, ms, mw, mf,  \
388                         go, gs, gf)                             \
389         {                                                       \
390                 .id             = _id,                          \
391                 .branch_type    = branch_composite,             \
392                 .name           = cname,                        \
393                 .parent_names   = pnames,                       \
394                 .num_parents    = ARRAY_SIZE(pnames),           \
395                 .flags          = f,                            \
396                 .muxdiv_offset  = mo,                           \
397                 .mux_shift      = ms,                           \
398                 .mux_width      = mw,                           \
399                 .mux_flags      = mf,                           \
400                 .gate_offset    = go,                           \
401                 .gate_shift     = gs,                           \
402                 .gate_flags     = gf,                           \
403         }
404
405 #define COMPOSITE_NOGATE(_id, cname, pnames, f, mo, ms, mw, mf, \
406                          ds, dw, df)                            \
407         {                                                       \
408                 .id             = _id,                          \
409                 .branch_type    = branch_composite,             \
410                 .name           = cname,                        \
411                 .parent_names   = pnames,                       \
412                 .num_parents    = ARRAY_SIZE(pnames),           \
413                 .flags          = f,                            \
414                 .muxdiv_offset  = mo,                           \
415                 .mux_shift      = ms,                           \
416                 .mux_width      = mw,                           \
417                 .mux_flags      = mf,                           \
418                 .div_shift      = ds,                           \
419                 .div_width      = dw,                           \
420                 .div_flags      = df,                           \
421                 .gate_offset    = -1,                           \
422         }
423
424 #define COMPOSITE_NOGATE_DIVTBL(_id, cname, pnames, f, mo, ms,  \
425                                 mw, mf, ds, dw, df, dt)         \
426         {                                                       \
427                 .id             = _id,                          \
428                 .branch_type    = branch_composite,             \
429                 .name           = cname,                        \
430                 .parent_names   = pnames,                       \
431                 .num_parents    = ARRAY_SIZE(pnames),           \
432                 .flags          = f,                            \
433                 .muxdiv_offset  = mo,                           \
434                 .mux_shift      = ms,                           \
435                 .mux_width      = mw,                           \
436                 .mux_flags      = mf,                           \
437                 .div_shift      = ds,                           \
438                 .div_width      = dw,                           \
439                 .div_flags      = df,                           \
440                 .div_table      = dt,                           \
441                 .gate_offset    = -1,                           \
442         }
443
444 #define COMPOSITE_FRAC(_id, cname, pname, f, mo, df, go, gs, gf)\
445         {                                                       \
446                 .id             = _id,                          \
447                 .branch_type    = branch_fraction_divider,      \
448                 .name           = cname,                        \
449                 .parent_names   = (const char *[]){ pname },    \
450                 .num_parents    = 1,                            \
451                 .flags          = f,                            \
452                 .muxdiv_offset  = mo,                           \
453                 .div_shift      = 16,                           \
454                 .div_width      = 16,                           \
455                 .div_flags      = df,                           \
456                 .gate_offset    = go,                           \
457                 .gate_shift     = gs,                           \
458                 .gate_flags     = gf,                           \
459         }
460
461 #define COMPOSITE_FRACMUX(_id, cname, pname, f, mo, df, go, gs, gf, ch) \
462         {                                                       \
463                 .id             = _id,                          \
464                 .branch_type    = branch_fraction_divider,      \
465                 .name           = cname,                        \
466                 .parent_names   = (const char *[]){ pname },    \
467                 .num_parents    = 1,                            \
468                 .flags          = f,                            \
469                 .muxdiv_offset  = mo,                           \
470                 .div_shift      = 16,                           \
471                 .div_width      = 16,                           \
472                 .div_flags      = df,                           \
473                 .gate_offset    = go,                           \
474                 .gate_shift     = gs,                           \
475                 .gate_flags     = gf,                           \
476                 .child          = ch,                           \
477         }
478
479 #define COMPOSITE_FRACMUX_NOGATE(_id, cname, pname, f, mo, df, ch) \
480         {                                                       \
481                 .id             = _id,                          \
482                 .branch_type    = branch_fraction_divider,      \
483                 .name           = cname,                        \
484                 .parent_names   = (const char *[]){ pname },    \
485                 .num_parents    = 1,                            \
486                 .flags          = f,                            \
487                 .muxdiv_offset  = mo,                           \
488                 .div_shift      = 16,                           \
489                 .div_width      = 16,                           \
490                 .div_flags      = df,                           \
491                 .gate_offset    = -1,                           \
492                 .child          = ch,                           \
493         }
494
495 #define MUX(_id, cname, pnames, f, o, s, w, mf)                 \
496         {                                                       \
497                 .id             = _id,                          \
498                 .branch_type    = branch_mux,                   \
499                 .name           = cname,                        \
500                 .parent_names   = pnames,                       \
501                 .num_parents    = ARRAY_SIZE(pnames),           \
502                 .flags          = f,                            \
503                 .muxdiv_offset  = o,                            \
504                 .mux_shift      = s,                            \
505                 .mux_width      = w,                            \
506                 .mux_flags      = mf,                           \
507                 .gate_offset    = -1,                           \
508         }
509
510 #define DIV(_id, cname, pname, f, o, s, w, df)                  \
511         {                                                       \
512                 .id             = _id,                          \
513                 .branch_type    = branch_divider,               \
514                 .name           = cname,                        \
515                 .parent_names   = (const char *[]){ pname },    \
516                 .num_parents    = 1,                            \
517                 .flags          = f,                            \
518                 .muxdiv_offset  = o,                            \
519                 .div_shift      = s,                            \
520                 .div_width      = w,                            \
521                 .div_flags      = df,                           \
522                 .gate_offset    = -1,                           \
523         }
524
525 #define DIVTBL(_id, cname, pname, f, o, s, w, df, dt)           \
526         {                                                       \
527                 .id             = _id,                          \
528                 .branch_type    = branch_divider,               \
529                 .name           = cname,                        \
530                 .parent_names   = (const char *[]){ pname },    \
531                 .num_parents    = 1,                            \
532                 .flags          = f,                            \
533                 .muxdiv_offset  = o,                            \
534                 .div_shift      = s,                            \
535                 .div_width      = w,                            \
536                 .div_flags      = df,                           \
537                 .div_table      = dt,                           \
538         }
539
540 #define GATE(_id, cname, pname, f, o, b, gf)                    \
541         {                                                       \
542                 .id             = _id,                          \
543                 .branch_type    = branch_gate,                  \
544                 .name           = cname,                        \
545                 .parent_names   = (const char *[]){ pname },    \
546                 .num_parents    = 1,                            \
547                 .flags          = f,                            \
548                 .gate_offset    = o,                            \
549                 .gate_shift     = b,                            \
550                 .gate_flags     = gf,                           \
551         }
552
553 #define MMC(_id, cname, pname, offset, shift)                   \
554         {                                                       \
555                 .id             = _id,                          \
556                 .branch_type    = branch_mmc,                   \
557                 .name           = cname,                        \
558                 .parent_names   = (const char *[]){ pname },    \
559                 .num_parents    = 1,                            \
560                 .muxdiv_offset  = offset,                       \
561                 .div_shift      = shift,                        \
562         }
563
564 #define INVERTER(_id, cname, pname, io, is, if)                 \
565         {                                                       \
566                 .id             = _id,                          \
567                 .branch_type    = branch_inverter,              \
568                 .name           = cname,                        \
569                 .parent_names   = (const char *[]){ pname },    \
570                 .num_parents    = 1,                            \
571                 .muxdiv_offset  = io,                           \
572                 .div_shift      = is,                           \
573                 .div_flags      = if,                           \
574         }
575
576 #define FACTOR(_id, cname, pname,  f, fm, fd)                   \
577         {                                                       \
578                 .id             = _id,                          \
579                 .branch_type    = branch_factor,                \
580                 .name           = cname,                        \
581                 .parent_names   = (const char *[]){ pname },    \
582                 .num_parents    = 1,                            \
583                 .flags          = f,                            \
584                 .div_shift      = fm,                           \
585                 .div_width      = fd,                           \
586         }
587
588 #define FACTOR_GATE(_id, cname, pname,  f, fm, fd, go, gb, gf)  \
589         {                                                       \
590                 .id             = _id,                          \
591                 .branch_type    = branch_factor,                \
592                 .name           = cname,                        \
593                 .parent_names   = (const char *[]){ pname },    \
594                 .num_parents    = 1,                            \
595                 .flags          = f,                            \
596                 .div_shift      = fm,                           \
597                 .div_width      = fd,                           \
598                 .gate_offset    = go,                           \
599                 .gate_shift     = gb,                           \
600                 .gate_flags     = gf,                           \
601         }
602
603 struct rockchip_clk_provider *rockchip_clk_init(struct device_node *np,
604                         void __iomem *base, unsigned long nr_clks);
605 void rockchip_clk_of_add_provider(struct device_node *np,
606                                 struct rockchip_clk_provider *ctx);
607 struct regmap *rockchip_clk_get_grf(struct rockchip_clk_provider *ctx);
608 void rockchip_clk_add_lookup(struct rockchip_clk_provider *ctx,
609                              struct clk *clk, unsigned int id);
610 void rockchip_clk_register_branches(struct rockchip_clk_provider *ctx,
611                                     struct rockchip_clk_branch *list,
612                                     unsigned int nr_clk);
613 void rockchip_clk_register_plls(struct rockchip_clk_provider *ctx,
614                                 struct rockchip_pll_clock *pll_list,
615                                 unsigned int nr_pll, int grf_lock_offset);
616 void rockchip_clk_register_armclk(struct rockchip_clk_provider *ctx,
617                         unsigned int lookup_id, const char *name,
618                         const char *const *parent_names, u8 num_parents,
619                         const struct rockchip_cpuclk_reg_data *reg_data,
620                         const struct rockchip_cpuclk_rate_table *rates,
621                         int nrates);
622 void rockchip_clk_protect_critical(const char *const clocks[], int nclocks);
623 void rockchip_register_restart_notifier(struct rockchip_clk_provider *ctx,
624                                         unsigned int reg, void (*cb)(void));
625
626 #define ROCKCHIP_SOFTRST_HIWORD_MASK    BIT(0)
627
628 #ifdef CONFIG_RESET_CONTROLLER
629 void rockchip_register_softrst(struct device_node *np,
630                                unsigned int num_regs,
631                                void __iomem *base, u8 flags);
632 #else
633 static inline void rockchip_register_softrst(struct device_node *np,
634                                unsigned int num_regs,
635                                void __iomem *base, u8 flags)
636 {
637 }
638 #endif
639
640 #endif