Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/clk/renesas/
Drzg2l-cpg.h35 struct cpg_core_clk { struct
36 const char *name;
37 unsigned int id;
38 unsigned int parent;
39 unsigned int div;
40 unsigned int mult;
41 unsigned int type;
42 unsigned int conf;
43 const struct clk_div_table *dtable;
44 const char * const *parent_names;
[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;