Home
last modified time | relevance | path

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

/linux-6.8/drivers/clk/renesas/
Drzg2l-cpg.h81 struct cpg_core_clk { struct
82 const char *name;
83 unsigned int id;
84 unsigned int parent;
85 unsigned int div;
86 unsigned int mult;
87 unsigned int type;
88 unsigned int conf;
89 unsigned int sconf;
90 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;