Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clk/meson/
Dclkc.h98 struct clk_conf { struct
99 u16 reg_off;
100 enum clk_type clk_type;
101 unsigned int clk_id;
102 const char *clk_name;
103 const char **clks_parent;
104 int num_parents;
105 unsigned long flags;
106 union {
112 } conf;
Dclkc.c50 meson_clk_register_composite(const struct clk_conf *clk_conf, in meson_clk_register_composite()
129 meson_clk_register_fixed_factor(const struct clk_conf *clk_conf, in meson_clk_register_fixed_factor()
171 meson_clk_register_fixed_rate(const struct clk_conf *clk_conf, in meson_clk_register_fixed_rate()
208 const struct clk_conf *clk_conf = &clk_confs[i]; in meson_clk_register_clks() local
Dclk-pll.c186 struct clk *meson_clk_register_pll(const struct clk_conf *clk_conf, in meson_clk_register_pll()
Dclk-cpu.c185 struct clk *meson_clk_register_cpu(const struct clk_conf *clk_conf, in meson_clk_register_cpu()