Home
last modified time | relevance | path

Searched refs:atclk (Results 1 – 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
Dcoresight-tpiu.c59 struct clk *atclk; member
138 drvdata->atclk = devm_clk_get(&adev->dev, "atclk"); /* optional */ in tpiu_probe()
139 if (!IS_ERR(drvdata->atclk)) { in tpiu_probe()
140 ret = clk_prepare_enable(drvdata->atclk); in tpiu_probe()
190 if (drvdata && !IS_ERR(drvdata->atclk)) in tpiu_runtime_suspend()
191 clk_disable_unprepare(drvdata->atclk); in tpiu_runtime_suspend()
200 if (drvdata && !IS_ERR(drvdata->atclk)) in tpiu_runtime_resume()
201 clk_prepare_enable(drvdata->atclk); in tpiu_runtime_resume()
Dcoresight-funnel.c45 struct clk *atclk; member
226 drvdata->atclk = devm_clk_get(dev, "atclk"); /* optional */ in funnel_probe()
227 if (!IS_ERR(drvdata->atclk)) { in funnel_probe()
228 ret = clk_prepare_enable(drvdata->atclk); in funnel_probe()
272 if (ret && !IS_ERR_OR_NULL(drvdata->atclk)) in funnel_probe()
273 clk_disable_unprepare(drvdata->atclk); in funnel_probe()
291 if (drvdata && !IS_ERR(drvdata->atclk)) in funnel_runtime_suspend()
292 clk_disable_unprepare(drvdata->atclk); in funnel_runtime_suspend()
301 if (drvdata && !IS_ERR(drvdata->atclk)) in funnel_runtime_resume()
302 clk_prepare_enable(drvdata->atclk); in funnel_runtime_resume()
Dcoresight-replicator.c40 struct clk *atclk; member
238 drvdata->atclk = devm_clk_get(dev, "atclk"); /* optional */ in replicator_probe()
239 if (!IS_ERR(drvdata->atclk)) { in replicator_probe()
240 ret = clk_prepare_enable(drvdata->atclk); in replicator_probe()
289 if (ret && !IS_ERR_OR_NULL(drvdata->atclk)) in replicator_probe()
290 clk_disable_unprepare(drvdata->atclk); in replicator_probe()
333 if (drvdata && !IS_ERR(drvdata->atclk)) in replicator_runtime_suspend()
334 clk_disable_unprepare(drvdata->atclk); in replicator_runtime_suspend()
343 if (drvdata && !IS_ERR(drvdata->atclk)) in replicator_runtime_resume()
344 clk_prepare_enable(drvdata->atclk); in replicator_runtime_resume()
Dcoresight-etb10.c85 struct clk *atclk; member
746 drvdata->atclk = devm_clk_get(&adev->dev, "atclk"); /* optional */ in etb_probe()
747 if (!IS_ERR(drvdata->atclk)) { in etb_probe()
748 ret = clk_prepare_enable(drvdata->atclk); in etb_probe()
826 if (drvdata && !IS_ERR(drvdata->atclk)) in etb_runtime_suspend()
827 clk_disable_unprepare(drvdata->atclk); in etb_runtime_suspend()
836 if (drvdata && !IS_ERR(drvdata->atclk)) in etb_runtime_resume()
837 clk_prepare_enable(drvdata->atclk); in etb_runtime_resume()
Dcoresight-stm.c133 struct clk *atclk; member
875 drvdata->atclk = devm_clk_get(&adev->dev, "atclk"); /* optional */ in stm_probe()
876 if (!IS_ERR(drvdata->atclk)) { in stm_probe()
877 ret = clk_prepare_enable(drvdata->atclk); in stm_probe()
970 if (drvdata && !IS_ERR(drvdata->atclk)) in stm_runtime_suspend()
971 clk_disable_unprepare(drvdata->atclk); in stm_runtime_suspend()
980 if (drvdata && !IS_ERR(drvdata->atclk)) in stm_runtime_resume()
981 clk_prepare_enable(drvdata->atclk); in stm_runtime_resume()
Dcoresight-etm3x-core.c845 drvdata->atclk = devm_clk_get(&adev->dev, "atclk"); /* optional */ in etm_probe()
846 if (!IS_ERR(drvdata->atclk)) { in etm_probe()
847 ret = clk_prepare_enable(drvdata->atclk); in etm_probe()
944 if (drvdata && !IS_ERR(drvdata->atclk)) in etm_runtime_suspend()
945 clk_disable_unprepare(drvdata->atclk); in etm_runtime_suspend()
954 if (drvdata && !IS_ERR(drvdata->atclk)) in etm_runtime_resume()
955 clk_prepare_enable(drvdata->atclk); in etm_runtime_resume()
Dcoresight-etm.h234 struct clk *atclk; member
/kernel/linux/linux-5.10/arch/arm64/boot/dts/qcom/
Dmsm8998.dtsi1194 clock-names = "apb_pclk", "atclk";
1211 clock-names = "apb_pclk", "atclk";
1241 clock-names = "apb_pclk", "atclk";
1272 clock-names = "apb_pclk", "atclk";
1311 clock-names = "apb_pclk", "atclk";
1336 clock-names = "apb_pclk", "atclk";
1363 clock-names = "apb_pclk", "atclk";
1382 clock-names = "apb_pclk", "atclk";
1402 clock-names = "apb_pclk", "atclk";
1422 clock-names = "apb_pclk", "atclk";
[all …]
Dmsm8996.dtsi1281 clock-names = "apb_pclk", "atclk";
1298 clock-names = "apb_pclk", "atclk";
1315 clock-names = "apb_pclk", "atclk";
1345 clock-names = "apb_pclk", "atclk";
1375 clock-names = "apb_pclk", "atclk";
1393 clock-names = "apb_pclk", "atclk";
1439 clock-names = "apb_pclk", "atclk";
1477 clock-names = "apb_pclk", "atclk";
1503 clock-names = "apb_pclk", "atclk";
1531 clock-names = "apb_pclk", "atclk";
[all …]
Dmsm8916.dtsi492 clock-names = "apb_pclk", "atclk";
510 clock-names = "apb_pclk", "atclk";
551 clock-names = "apb_pclk", "atclk";
587 clock-names = "apb_pclk", "atclk";
613 clock-names = "apb_pclk", "atclk";
631 clock-names = "apb_pclk", "atclk";
776 clock-names = "apb_pclk", "atclk";
797 clock-names = "apb_pclk", "atclk";
818 clock-names = "apb_pclk", "atclk";
839 clock-names = "apb_pclk", "atclk";
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dqcom-msm8974.dtsi1054 clock-names = "apb_pclk", "atclk";
1070 clock-names = "apb_pclk", "atclk";
1086 clock-names = "apb_pclk", "atclk";
1120 clock-names = "apb_pclk", "atclk";
1144 clock-names = "apb_pclk", "atclk";
1178 clock-names = "apb_pclk", "atclk";
1216 clock-names = "apb_pclk", "atclk";
1262 clock-names = "apb_pclk", "atclk";
1280 clock-names = "apb_pclk", "atclk";
1298 clock-names = "apb_pclk", "atclk";
[all …]
Dste-dbx5x0.dtsi116 clock-names = "apb_pclk", "atclk";
132 clock-names = "apb_pclk", "atclk";
148 clock-names = "apb_pclk", "atclk";
181 clock-names = "atclk";
215 clock-names = "apb_pclk", "atclk";
230 clock-names = "apb_pclk", "atclk";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/
Dcoresight.txt60 coresight blocks also have an additional clock "atclk", which
/kernel/linux/linux-5.10/drivers/clk/samsung/
Dclk-exynos5433.c3657 #define E5433_APOLLO_DIV0(cntclk, pclk_dbg, atclk, pclk, aclk) \ argument
3658 (((cntclk) << 24) | ((pclk_dbg) << 20) | ((atclk) << 16) | \
3909 #define E5433_ATLAS_DIV0(cntclk, pclk_dbg, atclk, pclk, aclk) \ argument
3910 (((cntclk) << 24) | ((pclk_dbg) << 20) | ((atclk) << 16) | \