Searched defs:socfpga_gate_clk (Results 1 – 1 of 1) sorted by relevance
42 struct socfpga_gate_clk { struct43 struct clk_gate hw;44 char *parent_name;45 u32 fixed_div;46 void __iomem *div_reg;47 u32 width; /* only valid if div_reg != 0 */48 u32 shift; /* only valid if div_reg != 0 */49 u32 clk_phase[2];