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