Searched defs:pll_init (Results 1 – 10 of 10) sorted by relevance
82 void (*pll_init)(void); member
86 static void pll_init(void) in pll_init() function
129 static struct clk_init_data pll_init = { variable
413 static struct clk_init_data pll_init = { variable
698 static struct clk_init_data pll_init = { variable
285 struct clk_init_data vco_init, pll_init; in clk_register_vco_pll() local
499 struct ccu_pll *ccu_pll_hw_register(const struct ccu_pll_init_data *pll_init) in ccu_pll_hw_register()
912 davinci_pll_init pll_init = NULL; in davinci_pll_probe() local
72 int (*pll_init)(struct hw *hw, unsigned int rsr); member
48 static inline void pll_init(struct pll *pll, int id) in pll_init() function