Searched defs:hisi_divider_clock (Results 1 – 1 of 1) sorted by relevance
69 struct hisi_divider_clock { struct70 unsigned int id;71 const char *name;72 const char *parent_name;73 unsigned long flags;74 unsigned long offset;75 u8 shift;76 u8 width;77 u8 div_flags;78 struct clk_div_table *table;[all …]