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.h97 struct cpg_core_clk { struct
98 const char *name;
99 unsigned int id;
100 unsigned int parent;
101 unsigned int div;
102 unsigned int mult;
103 unsigned int type;
104 unsigned int conf;
105 unsigned int sconf;
106 const struct clk_div_table *dtable;
[all …]
H A Drzv2h-cpg.h162 struct cpg_core_clk { struct
163 const char *name;
164 unsigned int id;
165 unsigned int parent;
166 unsigned int div;
167 unsigned int mult;
168 unsigned int type;
169 union {
175 } cfg;
176 const struct clk_div_table *dtable;
[all …]