Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/clk/renesas/
H A Drenesas-cpg-mssr.h42 struct cpg_core_clk { struct
44 const char *name;
45 unsigned int id;
46 unsigned int type;
48 unsigned int parent; /* Core Clocks only */
49 unsigned int div;
50 unsigned int mult;
51 unsigned int offset;
/openbmc/linux/drivers/clk/renesas/
H A 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;
H A Drzg2l-cpg.h85 struct cpg_core_clk { struct
86 const char *name;
87 unsigned int id;
88 unsigned int parent;
89 unsigned int div;
90 unsigned int mult;
91 unsigned int type;
92 unsigned int conf;
93 const struct clk_div_table *dtable;
94 const char * const *parent_names;
[all …]