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