Searched defs:lgm_clk_branch (Results 1 – 1 of 1) sorted by relevance
174 struct lgm_clk_branch { struct175 unsigned int id;176 enum lgm_clk_type type;177 const char *name;178 const struct clk_parent_data *parent_data;179 u8 num_parents;180 unsigned long flags;181 unsigned int mux_off;182 u8 mux_shift;183 u8 mux_width;[all …]