Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/clk/socfpga/
Dstratix10-clk.h46 struct stratix10_gate_clock { struct
47 unsigned int id;
71 struct clk *s10_register_gate(const struct stratix10_gate_clock *, argument
/kernel/linux/linux-6.6/drivers/clk/socfpga/
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