Searched +full:sc7280 +full:- +full:adsp +full:- +full:pil (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/remoteproc/ |
D | qcom,sc7280-adsp-pil.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/remoteproc/qcom,sc7280-adsp-pil.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm SC7280 ADSP Peripheral Image Loader 10 - Srinivasa Rao Mandadapu <quic_srivasam@quicinc.com> 14 on the Qualcomm Technology Inc. ADSP. 19 - qcom,sc7280-adsp-pil 23 - description: qdsp6ss register 24 - description: efuse q6ss register [all …]
|
D | qcom,sc7280-wpss-pil.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/remoteproc/qcom,sc7280-wpss-pil.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm SC7280 WPSS Peripheral Image Loader 10 - Bjorn Andersson <bjorn.andersson@linaro.org> 19 - qcom,sc7280-wpss-pil 28 - description: Watchdog interrupt 29 - description: Fatal interrupt 30 - description: Ready interrupt [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/clock/ |
D | qcom,sc7280-lpasscc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/clock/qcom,sc7280-lpasscc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm LPASS Core Clock Controller on SC7280 10 - Taniya Das <quic_tdas@quicinc.com> 14 domains on SC7280. 16 See also:: include/dt-bindings/clock/qcom,lpass-sc7280.h 21 - qcom,sc7280-lpasscc 25 - description: gcc_cfg_noc_lpass_clk from GCC [all …]
|
D | qcom,sc7280-lpasscorecc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/clock/qcom,sc7280-lpasscorecc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm LPASS Core & Audio Clock Controller on SC7280 10 - Taniya Das <quic_tdas@quicinc.com> 14 power domains on SC7280. 17 include/dt-bindings/clock/qcom,lpasscorecc-sc7280.h 18 include/dt-bindings/clock/qcom,lpassaudiocc-sc7280.h 23 clock-names: true [all …]
|
/linux-6.12.1/drivers/remoteproc/ |
D | qcom_q6v5_adsp.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Qualcomm Technology Inc. ADSP Peripheral Image Loader for SDM845. 119 int (*shutdown)(struct qcom_adsp *adsp); 122 static int qcom_rproc_pds_attach(struct qcom_adsp *adsp, const char **pd_names, in qcom_rproc_pds_attach() argument 125 struct device *dev = adsp->dev; in qcom_rproc_pds_attach() 133 if (dev->pm_domain) in qcom_rproc_pds_attach() 139 ret = dev_pm_domain_attach_list(dev, &pd_data, &adsp->pd_list); in qcom_rproc_pds_attach() 148 static void qcom_rproc_pds_detach(struct qcom_adsp *adsp) in qcom_rproc_pds_detach() argument 150 struct device *dev = adsp->dev; in qcom_rproc_pds_detach() 151 struct dev_pm_domain_list *pds = adsp->pd_list; in qcom_rproc_pds_detach() [all …]
|
D | qcom_q6v5_pas.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Qualcomm ADSP/SLPI Peripheral Image Loader for MSM8974 and MSM8996 7 * Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. 125 struct qcom_adsp *adsp = rproc->priv; in adsp_segment_dump() local 128 total_offset = segment->da + segment->offset + offset - adsp->mem_phys; in adsp_segment_dump() 129 if (total_offset < 0 || total_offset + size > adsp->mem_size) { in adsp_segment_dump() 130 dev_err(adsp->dev, in adsp_segment_dump() 132 &segment->da, offset, size); in adsp_segment_dump() 137 memcpy_fromio(dest, adsp->mem_region + total_offset, size); in adsp_segment_dump() 142 struct qcom_adsp *adsp = rproc->priv; in adsp_minidump() local [all …]
|
/linux-6.12.1/drivers/clk/qcom/ |
D | lpasscc-sc7280.c | 1 // SPDX-License-Identifier: GPL-2.0 6 #include <linux/clk-provider.h> 14 #include <dt-bindings/clock/qcom,lpass-sc7280.h> 16 #include "clk-regmap.h" 17 #include "clk-branch.h" 110 ret = devm_pm_runtime_enable(&pdev->dev); in lpass_cc_sc7280_probe() 114 ret = pm_clk_create(&pdev->dev); in lpass_cc_sc7280_probe() 118 ret = pm_clk_add(&pdev->dev, "iface"); in lpass_cc_sc7280_probe() 120 dev_err(&pdev->dev, "failed to acquire iface clock\n"); in lpass_cc_sc7280_probe() 124 ret = pm_runtime_resume_and_get(&pdev->dev); in lpass_cc_sc7280_probe() [all …]
|
D | lpassaudiocc-sc7280.c | 1 // SPDX-License-Identifier: GPL-2.0-only 6 #include <linux/clk-provider.h> 16 #include <dt-bindings/clock/qcom,lpass-sc7280.h> 17 #include <dt-bindings/clock/qcom,lpassaudiocc-sc7280.h> 19 #include "clk-alpha-pll.h" 20 #include "clk-branch.h" 21 #include "clk-rcg.h" 22 #include "clk-regmap.h" 23 #include "clk-regmap-divider.h" 24 #include "clk-regmap-mux.h" [all …]
|
/linux-6.12.1/arch/arm64/boot/dts/qcom/ |
D | sc7280.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 3 * sc7280 SoC device tree source 5 * Copyright (c) 2020-2021, The Linux Foundation. All rights reserved. 7 #include <dt-bindings/clock/qcom,camcc-sc7280.h> 8 #include <dt-bindings/clock/qcom,dispcc-sc7280.h> 9 #include <dt-bindings/clock/qcom,gcc-sc7280.h> 10 #include <dt-bindings/clock/qcom,gpucc-sc7280.h> 11 #include <dt-bindings/clock/qcom,lpassaudiocc-sc7280.h> 12 #include <dt-bindings/clock/qcom,lpasscorecc-sc7280.h> 13 #include <dt-bindings/clock/qcom,rpmh.h> [all …]
|
D | sa8775p.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 6 #include <dt-bindings/interconnect/qcom,icc.h> 7 #include <dt-bindings/interrupt-controller/arm-gic.h> 8 #include <dt-bindings/clock/qcom,rpmh.h> 9 #include <dt-bindings/clock/qcom,sa8775p-gcc.h> 10 #include <dt-bindings/clock/qcom,sa8775p-gpucc.h> 11 #include <dt-bindings/interconnect/qcom,sa8775p-rpmh.h> 12 #include <dt-bindings/mailbox/qcom-ipcc.h> 13 #include <dt-bindings/firmware/qcom,scm.h> 14 #include <dt-bindings/power/qcom,rpmhpd.h> [all …]
|
D | sc7180.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 5 * Copyright (c) 2019-2020, The Linux Foundation. All rights reserved. 8 #include <dt-bindings/clock/qcom,dispcc-sc7180.h> 9 #include <dt-bindings/clock/qcom,gcc-sc7180.h> 10 #include <dt-bindings/clock/qcom,gpucc-sc7180.h> 11 #include <dt-bindings/clock/qcom,lpasscorecc-sc7180.h> 12 #include <dt-bindings/clock/qcom,rpmh.h> 13 #include <dt-bindings/clock/qcom,videocc-sc7180.h> 14 #include <dt-bindings/firmware/qcom,scm.h> 15 #include <dt-bindings/interconnect/qcom,icc.h> [all …]
|