Lines Matching refs:clk_hw
62 struct clk_hw hw;
69 struct clk_hw hw;
76 struct clk_hw hw;
85 static int clk_audio_pll_frac_enable(struct clk_hw *hw) in clk_audio_pll_frac_enable()
110 static int clk_audio_pll_pad_enable(struct clk_hw *hw) in clk_audio_pll_pad_enable()
123 static int clk_audio_pll_pmc_enable(struct clk_hw *hw) in clk_audio_pll_pmc_enable()
135 static void clk_audio_pll_frac_disable(struct clk_hw *hw) in clk_audio_pll_frac_disable()
146 static void clk_audio_pll_pad_disable(struct clk_hw *hw) in clk_audio_pll_pad_disable()
154 static void clk_audio_pll_pmc_disable(struct clk_hw *hw) in clk_audio_pll_pmc_disable()
176 static unsigned long clk_audio_pll_frac_recalc_rate(struct clk_hw *hw, in clk_audio_pll_frac_recalc_rate()
190 static unsigned long clk_audio_pll_pad_recalc_rate(struct clk_hw *hw, in clk_audio_pll_pad_recalc_rate()
205 static unsigned long clk_audio_pll_pmc_recalc_rate(struct clk_hw *hw, in clk_audio_pll_pmc_recalc_rate()
247 static int clk_audio_pll_frac_determine_rate(struct clk_hw *hw, in clk_audio_pll_frac_determine_rate()
276 static long clk_audio_pll_pad_round_rate(struct clk_hw *hw, unsigned long rate, in clk_audio_pll_pad_round_rate()
279 struct clk_hw *pclk = clk_hw_get_parent(hw); in clk_audio_pll_pad_round_rate()
327 static long clk_audio_pll_pmc_round_rate(struct clk_hw *hw, unsigned long rate, in clk_audio_pll_pmc_round_rate()
330 struct clk_hw *pclk = clk_hw_get_parent(hw); in clk_audio_pll_pmc_round_rate()
360 static int clk_audio_pll_frac_set_rate(struct clk_hw *hw, unsigned long rate, in clk_audio_pll_frac_set_rate()
383 static int clk_audio_pll_pad_set_rate(struct clk_hw *hw, unsigned long rate, in clk_audio_pll_pad_set_rate()
407 static int clk_audio_pll_pmc_set_rate(struct clk_hw *hw, unsigned long rate, in clk_audio_pll_pmc_set_rate()
449 struct clk_hw *hw, in of_sama5d2_clk_audio_pll_setup()