Home
last modified time | relevance | path

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

/linux/drivers/clk/mxs/
H A Dclk-pll.c30 #define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw) macro
34 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_prepare()
45 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_unprepare()
52 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_enable()
61 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_disable()
69 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_recalc_rate()
/linux/drivers/clk/at91/
H A Dclk-pll.c32 #define to_clk_pll(hw) container_of(hw, struct clk_pll, hw) macro
57 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_prepare()
100 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_is_prepared()
107 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_unprepare()
116 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_recalc_rate()
237 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_determine_rate()
248 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_set_rate()
268 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_save_context()
280 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_restore_context()
/linux/drivers/clk/qcom/
H A Dclk-pll.c26 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()
82 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_recalc_rate()
128 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_determine_rate()
143 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_set_rate()
203 struct clk_pll *p = to_clk_pll(clk_hw_get_parent(hw)); in clk_pll_vote_enable()
265 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_sr2_enable()
303 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_sr2_set_rate()
H A Dclk-pll.h59 #define to_clk_pll(_hw) container_of(to_clk_regmap(_hw), struct clk_pll, clkr) macro
/linux/drivers/clk/tegra/
H A Dclk-pll.c340 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_pll_is_enabled()
358 struct tegra_clk_pll *pll = to_clk_pll(hw); in _clk_pll_enable()
391 struct tegra_clk_pll *pll = to_clk_pll(hw); in _clk_pll_disable()
442 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_pll_enable()
466 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_pll_disable()
482 struct tegra_clk_pll *pll = to_clk_pll(hw); in _p_div_to_hw()
503 struct tegra_clk_pll *pll = to_clk_pll(hw); in _hw_to_p_div()
522 struct tegra_clk_pll *pll = to_clk_pll(hw); in _get_table_rate()
556 struct tegra_clk_pll *pll = to_clk_pll(hw); in _calc_rate()
630 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_pll_set_sdm_data()
[all …]
H A Dclk.h385 #define to_clk_pll(_hw) container_of(_hw, struct tegra_clk_pll, hw) macro
H A Dclk-tegra210.c1482 struct tegra_clk_pll *pll = to_clk_pll(hw); in tegra210_pll_fixed_mdiv_cfg()
/linux/drivers/clk/
H A Dclk-vt8500.c309 #define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw) macro
550 struct clk_pll *pll = to_clk_pll(hw); in vtwm_pll_set_rate()
601 struct clk_pll *pll = to_clk_pll(hw); in vtwm_pll_determine_rate()
650 struct clk_pll *pll = to_clk_pll(hw); in vtwm_pll_recalc_rate()
/linux/drivers/clk/keystone/
H A Dpll.c73 #define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw) macro
78 struct clk_pll *pll = to_clk_pll(hw); in clk_pllclk_recalc()