Lines Matching defs:cpg_core_clk
81 struct cpg_core_clk { struct
82 const char *name;
83 unsigned int id;
84 unsigned int parent;
85 unsigned int div;
86 unsigned int mult;
87 unsigned int type;
88 unsigned int conf;
89 unsigned int sconf;
90 const struct clk_div_table *dtable;
91 const u32 *mtable;
92 const unsigned long invalid_rate;
93 const unsigned long max_rate;
94 const char * const *parent_names;
95 notifier_fn_t notifier;
96 u32 flag;
97 u32 mux_flags;
98 int num_parents;