Searched +full:msm8974 +full:- +full:adsp +full:- +full:pil (Results 1 – 7 of 7) sorted by relevance
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/remoteproc/ |
| D | qcom,adsp.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/remoteproc/qcom,adsp.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm ADSP Peripheral Image Loader 10 - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> 14 firmware on the Qualcomm ADSP Hexagon core. 19 - qcom,msm8226-adsp-pil 20 - qcom,msm8953-adsp-pil 21 - qcom,msm8974-adsp-pil [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/remoteproc/ |
| D | qcom,adsp.txt | 1 Qualcomm ADSP Peripheral Image Loader 4 on the Qualcomm ADSP Hexagon core. 6 - compatible: 10 "qcom,msm8974-adsp-pil" 11 "qcom,msm8996-adsp-pil" 12 "qcom,msm8996-slpi-pil" 13 "qcom,msm8998-adsp-pas" 14 "qcom,msm8998-slpi-pas" 15 "qcom,qcs404-adsp-pas" 16 "qcom,qcs404-cdsp-pas" [all …]
|
| /kernel/linux/linux-5.10/drivers/remoteproc/ |
| 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. 84 static int adsp_pds_enable(struct qcom_adsp *adsp, struct device **pds, in adsp_pds_enable() argument 103 for (i--; i >= 0; i--) { in adsp_pds_enable() 111 static void adsp_pds_disable(struct qcom_adsp *adsp, struct device **pds, in adsp_pds_disable() argument 124 struct qcom_adsp *adsp = (struct qcom_adsp *)rproc->priv; in adsp_load() local 127 ret = qcom_mdt_load(adsp->dev, fw, rproc->firmware, adsp->pas_id, in adsp_load() 128 adsp->mem_region, adsp->mem_phys, adsp->mem_size, in adsp_load() 129 &adsp->mem_reloc); in adsp_load() [all …]
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | qcom-msm8974.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 4 #include <dt-bindings/interconnect/qcom,msm8974.h> 5 #include <dt-bindings/interrupt-controller/arm-gic.h> 6 #include <dt-bindings/clock/qcom,gcc-msm8974.h> 7 #include <dt-bindings/clock/qcom,mmcc-msm8974.h> 8 #include <dt-bindings/clock/qcom,rpmcc.h> 9 #include <dt-bindings/reset/qcom,gcc-msm8974.h> 10 #include <dt-bindings/gpio/gpio.h> 13 #address-cells = <1>; [all …]
|
| /kernel/linux/linux-6.6/drivers/remoteproc/ |
| 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. 112 struct qcom_adsp *adsp = rproc->priv; in adsp_segment_dump() local 115 total_offset = segment->da + segment->offset + offset - adsp->mem_phys; in adsp_segment_dump() 116 if (total_offset < 0 || total_offset + size > adsp->mem_size) { in adsp_segment_dump() 117 dev_err(adsp->dev, in adsp_segment_dump() 119 &segment->da, offset, size); in adsp_segment_dump() 124 memcpy_fromio(dest, adsp->mem_region + total_offset, size); in adsp_segment_dump() 129 struct qcom_adsp *adsp = rproc->priv; in adsp_minidump() local [all …]
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/qcom/ |
| D | qcom-msm8974.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 4 #include <dt-bindings/interconnect/qcom,msm8974.h> 5 #include <dt-bindings/interrupt-controller/arm-gic.h> 6 #include <dt-bindings/clock/qcom,gcc-msm8974.h> 7 #include <dt-bindings/clock/qcom,mmcc-msm8974.h> 8 #include <dt-bindings/clock/qcom,rpmcc.h> 9 #include <dt-bindings/reset/qcom,gcc-msm8974.h> 10 #include <dt-bindings/gpio/gpio.h> 13 #address-cells = <1>; [all …]
|
| D | qcom-msm8226.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 6 /dts-v1/; 8 #include <dt-bindings/interrupt-controller/arm-gic.h> 9 #include <dt-bindings/clock/qcom,gcc-msm8974.h> 10 #include <dt-bindings/clock/qcom,mmcc-msm8974.h> 11 #include <dt-bindings/clock/qcom,rpmcc.h> 12 #include <dt-bindings/gpio/gpio.h> 13 #include <dt-bindings/power/qcom-rpmpd.h> 14 #include <dt-bindings/reset/qcom,gcc-msm8974.h> 17 #address-cells = <1>; [all …]
|