Home
last modified time | relevance | path

Searched refs:to_clk_pll (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/drivers/clk/mxs/
Dclk-pll.c36 #define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw) macro
40 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_prepare()
51 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_unprepare()
58 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_enable()
67 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_disable()
75 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_recalc_rate()
/Linux-v4.19/drivers/clk/samsung/
Dclk-pll.c35 #define to_clk_pll(_hw) container_of(_hw, struct samsung_clk_pll, hw) macro
54 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll_round_rate()
70 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll3xxx_enable()
88 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll3xxx_disable()
110 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll2126_recalc_rate()
143 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll3000_recalc_rate()
180 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll35xx_recalc_rate()
209 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll35xx_set_rate()
287 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll36xx_recalc_rate()
322 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll36xx_set_rate()
[all …]
/Linux-v4.19/drivers/clk/qcom/
Dclk-pll.c34 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_enable()
75 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_disable()
90 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_recalc_rate()
136 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_determine_rate()
151 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_set_rate()
211 struct clk_pll *p = to_clk_pll(clk_hw_get_parent(hw)); in clk_pll_vote_enable()
273 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_sr2_enable()
311 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_sr2_set_rate()
Dclk-pll.h67 #define to_clk_pll(_hw) container_of(to_clk_regmap(_hw), struct clk_pll, clkr) macro
/Linux-v4.19/drivers/clk/at91/
Dclk-pll.c51 #define to_clk_pll(hw) container_of(hw, struct clk_pll, hw) macro
75 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_prepare()
118 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_is_prepared()
125 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_unprepare()
134 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_recalc_rate()
252 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_round_rate()
261 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_set_rate()
/Linux-v4.19/drivers/clk/tegra/
Dclk-pll.c343 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_pll_is_enabled()
359 struct tegra_clk_pll *pll = to_clk_pll(hw); in _clk_pll_enable()
392 struct tegra_clk_pll *pll = to_clk_pll(hw); in _clk_pll_disable()
443 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_pll_enable()
464 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_pll_disable()
480 struct tegra_clk_pll *pll = to_clk_pll(hw); in _p_div_to_hw()
501 struct tegra_clk_pll *pll = to_clk_pll(hw); in _hw_to_p_div()
520 struct tegra_clk_pll *pll = to_clk_pll(hw); in _get_table_rate()
554 struct tegra_clk_pll *pll = to_clk_pll(hw); in _calc_rate()
624 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_pll_set_sdm_data()
[all …]
Dclk.h331 #define to_clk_pll(_hw) container_of(_hw, struct tegra_clk_pll, hw) macro
Dclk-tegra210.c1410 struct tegra_clk_pll *pll = to_clk_pll(hw); in tegra210_pll_fixed_mdiv_cfg()
/Linux-v4.19/drivers/clk/spear/
Dclk-vco-pll.c66 #define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw) macro
87 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_round_rate_index()
127 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_recalc_rate()
147 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_set_rate()
/Linux-v4.19/drivers/clk/keystone/
Dpll.c77 #define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw) macro
82 struct clk_pll *pll = to_clk_pll(hw); in clk_pllclk_recalc()
/Linux-v4.19/drivers/clk/
Dclk-vt8500.c317 #define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw) macro
558 struct clk_pll *pll = to_clk_pll(hw); in vtwm_pll_set_rate()
609 struct clk_pll *pll = to_clk_pll(hw); in vtwm_pll_round_rate()
648 struct clk_pll *pll = to_clk_pll(hw); in vtwm_pll_recalc_rate()