Lines Matching defs:clk_periph
68 struct clk_periph { struct69 const char *name;71 const char *parent_name;73 u32 disable_bit;74 int mux_shift;76 const struct clk_div_table *div_table[2];77 s32 div_reg_off[2];78 u32 div_mask[2];79 int div_shift[2];81 unsigned can_gate : 1;82 unsigned can_mux : 1;83 unsigned dividers : 2;