Searched defs:cpg_core_clk (Results 1 – 1 of 1) sorted by relevance
175 struct cpg_core_clk { struct176 const char *name;177 unsigned int id;178 unsigned int parent;179 unsigned int div;180 unsigned int mult;181 unsigned int type;182 union {188 } cfg;189 const struct clk_div_table *dtable;[all …]