arch/m68k/coldfire/m5206.c
29
CLKDEV_INIT(NULL, "pll.0", &clk_pll),
arch/m68k/coldfire/m523x.c
32
CLKDEV_INIT(NULL, "pll.0", &clk_pll),
arch/m68k/coldfire/m523x.c
34
CLKDEV_INIT("mcfpit.0", NULL, &clk_pll),
arch/m68k/coldfire/m523x.c
35
CLKDEV_INIT("mcfpit.1", NULL, &clk_pll),
arch/m68k/coldfire/m523x.c
36
CLKDEV_INIT("mcfpit.2", NULL, &clk_pll),
arch/m68k/coldfire/m523x.c
37
CLKDEV_INIT("mcfpit.3", NULL, &clk_pll),
arch/m68k/coldfire/m5249.c
29
CLKDEV_INIT(NULL, "pll.0", &clk_pll),
arch/m68k/coldfire/m525x.c
29
CLKDEV_INIT(NULL, "pll.0", &clk_pll),
arch/m68k/coldfire/m5272.c
39
CLKDEV_INIT(NULL, "pll.0", &clk_pll),
arch/m68k/coldfire/m527x.c
33
CLKDEV_INIT(NULL, "pll.0", &clk_pll),
arch/m68k/coldfire/m527x.c
35
CLKDEV_INIT("mcfpit.0", NULL, &clk_pll),
arch/m68k/coldfire/m527x.c
36
CLKDEV_INIT("mcfpit.1", NULL, &clk_pll),
arch/m68k/coldfire/m527x.c
37
CLKDEV_INIT("mcfpit.2", NULL, &clk_pll),
arch/m68k/coldfire/m527x.c
38
CLKDEV_INIT("mcfpit.3", NULL, &clk_pll),
arch/m68k/coldfire/m528x.c
34
CLKDEV_INIT(NULL, "pll.0", &clk_pll),
arch/m68k/coldfire/m528x.c
36
CLKDEV_INIT("mcfpit.0", NULL, &clk_pll),
arch/m68k/coldfire/m528x.c
37
CLKDEV_INIT("mcfpit.1", NULL, &clk_pll),
arch/m68k/coldfire/m528x.c
38
CLKDEV_INIT("mcfpit.2", NULL, &clk_pll),
arch/m68k/coldfire/m528x.c
39
CLKDEV_INIT("mcfpit.3", NULL, &clk_pll),
arch/m68k/coldfire/m5307.c
38
CLKDEV_INIT(NULL, "pll.0", &clk_pll),
arch/m68k/coldfire/m5407.c
29
CLKDEV_INIT(NULL, "pll.0", &clk_pll),
arch/m68k/coldfire/m54xx.c
38
CLKDEV_INIT(NULL, "pll.0", &clk_pll),
drivers/clk/at91/clk-pll.c
100
struct clk_pll *pll = to_clk_pll(hw);
drivers/clk/at91/clk-pll.c
107
struct clk_pll *pll = to_clk_pll(hw);
drivers/clk/at91/clk-pll.c
116
struct clk_pll *pll = to_clk_pll(hw);
drivers/clk/at91/clk-pll.c
124
static long clk_pll_get_best_div_mul(struct clk_pll *pll, unsigned long rate,
drivers/clk/at91/clk-pll.c
237
struct clk_pll *pll = to_clk_pll(hw);
drivers/clk/at91/clk-pll.c
248
struct clk_pll *pll = to_clk_pll(hw);
drivers/clk/at91/clk-pll.c
268
struct clk_pll *pll = to_clk_pll(hw);
drivers/clk/at91/clk-pll.c
280
struct clk_pll *pll = to_clk_pll(hw);
drivers/clk/at91/clk-pll.c
319
struct clk_pll *pll;
drivers/clk/at91/clk-pll.c
32
#define to_clk_pll(hw) container_of(hw, struct clk_pll, hw)
drivers/clk/at91/clk-pll.c
57
struct clk_pll *pll = to_clk_pll(hw);
drivers/clk/clk-nomadik.c
165
#define to_pll(_hw) container_of(_hw, struct clk_pll, hw)
drivers/clk/clk-nomadik.c
170
struct clk_pll *pll = to_pll(hw);
drivers/clk/clk-nomadik.c
190
struct clk_pll *pll = to_pll(hw);
drivers/clk/clk-nomadik.c
209
struct clk_pll *pll = to_pll(hw);
drivers/clk/clk-nomadik.c
225
struct clk_pll *pll = to_pll(hw);
drivers/clk/clk-nomadik.c
265
struct clk_pll *pll;
drivers/clk/clk-versaclock3.c
1052
for (i = 0; i < ARRAY_SIZE(clk_pll); i++) {
drivers/clk/clk-versaclock3.c
1053
clk_pll[i].regmap = regmap;
drivers/clk/clk-versaclock3.c
1055
struct vc3_pll_data *pll_data = clk_pll[i].data;
drivers/clk/clk-versaclock3.c
1059
ret = devm_clk_hw_register(dev, &clk_pll[i].hw);
drivers/clk/clk-versaclock3.c
1062
clk_pll[i].hw.init->name);
drivers/clk/clk-versaclock3.c
692
static struct vc3_hw_data clk_pll[] = {
drivers/clk/clk-versaclock3.c
753
{ .hw = &clk_pll[VC3_PLL1].hw },
drivers/clk/clk-versaclock3.c
757
{ .hw = &clk_pll[VC3_PLL2].hw },
drivers/clk/clk-versaclock3.c
758
{ .hw = &clk_pll[VC3_PLL3].hw }
drivers/clk/clk-versaclock3.c
761
{ .hw = &clk_pll[VC3_PLL2].hw },
drivers/clk/clk-versaclock3.c
839
&clk_pll[VC3_PLL1].hw
drivers/clk/clk-versaclock3.c
893
&clk_pll[VC3_PLL3].hw
drivers/clk/clk-versaclock5.c
1110
vc5->clk_pll.num = 0;
drivers/clk/clk-versaclock5.c
1111
vc5->clk_pll.vc5 = vc5;
drivers/clk/clk-versaclock5.c
1112
vc5->clk_pll.hw.init = &init;
drivers/clk/clk-versaclock5.c
1113
ret = devm_clk_hw_register(&client->dev, &vc5->clk_pll.hw);
drivers/clk/clk-versaclock5.c
1131
parent_names[0] = clk_hw_get_name(&vc5->clk_pll.hw);
drivers/clk/clk-versaclock5.c
196
struct vc5_hw_data clk_pll;
drivers/clk/clk-vt8500.c
309
#define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw)
drivers/clk/clk-vt8500.c
550
struct clk_pll *pll = to_clk_pll(hw);
drivers/clk/clk-vt8500.c
601
struct clk_pll *pll = to_clk_pll(hw);
drivers/clk/clk-vt8500.c
650
struct clk_pll *pll = to_clk_pll(hw);
drivers/clk/clk-vt8500.c
688
struct clk_pll *pll_clk;
drivers/clk/keystone/pll.c
126
struct clk_pll *pll;
drivers/clk/keystone/pll.c
73
#define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw)
drivers/clk/keystone/pll.c
78
struct clk_pll *pll = to_clk_pll(hw);
drivers/clk/mediatek/clk-fhctl.c
187
struct mtk_clk_pll *pll = &fh->clk_pll;
drivers/clk/mediatek/clk-fhctl.c
217
struct mtk_clk_pll *pll = &fh->clk_pll;
drivers/clk/mediatek/clk-pllfh.c
170
fh->clk_pll.dev = dev;
drivers/clk/mediatek/clk-pllfh.c
172
hw = mtk_clk_register_pll_ops(&fh->clk_pll, pll_data, base,
drivers/clk/mediatek/clk-pllfh.c
25
return container_of(pll, struct mtk_fh, clk_pll);
drivers/clk/mediatek/clk-pllfh.h
58
struct mtk_clk_pll clk_pll;
drivers/clk/mxs/clk-pll.c
30
#define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw)
drivers/clk/mxs/clk-pll.c
34
struct clk_pll *pll = to_clk_pll(hw);
drivers/clk/mxs/clk-pll.c
45
struct clk_pll *pll = to_clk_pll(hw);
drivers/clk/mxs/clk-pll.c
52
struct clk_pll *pll = to_clk_pll(hw);
drivers/clk/mxs/clk-pll.c
61
struct clk_pll *pll = to_clk_pll(hw);
drivers/clk/mxs/clk-pll.c
69
struct clk_pll *pll = to_clk_pll(hw);
drivers/clk/mxs/clk-pll.c
85
struct clk_pll *pll;
drivers/clk/qcom/a53-pll.c
92
struct clk_pll *pll;
drivers/clk/qcom/clk-pll.c
128
struct clk_pll *pll = to_clk_pll(hw);
drivers/clk/qcom/clk-pll.c
143
struct clk_pll *pll = to_clk_pll(hw);
drivers/clk/qcom/clk-pll.c
179
static int wait_for_pll(struct clk_pll *pll)
drivers/clk/qcom/clk-pll.c
203
struct clk_pll *p = to_clk_pll(clk_hw_get_parent(hw));
drivers/clk/qcom/clk-pll.c
218
static void clk_pll_configure(struct clk_pll *pll, struct regmap *regmap,
drivers/clk/qcom/clk-pll.c
245
void clk_pll_configure_sr(struct clk_pll *pll, struct regmap *regmap,
drivers/clk/qcom/clk-pll.c
254
void clk_pll_configure_sr_hpm_lp(struct clk_pll *pll, struct regmap *regmap,
drivers/clk/qcom/clk-pll.c
26
struct clk_pll *pll = to_clk_pll(hw);
drivers/clk/qcom/clk-pll.c
265
struct clk_pll *pll = to_clk_pll(hw);
drivers/clk/qcom/clk-pll.c
303
struct clk_pll *pll = to_clk_pll(hw);
drivers/clk/qcom/clk-pll.c
67
struct clk_pll *pll = to_clk_pll(hw);
drivers/clk/qcom/clk-pll.c
82
struct clk_pll *pll = to_clk_pll(hw);
drivers/clk/qcom/clk-pll.h
59
#define to_clk_pll(_hw) container_of(to_clk_regmap(_hw), struct clk_pll, clkr)
drivers/clk/qcom/clk-pll.h
76
void clk_pll_configure_sr(struct clk_pll *pll, struct regmap *regmap,
drivers/clk/qcom/clk-pll.h
78
void clk_pll_configure_sr_hpm_lp(struct clk_pll *pll, struct regmap *regmap,
drivers/clk/qcom/gcc-apq8084.c
100
static struct clk_pll gpll4 = {
drivers/clk/qcom/gcc-apq8084.c
38
static struct clk_pll gpll0 = {
drivers/clk/qcom/gcc-apq8084.c
69
static struct clk_pll gpll1 = {
drivers/clk/qcom/gcc-ipq806x.c
197
static struct clk_pll pll14 = {
drivers/clk/qcom/gcc-ipq806x.c
242
static struct clk_pll pll18 = {
drivers/clk/qcom/gcc-ipq806x.c
261
static struct clk_pll pll11 = {
drivers/clk/qcom/gcc-ipq806x.c
32
static struct clk_pll pll0 = {
drivers/clk/qcom/gcc-ipq806x.c
61
static struct clk_pll pll3 = {
drivers/clk/qcom/gcc-ipq806x.c
90
static struct clk_pll pll8 = {
drivers/clk/qcom/gcc-mdm9607.c
195
static struct clk_pll bimc_pll = {
drivers/clk/qcom/gcc-mdm9607.c
76
static struct clk_pll gpll1 = {
drivers/clk/qcom/gcc-mdm9615.c
118
static struct clk_pll pll14 = {
drivers/clk/qcom/gcc-mdm9615.c
47
static struct clk_pll pll0 = {
drivers/clk/qcom/gcc-mdm9615.c
89
static struct clk_pll pll8 = {
drivers/clk/qcom/gcc-msm8660.c
26
static struct clk_pll pll8 = {
drivers/clk/qcom/gcc-msm8909.c
93
static struct clk_pll gpll1 = {
drivers/clk/qcom/gcc-msm8916.c
106
static struct clk_pll gpll2 = {
drivers/clk/qcom/gcc-msm8916.c
137
static struct clk_pll bimc_pll = {
drivers/clk/qcom/gcc-msm8916.c
44
static struct clk_pll gpll0 = {
drivers/clk/qcom/gcc-msm8916.c
75
static struct clk_pll gpll1 = {
drivers/clk/qcom/gcc-msm8917.c
183
static struct clk_pll gpll6_early = {
drivers/clk/qcom/gcc-msm8939.c
114
static struct clk_pll gpll2 = {
drivers/clk/qcom/gcc-msm8939.c
145
static struct clk_pll bimc_pll = {
drivers/clk/qcom/gcc-msm8939.c
176
static struct clk_pll gpll3 = {
drivers/clk/qcom/gcc-msm8939.c
223
static struct clk_pll gpll4 = {
drivers/clk/qcom/gcc-msm8939.c
269
static struct clk_pll gpll5 = {
drivers/clk/qcom/gcc-msm8939.c
300
static struct clk_pll gpll6 = {
drivers/clk/qcom/gcc-msm8939.c
52
static struct clk_pll gpll0 = {
drivers/clk/qcom/gcc-msm8939.c
83
static struct clk_pll gpll1 = {
drivers/clk/qcom/gcc-msm8960.c
258
static struct clk_pll pll14 = {
drivers/clk/qcom/gcc-msm8960.c
28
static struct clk_pll pll3 = {
drivers/clk/qcom/gcc-msm8960.c
59
static struct clk_pll pll8 = {
drivers/clk/qcom/gcc-msm8974.c
154
static struct clk_pll gpll1 = {
drivers/clk/qcom/gcc-msm8974.c
34
static struct clk_pll gpll0 = {
drivers/clk/qcom/gcc-msm8974.c
65
static struct clk_pll gpll4 = {
drivers/clk/qcom/gcc-msm8976.c
124
static struct clk_pll gpll3 = {
drivers/clk/qcom/gcc-msm8976.c
172
static struct clk_pll gpll4 = {
drivers/clk/qcom/gcc-msm8976.c
203
static struct clk_pll gpll6 = {
drivers/clk/qcom/gcc-msm8976.c
55
static struct clk_pll gpll0 = {
drivers/clk/qcom/gcc-msm8976.c
88
static struct clk_pll gpll2 = {
drivers/clk/qcom/gcc-qcs404.c
178
static struct clk_pll gpll6 = {
drivers/clk/qcom/lcc-ipq806x.c
26
static struct clk_pll pll4 = {
drivers/clk/qcom/lcc-msm8960.c
29
static struct clk_pll pll4 = {
drivers/clk/qcom/mmcc-apq8084.c
105
static struct clk_pll mmpll2 = {
drivers/clk/qcom/mmcc-apq8084.c
122
static struct clk_pll mmpll3 = {
drivers/clk/qcom/mmcc-apq8084.c
140
static struct clk_pll mmpll4 = {
drivers/clk/qcom/mmcc-apq8084.c
43
static struct clk_pll mmpll0 = {
drivers/clk/qcom/mmcc-apq8084.c
74
static struct clk_pll mmpll1 = {
drivers/clk/qcom/mmcc-msm8960.c
43
static struct clk_pll pll2 = {
drivers/clk/qcom/mmcc-msm8960.c
61
static struct clk_pll pll15 = {
drivers/clk/qcom/mmcc-msm8974.c
106
static struct clk_pll mmpll2 = {
drivers/clk/qcom/mmcc-msm8974.c
123
static struct clk_pll mmpll3 = {
drivers/clk/qcom/mmcc-msm8974.c
44
static struct clk_pll mmpll0 = {
drivers/clk/qcom/mmcc-msm8974.c
75
static struct clk_pll mmpll1 = {
drivers/clk/spear/clk-vco-pll.c
127
struct clk_pll *pll = to_clk_pll(hw);
drivers/clk/spear/clk-vco-pll.c
147
struct clk_pll *pll = to_clk_pll(hw);
drivers/clk/spear/clk-vco-pll.c
285
struct clk_pll *pll;
drivers/clk/spear/clk-vco-pll.c
63
#define to_clk_pll(_hw) container_of(_hw, struct clk_pll, hw)
drivers/clk/spear/clk-vco-pll.c
84
struct clk_pll *pll = to_clk_pll(hw);
drivers/clk/ti/fapll.c
521
synth->clk_pll = pll_clk;
drivers/clk/ti/fapll.c
76
struct clk *clk_pll;
drivers/gpu/drm/imx/ipuv3/imx-ldb.c
126
clk_get_rate(ldb->clk_pll[chno]), serial_clk);
drivers/gpu/drm/imx/ipuv3/imx-ldb.c
127
clk_set_rate(ldb->clk_pll[chno], serial_clk);
drivers/gpu/drm/imx/ipuv3/imx-ldb.c
130
clk_get_rate(ldb->clk_pll[chno]));
drivers/gpu/drm/imx/ipuv3/imx-ldb.c
363
ldb->clk_pll[chno] = devm_clk_get(ldb->dev, clkname);
drivers/gpu/drm/imx/ipuv3/imx-ldb.c
365
return PTR_ERR_OR_ZERO(ldb->clk_pll[chno]);
drivers/gpu/drm/imx/ipuv3/imx-ldb.c
89
struct clk *clk_pll[2]; /* upstream clock we can adjust */
drivers/staging/most/dim2/dim2.c
92
struct clk *clk_pll;
drivers/staging/most/dim2/dim2.c
941
dev->clk_pll = devm_clk_get(&pdev->dev, "pll8_mlb");
drivers/staging/most/dim2/dim2.c
942
if (IS_ERR_OR_NULL(dev->clk_pll)) {
drivers/staging/most/dim2/dim2.c
949
clk_prepare_enable(dev->clk_pll);
drivers/staging/most/dim2/dim2.c
960
clk_disable_unprepare(dev->clk_pll);
sound/soc/amd/acp/acp63.c
150
union clk_pll_req_no clk_pll;
sound/soc/amd/acp/acp63.c
153
clk_pll.bits.fb_mult_int = 0x31;
sound/soc/amd/acp/acp63.c
154
clk_pll.bits.pll_spine_div = 0;
sound/soc/amd/acp/acp63.c
155
clk_pll.bits.gb_mult_frac = 0x26E9;
sound/soc/amd/acp/acp63.c
173
rc = amd_smn_write(0, CLK_PLL_REQ_N0, clk_pll.clk_pll_req_no_reg);