Home
last modified time | relevance | path

Searched defs:clk_periph (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/clk/mvebu/
H A Darmada-37xx-periph.c66 struct clk_periph { struct
67 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 …]