Home
last modified time | relevance | path

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

1234

/linux-6.3-rc2/drivers/char/hw_random/
A Dmeson-rng.c23 struct clk *core_clk; member
57 data->core_clk = devm_clk_get_optional(dev, "core"); in meson_rng_probe()
58 if (IS_ERR(data->core_clk)) in meson_rng_probe()
59 return dev_err_probe(dev, PTR_ERR(data->core_clk), in meson_rng_probe()
62 if (data->core_clk) { in meson_rng_probe()
63 ret = clk_prepare_enable(data->core_clk); in meson_rng_probe()
67 data->core_clk); in meson_rng_probe()
/linux-6.3-rc2/drivers/net/mdio/
A Dmdio-mux-bcm-iproc.c54 struct clk *core_clk; member
67 if (md->core_clk) { in mdio_mux_iproc_config()
240 md->core_clk == ERR_PTR(-EINVAL)) in mdio_mux_iproc_probe()
241 md->core_clk = NULL; in mdio_mux_iproc_probe()
242 else if (IS_ERR(md->core_clk)) in mdio_mux_iproc_probe()
243 return PTR_ERR(md->core_clk); in mdio_mux_iproc_probe()
245 rc = clk_prepare_enable(md->core_clk); in mdio_mux_iproc_probe()
286 clk_disable_unprepare(md->core_clk); in mdio_mux_iproc_probe()
296 clk_disable_unprepare(md->core_clk); in mdio_mux_iproc_remove()
306 clk_disable_unprepare(md->core_clk); in mdio_mux_iproc_suspend()
[all …]
/linux-6.3-rc2/arch/arc/boot/dts/
A Dskeleton_hs_idu.dtsi21 clocks = <&core_clk>;
27 clocks = <&core_clk>;
33 clocks = <&core_clk>;
39 clocks = <&core_clk>;
48 clocks = <&core_clk>;
54 clocks = <&core_clk>;
A Dskeleton_hs.dtsi21 clocks = <&core_clk>;
30 clocks = <&core_clk>;
36 clocks = <&core_clk>;
42 clocks = <&core_clk>;
A Dskeleton.dtsi26 clocks = <&core_clk>;
35 clocks = <&core_clk>;
41 clocks = <&core_clk>;
A Dhsdk.dts37 clocks = <&core_clk>;
44 clocks = <&core_clk>;
51 clocks = <&core_clk>;
58 clocks = <&core_clk>;
100 clocks = <&core_clk>;
106 clocks = <&core_clk>;
123 core_clk: core-clk@0 { label
134 assigned-clocks = <&core_clk>;
A Dnsim_700.dts32 core_clk: core_clk { label
A Dvdk_axc003.dtsi24 core_clk: core_clk { label
A Dhaps_hs_idu.dts37 core_clk: core_clk { label
A Dvdk_axc003_idu.dtsi25 core_clk: core_clk { label
/linux-6.3-rc2/arch/arm/boot/dts/
A Dorion5x.dtsi28 clocks = <&core_clk 0>;
38 clocks = <&core_clk 0>;
48 clocks = <&core_clk 0>;
58 clocks = <&core_clk 0>;
94 clocks = <&core_clk 0>;
103 clocks = <&core_clk 0>;
112 clocks = <&core_clk 0>;
137 clocks = <&core_clk 0>;
145 clocks = <&core_clk 0>;
A Ddove.dtsi185 clocks = <&core_clk 0>;
198 clocks = <&core_clk 0>;
207 clocks = <&core_clk 0>;
216 clocks = <&core_clk 0>;
227 clocks = <&core_clk 0>;
236 clocks = <&core_clk 0>;
247 clocks = <&core_clk 0>;
282 clocks = <&core_clk 0>;
290 clocks = <&core_clk 0>;
482 clocks = <&core_clk 0>;
[all …]
/linux-6.3-rc2/arch/arm/mach-omap2/
A Dclkt2xxx_dpllcore.c54 long long core_clk; in omap2xxx_clk_get_core_rate() local
59 core_clk = omap2_get_dpll_rate(dpll_core_ck); in omap2xxx_clk_get_core_rate()
64 core_clk = 32768; in omap2xxx_clk_get_core_rate()
66 core_clk *= v; in omap2xxx_clk_get_core_rate()
68 return core_clk; in omap2xxx_clk_get_core_rate()
/linux-6.3-rc2/drivers/nvmem/
A Dmeson-mx-efuse.c46 struct clk *core_clk; member
67 err = clk_prepare_enable(efuse->core_clk); in meson_mx_efuse_hw_enable()
87 clk_disable_unprepare(efuse->core_clk); in meson_mx_efuse_hw_disable()
222 efuse->core_clk = devm_clk_get(&pdev->dev, "core"); in meson_mx_efuse_probe()
223 if (IS_ERR(efuse->core_clk)) { in meson_mx_efuse_probe()
225 return PTR_ERR(efuse->core_clk); in meson_mx_efuse_probe()
/linux-6.3-rc2/drivers/pci/controller/dwc/
A Dpcie-intel-gw.c66 struct clk *core_clk; member
211 pcie->core_clk = devm_clk_get(dev, NULL); in intel_pcie_get_resources()
212 if (IS_ERR(pcie->core_clk)) { in intel_pcie_get_resources()
213 ret = PTR_ERR(pcie->core_clk); in intel_pcie_get_resources()
294 ret = clk_prepare_enable(pcie->core_clk); in intel_pcie_host_setup()
326 clk_disable_unprepare(pcie->core_clk); in intel_pcie_host_setup()
338 clk_disable_unprepare(pcie->core_clk); in __intel_pcie_remove()
365 clk_disable_unprepare(pcie->core_clk); in intel_pcie_suspend_noirq()
/linux-6.3-rc2/drivers/phy/intel/
A Dphy-intel-lgm-combo.c88 struct clk *core_clk; member
258 ret = clk_prepare_enable(cbphy->core_clk); in intel_cbphy_iphy_power_on()
264 ret = clk_set_rate(cbphy->core_clk, cbphy->clk_rate); in intel_cbphy_iphy_power_on()
297 clk_disable_unprepare(cbphy->core_clk); in intel_cbphy_iphy_power_on()
323 clk_disable_unprepare(cbphy->core_clk); in intel_cbphy_iphy_power_off()
415 cbphy->core_clk = devm_clk_get(dev, NULL); in intel_cbphy_fwnode_parse()
416 if (IS_ERR(cbphy->core_clk)) in intel_cbphy_fwnode_parse()
417 return dev_err_probe(dev, PTR_ERR(cbphy->core_clk), in intel_cbphy_fwnode_parse()
597 clk_disable_unprepare(cbphy->core_clk); in intel_cbphy_remove()
/linux-6.3-rc2/drivers/usb/chipidea/
A Dci_hdrc_msm.c38 struct clk *core_clk; member
199 ci->core_clk = clk = devm_clk_get(&pdev->dev, "core"); in ci_hdrc_msm_probe()
233 ret = clk_prepare_enable(ci->core_clk); in ci_hdrc_msm_probe()
273 clk_disable_unprepare(ci->core_clk); in ci_hdrc_msm_probe()
284 clk_disable_unprepare(ci->core_clk); in ci_hdrc_msm_remove()
/linux-6.3-rc2/drivers/gpu/drm/msm/disp/dpu1/
A Ddpu_core_perf.h72 struct clk *core_clk; member
123 struct clk *core_clk);
A Ddpu_core_perf.c298 clk_rate = clk_round_rate(kms->perf.core_clk, in _dpu_core_perf_get_core_clk_rate()
513 perf->core_clk = NULL; in dpu_core_perf_destroy()
521 struct clk *core_clk) in dpu_core_perf_init() argument
525 perf->core_clk = core_clk; in dpu_core_perf_init()
527 perf->max_core_clk_rate = clk_get_rate(core_clk); in dpu_core_perf_init()
/linux-6.3-rc2/Documentation/devicetree/bindings/arm/marvell/
A Dkirkwood.txt25 clocks = <&core_clk 1>, <&core_clk 3>, <&gate_clk 11>;
/linux-6.3-rc2/Documentation/devicetree/bindings/media/
A Dallegro,al5e.yaml53 - const: core_clk
83 clock-names = "core_clk", "mcu_clk", "m_axi_core_aclk",
100 clock-names = "core_clk", "mcu_clk", "m_axi_core_aclk",
/linux-6.3-rc2/Documentation/devicetree/bindings/timer/
A Dsnps,arc-timer.txt21 clocks = <&core_clk>;
26 clocks = <&core_clk>;
/linux-6.3-rc2/Documentation/devicetree/bindings/ufs/
A Dqcom,ufs.yaml120 - const: core_clk
147 - const: core_clk
174 - const: core_clk
228 clock-names = "core_clk",
A Dcdns,ufshc.yaml42 - const: core_clk
72 clock-names = "core_clk", "phy_clk";
/linux-6.3-rc2/drivers/net/ethernet/stmicro/stmmac/
A Ddwmac-ipq806x.c111 struct clk *core_clk; member
236 gmac->core_clk = devm_clk_get(dev, "stmmaceth"); in ipq806x_gmac_of_parse()
237 if (IS_ERR(gmac->core_clk)) { in ipq806x_gmac_of_parse()
239 return PTR_ERR(gmac->core_clk); in ipq806x_gmac_of_parse()
241 clk_set_rate(gmac->core_clk, 266000000); in ipq806x_gmac_of_parse()

Completed in 33 milliseconds

1234