Searched refs:to_clk_pll (Results 1 – 11 of 11) sorted by relevance
/drivers/clk/mxs/ |
D | clk-pll.c | 30 #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()
|
/drivers/clk/samsung/ |
D | clk-pll.c | 36 #define to_clk_pll(_hw) container_of(_hw, struct samsung_clk_pll, hw) macro 55 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll_round_rate() 118 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll3xxx_enable() 130 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll3xxx_disable() 152 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll2126_recalc_rate() 185 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll3000_recalc_rate() 222 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll35xx_recalc_rate() 251 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll35xx_set_rate() 326 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll36xx_recalc_rate() 361 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll36xx_set_rate() [all …]
|
/drivers/clk/qcom/ |
D | clk-pll.c | 26 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()
|
D | clk-pll.h | 59 #define to_clk_pll(_hw) container_of(to_clk_regmap(_hw), struct clk_pll, clkr) macro
|
/drivers/clk/at91/ |
D | clk-pll.c | 32 #define to_clk_pll(hw) container_of(hw, struct clk_pll, hw) macro 56 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_prepare() 99 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_is_prepared() 106 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_unprepare() 115 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_recalc_rate() 236 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_round_rate() 245 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_set_rate()
|
/drivers/clk/tegra/ |
D | clk-pll.c | 340 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 …]
|
D | clk.h | 385 #define to_clk_pll(_hw) container_of(_hw, struct tegra_clk_pll, hw) macro
|
D | clk-tegra210.c | 1482 struct tegra_clk_pll *pll = to_clk_pll(hw); in tegra210_pll_fixed_mdiv_cfg()
|
/drivers/clk/spear/ |
D | clk-vco-pll.c | 66 #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()
|
/drivers/clk/ |
D | clk-vt8500.c | 308 #define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw) macro 549 struct clk_pll *pll = to_clk_pll(hw); in vtwm_pll_set_rate() 600 struct clk_pll *pll = to_clk_pll(hw); in vtwm_pll_round_rate() 639 struct clk_pll *pll = to_clk_pll(hw); in vtwm_pll_recalc_rate()
|
/drivers/clk/keystone/ |
D | pll.c | 73 #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()
|