Searched refs:to_clk_pll (Results 1 – 10 of 10) sorted by relevance
/drivers/clk/mxs/ |
D | clk-pll.c | 36 #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()
|
/drivers/clk/samsung/ |
D | clk-pll.c | 31 #define to_clk_pll(_hw) container_of(_hw, struct samsung_clk_pll, hw) macro 50 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll_round_rate() 78 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll2126_recalc_rate() 111 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll3000_recalc_rate() 148 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll35xx_recalc_rate() 177 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll35xx_set_rate() 251 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll36xx_recalc_rate() 286 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll36xx_set_rate() 365 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll45xx_recalc_rate() 399 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll45xx_set_rate() [all …]
|
/drivers/clk/qcom/ |
D | clk-pll.c | 39 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_enable() 80 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_disable() 95 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_recalc_rate() 141 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_determine_rate() 156 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_set_rate() 216 struct clk_pll *p = to_clk_pll(clk_hw_get_parent(hw)); in clk_pll_vote_enable() 298 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_sr2_enable() 336 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_sr2_set_rate()
|
D | clk-pll.h | 67 #define to_clk_pll(_hw) container_of(to_clk_regmap(_hw), struct clk_pll, clkr) macro
|
/drivers/clk/tegra/ |
D | clk-pll.c | 274 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_pll_is_enabled() 290 struct tegra_clk_pll *pll = to_clk_pll(hw); in _clk_pll_enable() 310 struct tegra_clk_pll *pll = to_clk_pll(hw); in _clk_pll_disable() 328 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_pll_enable() 347 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_pll_disable() 361 struct tegra_clk_pll *pll = to_clk_pll(hw); in _p_div_to_hw() 377 struct tegra_clk_pll *pll = to_clk_pll(hw); in _hw_to_p_div() 396 struct tegra_clk_pll *pll = to_clk_pll(hw); in _get_table_rate() 420 struct tegra_clk_pll *pll = to_clk_pll(hw); in _calc_rate() 566 struct tegra_clk_pll *pll = to_clk_pll(hw); in _program_pll() [all …]
|
D | clk.h | 271 #define to_clk_pll(_hw) container_of(_hw, struct tegra_clk_pll, hw) macro
|
/drivers/clk/at91/ |
D | clk-pll.c | 57 #define to_clk_pll(hw) container_of(hw, struct clk_pll, hw) macro 84 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_prepare() 132 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_is_prepared() 141 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_unprepare() 153 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_recalc_rate() 274 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_round_rate() 283 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_set_rate()
|
/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 | 316 #define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw) macro 542 struct clk_pll *pll = to_clk_pll(hw); in vtwm_pll_set_rate() 585 struct clk_pll *pll = to_clk_pll(hw); in vtwm_pll_round_rate() 616 struct clk_pll *pll = to_clk_pll(hw); in vtwm_pll_recalc_rate()
|
/drivers/clk/keystone/ |
D | pll.c | 77 #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()
|