Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/clk/socfpga/
A Dclk.h55 struct socfpga_periph_clk { struct
56 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 */

Completed in 5 milliseconds