Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/socfpga/
H A Dstratix10-clk.h59 struct stratix10_gate_clock { struct
60 unsigned int id;
61 const char *name;
62 const char *parent_name;
63 const struct clk_parent_data *parent_data;
64 u8 num_parents;
88 struct clk_hw *s10_register_gate(const struct stratix10_gate_clock *clks, argument