Searched defs:cpg_core_clk (Results 1 – 1 of 1) sorted by relevance
98 struct cpg_core_clk { struct99 const char *name;100 unsigned int id;101 unsigned int parent;102 unsigned int div;103 unsigned int mult;104 unsigned int type;105 unsigned int conf;106 unsigned int sconf;107 const struct clk_div_table *dtable;[all …]