Searched defs:hisi_divider_clock (Results 1 – 1 of 1) sorted by relevance
84 struct hisi_divider_clock { struct85 unsigned int id;86 const char *name;87 const char *parent_name;88 unsigned long flags;89 unsigned long offset;90 u8 shift;91 u8 width;92 u8 div_flags;93 struct clk_div_table *table;[all …]