Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/clk/renesas/
Drzg2l-cpg.h93 struct cpg_core_clk { struct
94 const char *name;
95 unsigned int id;
96 unsigned int parent;
97 unsigned int div;
98 unsigned int mult;
99 unsigned int type;
100 unsigned int conf;
101 unsigned int sconf;
102 const struct clk_div_table *dtable;
[all …]
Drzv2h-cpg.h65 struct cpg_core_clk { struct
66 const char *name;
67 unsigned int id;
68 unsigned int parent;
69 unsigned int div;
70 unsigned int mult;
71 unsigned int type;
72 union {
75 } cfg;
76 const struct clk_div_table *dtable;
[all …]
Drenesas-cpg-mssr.h20 struct cpg_core_clk { struct
22 const char *name;
23 unsigned int id;
24 unsigned int type;
26 unsigned int parent; /* Core Clocks only */
27 unsigned int div;
28 unsigned int mult;
29 unsigned int offset;