Searched defs:hisi_gate_clock (Results 1 – 1 of 1) sorted by relevance
94 struct hisi_gate_clock { struct95 unsigned int id;96 const char *name;97 const char *parent_name;98 unsigned long flags;122 void hisi_clk_register_gate(struct hisi_gate_clock *, argument