Searched defs:pll_init (Results 1 – 9 of 9) sorted by relevance
132 static struct clk_init_data pll_init = { variable
415 static struct clk_init_data pll_init = { variable
690 static const struct clk_init_data pll_init = { variable
694 static const struct clk_init_data pll_init = { variable
287 struct clk_init_data vco_init, pll_init; in clk_register_vco_pll() local
501 struct ccu_pll *ccu_pll_hw_register(const struct ccu_pll_init_data *pll_init) in ccu_pll_hw_register()
864 davinci_pll_init pll_init = NULL; in davinci_pll_probe() local
74 int (*pll_init)(struct hw *hw, unsigned int rsr); member
49 static inline void pll_init(struct pll *pll, int id) in pll_init() function