Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clk/hisilicon/
Dclk.h94 struct hisi_gate_clock { struct
95 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