Lines Matching defs:cpg_core_clk
93 struct cpg_core_clk { struct
94 const char *name;
95 unsigned int id;
96 unsigned int parent;
97 unsigned int div;
98 unsigned int mult;
99 unsigned int type;
100 unsigned int conf;
101 unsigned int sconf;
102 const struct clk_div_table *dtable;
103 const u32 *mtable;
104 const unsigned long invalid_rate;
105 union {
109 const char * const *parent_names;
110 notifier_fn_t notifier;
111 u32 flag;
112 u32 mux_flags;
113 int num_parents;