Home
last modified time | relevance | path

Searched defs:socfpga_periph_clk (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/drivers/clk/socfpga/ !
Dclk.h65 struct socfpga_periph_clk { struct
66 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 */