Searched defs:stratix10_gate_clock (Results 1 – 1 of 1) sorted by relevance
59 struct stratix10_gate_clock { struct60 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