Searched defs:cpg_core_clk (Results 1 – 2 of 2) 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 …]
179 struct cpg_core_clk { struct180 const char *name;181 unsigned int id;182 unsigned int parent;183 unsigned int div;184 unsigned int mult;185 unsigned int type;186 union {192 } cfg;193 const struct clk_div_table *dtable;[all …]