Searched defs:clk_periph (Results 1 – 1 of 1) sorted by relevance
66 struct clk_periph { struct67 const char *name;69 const char *parent_name;71 u32 disable_bit;72 int mux_shift;74 const struct clk_div_table *div_table[2];75 s32 div_reg_off[2];76 u32 div_mask[2];77 int div_shift[2];79 unsigned can_gate : 1;[all …]