Searched defs:socfpga_periph_clk (Results 1 – 1 of 1) sorted by relevance
65 struct socfpga_periph_clk { struct66 struct clk_gate hw;67 char *parent_name;68 u32 fixed_div;69 void __iomem *div_reg;70 void __iomem *bypass_reg;71 u32 width; /* only valid if div_reg != 0 */72 u32 shift; /* only valid if div_reg != 0 */73 u32 bypass_shift; /* only valid if bypass_reg != 0 */