Searched defs:socfpga_periph_clk (Results 1 – 1 of 1) sorted by relevance
55 struct socfpga_periph_clk { struct56 struct clk_gate hw;57 char *parent_name;58 u32 fixed_div;59 void __iomem *div_reg;60 void __iomem *bypass_reg;61 u32 width; /* only valid if div_reg != 0 */62 u32 shift; /* only valid if div_reg != 0 */63 u32 bypass_shift; /* only valid if bypass_reg != 0 */