Searched +full:gpucc +full:- +full:sa8775p (Results  1 – 4 of 4) sorted by relevance
| /linux/drivers/clk/qcom/ | 
| H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.02 obj-$(CONFIG_COMMON_CLK_QCOM) += clk-qcom.o
 4 clk-qcom-y += common.o
 5 clk-qcom-y += clk-regmap.o
 6 clk-qcom-y += clk-alpha-pll.o
 7 clk-qcom-y += clk-pll.o
 8 clk-qcom-y += clk-rcg.o
 9 clk-qcom-y += clk-rcg2.o
 10 clk-qcom-y += clk-branch.o
 11 clk-qcom-y += clk-regmap-divider.o
 [all …]
 
 | 
| H A D | gpucc-sa8775p.c | 1 // SPDX-License-Identifier: GPL-2.0-only3  * Copyright (c) 2021-2022, 2024, Qualcomm Innovation Center, Inc. All rights reserved.
 7 #include <linux/clk-provider.h>
 15 #include <dt-bindings/clock/qcom,qcs8300-gpucc.h>
 17 #include "clk-alpha-pll.h"
 18 #include "clk-branch.h"
 19 #include "clk-rcg.h"
 20 #include "clk-regmap.h"
 21 #include "clk-regmap-divider.h"
 624 	{ .compatible = "qcom,qcs8300-gpucc" },
 [all …]
 
 | 
| /linux/Documentation/devicetree/bindings/clock/ | 
| H A D | qcom,gpucc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---
 4 $id: http://devicetree.org/schemas/clock/qcom,gpucc.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 10   - Taniya Das <quic_tdas@quicinc.com>
 11   - Imran Shaik <quic_imrashai@quicinc.com>
 18     include/dt-bindings/clock/qcom,gpucc-sdm845.h
 19     include/dt-bindings/clock/qcom,gpucc-sa8775p.h
 20     include/dt-bindings/clock/qcom,gpucc-sc7180.h
 21     include/dt-bindings/clock/qcom,gpucc-sc7280.h
 [all …]
 
 | 
| /linux/include/dt-bindings/clock/ | 
| H A D | qcom,qcs8300-gpucc.h | 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */9 #include "qcom,sa8775p-gpucc.h"
 11 /* QCS8300 introduces below new clocks compared to SA8775P */
 
 |