Searched defs:cpg_core_clk (Results 1 – 3 of 3) sorted by relevance
95 struct cpg_core_clk { struct96 const char *name;97 unsigned int id;98 unsigned int parent;99 unsigned int div;100 unsigned int mult;101 unsigned int type;102 unsigned int conf;103 unsigned int sconf;104 const struct clk_div_table *dtable;[all …]
67 struct cpg_core_clk { struct68 const char *name;69 unsigned int id;70 unsigned int parent;71 unsigned int div;72 unsigned int mult;73 unsigned int type;74 union {77 } cfg;78 const struct clk_div_table *dtable;[all …]
20 struct cpg_core_clk { struct22 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;