Home
last modified time | relevance | path

Searched refs:core_clk (Results 1 – 25 of 68) sorted by relevance

123

/Linux-v4.19/drivers/char/hw_random/
Dmeson-rng.c73 struct clk *core_clk; member
109 data->core_clk = devm_clk_get(dev, "core"); in meson_rng_probe()
110 if (IS_ERR(data->core_clk)) in meson_rng_probe()
111 data->core_clk = NULL; in meson_rng_probe()
113 if (data->core_clk) { in meson_rng_probe()
114 ret = clk_prepare_enable(data->core_clk); in meson_rng_probe()
118 data->core_clk); in meson_rng_probe()
/Linux-v4.19/drivers/net/phy/
Dmdio-mux-bcm-iproc.c64 struct clk *core_clk; member
77 if (md->core_clk) { in mdio_mux_iproc_config()
81 divisor = clk_get_rate(md->core_clk) / MDIO_OPERATING_FREQUENCY; in mdio_mux_iproc_config()
228 md->core_clk = devm_clk_get(&pdev->dev, NULL); in mdio_mux_iproc_probe()
229 if (md->core_clk == ERR_PTR(-ENOENT) || in mdio_mux_iproc_probe()
230 md->core_clk == ERR_PTR(-EINVAL)) in mdio_mux_iproc_probe()
231 md->core_clk = NULL; in mdio_mux_iproc_probe()
232 else if (IS_ERR(md->core_clk)) in mdio_mux_iproc_probe()
233 return PTR_ERR(md->core_clk); in mdio_mux_iproc_probe()
235 rc = clk_prepare_enable(md->core_clk); in mdio_mux_iproc_probe()
[all …]
/Linux-v4.19/arch/arc/boot/dts/
Dskeleton_hs_idu.dtsi24 clocks = <&core_clk>;
30 clocks = <&core_clk>;
36 clocks = <&core_clk>;
42 clocks = <&core_clk>;
51 clocks = <&core_clk>;
57 clocks = <&core_clk>;
Dskeleton_hs.dtsi24 clocks = <&core_clk>;
33 clocks = <&core_clk>;
39 clocks = <&core_clk>;
45 clocks = <&core_clk>;
Dhsdk.dts40 clocks = <&core_clk>;
47 clocks = <&core_clk>;
54 clocks = <&core_clk>;
61 clocks = <&core_clk>;
93 clocks = <&core_clk>;
99 clocks = <&core_clk>;
116 core_clk: core-clk@0 { label
127 assigned-clocks = <&core_clk>;
Dskeleton.dtsi29 clocks = <&core_clk>;
38 clocks = <&core_clk>;
44 clocks = <&core_clk>;
Dhaps_hs.dts40 core_clk: core_clk { label
Dnsim_hs_idu.dts33 core_clk: core_clk { label
Dnsim_700.dts35 core_clk: core_clk { label
Dvdk_axc003.dtsi27 core_clk: core_clk { label
Dhaps_hs_idu.dts40 core_clk: core_clk { label
/Linux-v4.19/arch/arm/mach-omap2/
Dclkt2xxx_dpllcore.c56 long long core_clk; in omap2xxx_clk_get_core_rate() local
61 core_clk = omap2_get_dpll_rate(dpll_core_ck); in omap2xxx_clk_get_core_rate()
66 core_clk = 32768; in omap2xxx_clk_get_core_rate()
68 core_clk *= v; in omap2xxx_clk_get_core_rate()
70 return core_clk; in omap2xxx_clk_get_core_rate()
/Linux-v4.19/arch/arm/boot/dts/
Dorion5x.dtsi33 clocks = <&core_clk 0>;
43 clocks = <&core_clk 0>;
53 clocks = <&core_clk 0>;
63 clocks = <&core_clk 0>;
99 clocks = <&core_clk 0>;
108 clocks = <&core_clk 0>;
117 clocks = <&core_clk 0>;
142 clocks = <&core_clk 0>;
150 clocks = <&core_clk 0>;
Ddove.dtsi165 clocks = <&core_clk 0>;
179 clocks = <&core_clk 0>;
188 clocks = <&core_clk 0>;
197 clocks = <&core_clk 0>;
208 clocks = <&core_clk 0>;
217 clocks = <&core_clk 0>;
228 clocks = <&core_clk 0>;
263 clocks = <&core_clk 0>;
271 clocks = <&core_clk 0>;
468 clocks = <&core_clk 0>;
[all …]
/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_core_perf.c308 struct dss_clk *core_clk = kms->perf.core_clk; in _dpu_core_perf_set_core_clk_rate() local
310 if (core_clk->max_rate && (rate > core_clk->max_rate)) in _dpu_core_perf_set_core_clk_rate()
311 rate = core_clk->max_rate; in _dpu_core_perf_set_core_clk_rate()
313 core_clk->rate = rate; in _dpu_core_perf_set_core_clk_rate()
314 return msm_dss_clk_set_rate(core_clk, 1); in _dpu_core_perf_set_core_clk_rate()
328 clk_rate = clk_round_rate(kms->perf.core_clk->clk, in _dpu_core_perf_get_core_clk_rate()
447 kms->perf.core_clk->clk_name, clk_rate); in dpu_core_perf_crtc_update()
613 perf->core_clk = NULL; in dpu_core_perf_destroy()
623 struct dss_clk *core_clk) in dpu_core_perf_init() argument
628 perf->core_clk = core_clk; in dpu_core_perf_init()
[all …]
Ddpu_core_perf.h70 struct dss_clk *core_clk; member
123 struct dss_clk *core_clk);
/Linux-v4.19/drivers/nvmem/
Dmeson-mx-efuse.c54 struct clk *core_clk; member
75 err = clk_prepare_enable(efuse->core_clk); in meson_mx_efuse_hw_enable()
95 clk_disable_unprepare(efuse->core_clk); in meson_mx_efuse_hw_disable()
230 efuse->core_clk = devm_clk_get(&pdev->dev, "core"); in meson_mx_efuse_probe()
231 if (IS_ERR(efuse->core_clk)) { in meson_mx_efuse_probe()
233 return PTR_ERR(efuse->core_clk); in meson_mx_efuse_probe()
/Linux-v4.19/drivers/firmware/
Dqcom_scm.c42 struct clk *core_clk; member
69 ret = clk_prepare_enable(__scm->core_clk); in qcom_scm_clk_enable()
86 clk_disable_unprepare(__scm->core_clk); in qcom_scm_clk_enable()
93 clk_disable_unprepare(__scm->core_clk); in qcom_scm_clk_disable()
529 scm->core_clk = devm_clk_get(&pdev->dev, "core"); in qcom_scm_probe()
530 if (IS_ERR(scm->core_clk)) { in qcom_scm_probe()
531 if (PTR_ERR(scm->core_clk) != -EPROBE_DEFER) in qcom_scm_probe()
534 return PTR_ERR(scm->core_clk); in qcom_scm_probe()
566 ret = clk_set_rate(scm->core_clk, INT_MAX); in qcom_scm_probe()
/Linux-v4.19/arch/h8300/boot/dts/
Dh8300h_sim.dts24 core_clk: core_clk { label
33 clocks = <&core_clk>;
Dh8s_sim.dts30 core_clk: core_clk { label
39 clocks = <&core_clk>;
Dedosk2674.dts31 core_clk: core_clk { label
40 clocks = <&core_clk>;
/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-ipq806x.c89 struct clk *core_clk; member
213 gmac->core_clk = devm_clk_get(dev, "stmmaceth"); in ipq806x_gmac_of_parse()
214 if (IS_ERR(gmac->core_clk)) { in ipq806x_gmac_of_parse()
216 return PTR_ERR(gmac->core_clk); in ipq806x_gmac_of_parse()
218 clk_set_rate(gmac->core_clk, 266000000); in ipq806x_gmac_of_parse()
/Linux-v4.19/drivers/usb/chipidea/
Dci_hdrc_msm.c38 struct clk *core_clk; member
200 ci->core_clk = clk = devm_clk_get(&pdev->dev, "core"); in ci_hdrc_msm_probe()
238 ret = clk_prepare_enable(ci->core_clk); in ci_hdrc_msm_probe()
278 clk_disable_unprepare(ci->core_clk); in ci_hdrc_msm_probe()
291 clk_disable_unprepare(ci->core_clk); in ci_hdrc_msm_remove()
/Linux-v4.19/Documentation/devicetree/bindings/arm/marvell/
Dkirkwood.txt25 clocks = <&core_clk 1>, <&core_clk 3>, <&gate_clk 11>;
/Linux-v4.19/Documentation/devicetree/bindings/timer/
Dsnps,arc-timer.txt21 clocks = <&core_clk>;
26 clocks = <&core_clk>;

123