Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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;
/OK3568_Linux_fs/u-boot/drivers/clk/renesas/
H A Dclk-rcar-gen3.c90 struct cpg_core_clk { struct
92 const char *name;
93 unsigned int id;
94 unsigned int type;
96 unsigned int parent; /* Core Clocks only */
97 unsigned int div;
98 unsigned int mult;
99 unsigned int offset;