Searched +full:msm8974 +full:- +full:adsp +full:- +full:pil (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/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 <[email protected]> 14 firmware on the Qualcomm ADSP Hexagon core. 19 - qcom,msm8226-adsp-pil 20 - qcom,msm8953-adsp-pil 21 - qcom,msm8974-adsp-pil [all …]
|
/linux-6.14.4/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. 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.14.4/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> 15 #include <dt-bindings/thermal/thermal.h> [all …]
|