Searched defs:cpg_core_clk (Results 1 – 2 of 2) sorted by relevance
135 struct cpg_core_clk { struct136 const char *name;137 unsigned int id;138 unsigned int parent;139 unsigned int div;140 unsigned int mult;141 unsigned int type;142 union {147 } cfg;148 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;