Searched defs:socfpga_periph_clk (Results 1 – 1 of 1) sorted by relevance
60 struct socfpga_periph_clk { struct61 struct clk_gate hw;62 char *parent_name;63 u32 fixed_div;64 void __iomem *div_reg;65 u32 width; /* only valid if div_reg != 0 */66 u32 shift; /* only valid if div_reg != 0 */