Home
last modified time | relevance | path

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

/linux/drivers/clk/renesas/
H A Drzg2l-cpg.h95 struct cpg_core_clk { struct
96 const char *name;
97 unsigned int id;
98 unsigned int parent;
99 unsigned int div;
100 unsigned int mult;
101 unsigned int type;
102 unsigned int conf;
103 unsigned int sconf;
104 const struct clk_div_table *dtable;
[all …]
H A Drzv2h-cpg.h179 struct cpg_core_clk { struct
180 const char *name;
181 unsigned int id;
182 unsigned int parent;
183 unsigned int div;
184 unsigned int mult;
185 unsigned int type;
186 union {
192 } cfg;
193 const struct clk_div_table *dtable;
[all …]