Home
last modified time | relevance | path

Searched defs:cpg_core_clk (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/clk/renesas/
H A Drenesas-cpg-mssr.h22 struct cpg_core_clk { struct
24 const char *name;
25 unsigned int id;
26 unsigned int type;
28 unsigned int parent; /* Core Clocks only */
29 unsigned int div;
30 unsigned int mult;
31 unsigned int offset;
32 union {
36 u32 conf;
[all …]
H A Drzg2l-cpg.h98 struct cpg_core_clk { struct
99 const char *name;
100 unsigned int id;
101 unsigned int parent;
102 unsigned int div;
103 unsigned int mult;
104 unsigned int type;
105 unsigned int conf;
106 unsigned int sconf;
107 const struct clk_div_table *dtable;
[all …]
H A Drzv2h-cpg.h175 struct cpg_core_clk { struct
176 const char *name;
177 unsigned int id;
178 unsigned int parent;
179 unsigned int div;
180 unsigned int mult;
181 unsigned int type;
182 union {
188 } cfg;
189 const struct clk_div_table *dtable;
[all …]