Searched refs:pll_init (Results 1 – 7 of 7) sorted by relevance
285 struct clk_init_data vco_init, pll_init; in clk_register_vco_pll() local315 pll->hw.init = &pll_init; in clk_register_vco_pll()336 pll_init.name = pll_name; in clk_register_vco_pll()337 pll_init.ops = &clk_pll_ops; in clk_register_vco_pll()338 pll_init.flags = CLK_SET_RATE_PARENT; in clk_register_vco_pll()339 pll_init.parent_names = &vco_name; in clk_register_vco_pll()340 pll_init.num_parents = 1; in clk_register_vco_pll()
140 static struct clk_init_data pll_init = { variable161 lvds_pll->pll_hw.init = &pll_init; in mpd4_lvds_pll_init()
411 static struct clk_init_data pll_init = { variable494 phy_8960->pll_hw.init = &pll_init; in hdmi_phy_8960_init()
75 int (*pll_init)(struct hw *hw, unsigned int rsr); member
2235 .pll_init = hw_pll_init,
2169 .pll_init = hw_pll_init,
853 err = hw->pll_init(hw, rate); in atc_pll_init()