Searched defs:clk_mux_data (Results 1 – 1 of 1) sorted by relevance
56 struct clk_mux_data { struct57 unsigned int id;58 const char *name;59 const char *const *parent_names;60 u8 num_parents;61 u32 reg;62 u8 shift;63 u8 width;64 unsigned long flags;