Searched +full:sc7280 +full:- +full:mss +full:- +full:pil (Results 1 – 7 of 7) sorted by relevance
/linux/Documentation/devicetree/bindings/remoteproc/ |
H A D | qcom,sc7280-mss-pil.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/remoteproc/qcom,sc7280-mss-pil.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm SC7280 MSS Peripheral Image Loader 10 - Sibi Sankar <quic_sibis@quicinc.com> 14 on the Qualcomm Technology Inc. SC7280 Modem Hexagon Core. 19 - qcom,sc7280-mss-pil 23 - description: MSS QDSP6 registers 24 - description: RMB registers [all …]
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | sc7280-herobrine-lte-sku.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 10 reserved-memory { 13 no-map; 16 mdata_mem: mpss-metadata { 17 alloc-ranges = <0x0 0xa0000000 0x0 0x20000000>; 19 no-map; 25 qcom,gsi-loader = "modem"; 30 compatible = "qcom,sc7280-mss-pil"; 32 reg-names = "qdsp6", "rmb"; 39 clock-names = "iface", "offline", "snoc_axi", "pka", "xo"; [all …]
|
H A 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 …]
|
H A 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 …]
|
/linux/drivers/iommu/arm/arm-smmu/ |
H A D | arm-smmu-qcom.c | 1 // SPDX-License-Identifier: GPL-2.0-only 7 #include <linux/adreno-smmu-priv.h> 14 #include "arm-smmu.h" 15 #include "arm-smmu-qcom.h" 17 #define QCOM_DUMMY_VAL -1 32 for (spin_cnt = TLB_SPIN_COUNT; spin_cnt > 0; spin_cnt--) { in qcom_smmu_tlb_sync() 55 if (qsmmu->stall_enabled & BIT(idx)) in qcom_adreno_smmu_write_sctlr() 65 struct arm_smmu_cfg *cfg = &smmu_domain->cfg; in qcom_adreno_smmu_get_fault_info() 66 struct arm_smmu_device *smmu = smmu_domain->smmu; in qcom_adreno_smmu_get_fault_info() 68 info->fsr = arm_smmu_cb_read(smmu, cfg->cbndx, ARM_SMMU_CB_FSR); in qcom_adreno_smmu_get_fault_info() [all …]
|
/linux/drivers/remoteproc/ |
H A D | qcom_q6v5_pas.c | 1 // SPDX-License-Identifier: GPL-2.0-only 7 * Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. 125 struct qcom_adsp *adsp = rproc->priv; in adsp_segment_dump() 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() 144 if (rproc->dump_conf == RPROC_COREDUMP_DISABLED) in adsp_minidump() [all …]
|
H A D | qcom_q6v5_mss.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Qualcomm self-authenticating modem subsystem remoteproc driver 7 * Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. 13 #include <linux/dma-mapping.h> 274 if (rc != -EPROBE_DEFER) in q6v5_regulator_init() 298 dev_err(qproc->dev, in q6v5_regulator_enable() 309 dev_err(qproc->dev, in q6v5_regulator_enable() 317 dev_err(qproc->dev, "Regulator enable failed\n"); in q6v5_regulator_enable() 324 for (; i >= 0; i--) { in q6v5_regulator_enable() 369 for (i--; i >= 0; i--) in q6v5_clk_enable() [all …]
|