Home
last modified time | relevance | path

Searched defs:clk_periph (Results 1 – 4 of 4) 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 …]
/openbmc/linux/arch/mips/boot/dts/img/
H A Dpistachio.dtsi851 clk_periph: clk@18144800 { label
/openbmc/linux/arch/mips/bcm63xx/
H A Dclk.c354 static struct clk clk_periph = { variable
/openbmc/linux/drivers/clk/ralink/
H A Dclk-mtmips.c105 struct mtmips_clk *clk_periph; member