Home
last modified time | relevance | path

Searched refs:clk_pll (Results 1 – 25 of 42) sorted by relevance

12

/Linux-v4.19/drivers/clk/mxs/
Dclk-pll.c29 struct clk_pll { struct
36 #define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw) argument
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()
91 struct clk_pll *pll; in mxs_clk_pll()
/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()
187 static int wait_for_pll(struct clk_pll *pll) in wait_for_pll()
211 struct clk_pll *p = to_clk_pll(clk_hw_get_parent(hw)); in clk_pll_vote_enable()
226 static void clk_pll_configure(struct clk_pll *pll, struct regmap *regmap, in clk_pll_configure()
253 void clk_pll_configure_sr(struct clk_pll *pll, struct regmap *regmap, in clk_pll_configure_sr()
262 void clk_pll_configure_sr_hpm_lp(struct clk_pll *pll, struct regmap *regmap, in clk_pll_configure_sr_hpm_lp()
[all …]
Dclk-pll.h47 struct clk_pll { struct
67 #define to_clk_pll(_hw) container_of(to_clk_regmap(_hw), struct clk_pll, clkr) argument
84 void clk_pll_configure_sr(struct clk_pll *pll, struct regmap *regmap,
86 void clk_pll_configure_sr_hpm_lp(struct clk_pll *pll, struct regmap *regmap,
Da53-pll.c42 struct clk_pll *pll; in qcom_a53pll_probe()
/Linux-v4.19/drivers/clk/at91/
Dclk-pll.c51 #define to_clk_pll(hw) container_of(hw, struct clk_pll, hw)
53 struct clk_pll { struct
75 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_prepare() argument
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()
139 static long clk_pll_get_best_div_mul(struct clk_pll *pll, unsigned long rate, in clk_pll_get_best_div_mul()
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()
294 struct clk_pll *pll; in at91_clk_register_pll()
/Linux-v4.19/Documentation/devicetree/bindings/clock/
Dmoxa,moxart-clock.txt37 clk_pll: clk_pll@98100000 {
47 clocks = <&clk_pll>;
/Linux-v4.19/drivers/clk/
Dclk-nomadik.c142 struct clk_pll { struct
161 #define to_pll(_hw) container_of(_hw, struct clk_pll, hw) argument
166 struct clk_pll *pll = to_pll(hw); in pll_clk_enable()
186 struct clk_pll *pll = to_pll(hw); in pll_clk_disable()
205 struct clk_pll *pll = to_pll(hw); in pll_clk_is_enabled()
221 struct clk_pll *pll = to_pll(hw); in pll_clk_recalc_rate()
261 struct clk_pll *pll; in pll_clk_register()
Dclk-vt8500.c50 struct clk_pll { struct
317 #define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw)
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()
686 struct clk_pll *pll_clk; in vtwm_pll_clk_init()
Dclk-versaclock5.c167 struct vc5_hw_data clk_pll; member
810 vc5->clk_pll.num = 0; in vc5_probe()
811 vc5->clk_pll.vc5 = vc5; in vc5_probe()
812 vc5->clk_pll.hw.init = &init; in vc5_probe()
813 ret = devm_clk_hw_register(&client->dev, &vc5->clk_pll.hw); in vc5_probe()
/Linux-v4.19/drivers/clk/spear/
Dclk-vco-pll.c66 #define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw)
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()
283 struct clk_pll *pll; in clk_register_vco_pll()
/Linux-v4.19/drivers/clk/keystone/
Dpll.c72 struct clk_pll { struct
77 #define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw) argument
82 struct clk_pll *pll = to_clk_pll(hw); in clk_pllclk_recalc()
130 struct clk_pll *pll; in clk_register_pll()
/Linux-v4.19/arch/arm/boot/dts/
Dmoxart.dtsi47 clk_pll: clk_pll@98100000 { label
57 clocks = <&clk_pll>;
/Linux-v4.19/drivers/clk/sirf/
Dclk-common.c34 struct clk_pll { struct
39 #define to_pllclk(_hw) container_of(_hw, struct clk_pll, hw) argument
78 struct clk_pll *clk = to_pllclk(hw); in pll_clk_recalc_rate()
130 struct clk_pll *clk = to_pllclk(hw); in pll_clk_set_rate()
218 static struct clk_pll clk_pll1 = {
225 static struct clk_pll clk_pll2 = {
232 static struct clk_pll clk_pll3 = {
Dclk-atlas7.c214 struct clk_pll { struct
218 #define to_pllclk(_hw) container_of(_hw, struct clk_pll, hw) argument
357 struct clk_pll *clk = to_pllclk(hw); in pll_clk_recalc_rate()
402 static struct clk_pll clk_cpupll = {
416 static struct clk_pll clk_mempll = {
430 static struct clk_pll clk_sys0pll = {
444 static struct clk_pll clk_sys1pll = {
458 static struct clk_pll clk_sys2pll = {
472 static struct clk_pll clk_sys3pll = {
/Linux-v4.19/drivers/gpu/drm/imx/
Dimx-ldb.c99 struct clk *clk_pll[2]; /* upstream clock we can adjust */ member
180 clk_get_rate(ldb->clk_pll[chno]), serial_clk); in imx_ldb_set_clock()
181 clk_set_rate(ldb->clk_pll[chno], serial_clk); in imx_ldb_set_clock()
184 clk_get_rate(ldb->clk_pll[chno])); in imx_ldb_set_clock()
425 ldb->clk_pll[chno] = devm_clk_get(ldb->dev, clkname); in imx_ldb_get_clk()
427 return PTR_ERR_OR_ZERO(ldb->clk_pll[chno]); in imx_ldb_get_clk()
/Linux-v4.19/arch/m68k/coldfire/
Dm5407.c33 &clk_pll,
Dm5206.c33 &clk_pll,
Dm5307.c42 &clk_pll,
Dm523x.c41 &clk_pll,
Dm525x.c35 &clk_pll,
Dm54xx.c44 &clk_pll,
Dm5272.c47 &clk_pll,
Dm528x.c43 &clk_pll,
Dm5249.c35 &clk_pll,
/Linux-v4.19/drivers/staging/most/dim2/
Ddim2.c94 struct clk *clk_pll; member
954 dev->clk_pll = devm_clk_get(&pdev->dev, "pll8_mlb"); in fsl_mx6_enable()
955 if (IS_ERR_OR_NULL(dev->clk_pll)) { in fsl_mx6_enable()
962 clk_prepare_enable(dev->clk_pll); in fsl_mx6_enable()
973 clk_disable_unprepare(dev->clk_pll); in fsl_mx6_disable()

12