Searched +full:msm8974 +full:- +full:ocmem (Results 1 – 8 of 8) sorted by relevance
/linux/Documentation/devicetree/bindings/sram/ |
H A D | qcom,ocmem.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sram/qcom,ocmem.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: On Chip Memory (OCMEM) that is present on some Qualcomm Snapdragon SoCs. 10 - Brian Masney <masneyb@onstation.org> 13 The On Chip Memory (OCMEM) is typically used by the GPU, camera/video, and 19 - qcom,msm8226-ocmem # v1.1.0 20 - qcom,msm8974-ocmem # v1.4.0 24 - description: Control registers [all …]
|
/linux/Documentation/devicetree/bindings/display/msm/ |
H A D | gpu.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Rob Clark <robdclark@gmail.com> 14 # as a work-around: 20 - qcom,adreno 21 - amd,imageon 23 - compatible 28 - description: | 30 figure out the chip-id. [all …]
|
/linux/drivers/soc/qcom/ |
H A D | ocmem.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * The On Chip Memory (OCMEM) allocator allows various clients to allocate 4 * memory from OCMEM based on performance, latency and power requirements. 25 #include <soc/qcom/ocmem.h> 54 struct ocmem { struct 102 static inline void ocmem_write(struct ocmem *ocmem, u32 reg, u32 data) in ocmem_write() argument 104 writel(data, ocmem->mmio + reg); in ocmem_write() 107 static inline u32 ocmem_read(struct ocmem *ocmem, u32 reg) in ocmem_read() argument 109 return readl(ocmem->mmio + reg); in ocmem_read() 112 static void update_ocmem(struct ocmem *ocmem) in update_ocmem() argument [all …]
|
/linux/drivers/interconnect/qcom/ |
H A D | msm8974.c | 1 // SPDX-License-Identifier: GPL-2.0 6 * Copyright (c) 2012-2013 The Linux Foundation. All rights reserved. 12 * Network On Chip (NOC) for the msm8974: 15 * |----------+-----------------------------------+-----------| 19 * |------------+-+-----------| |------------+-+-----------| 23 * |--------------+-+---------------------------------+-+-------------| 26 * Peripheral | On Chip | Memory (OCMEM) 27 * |------------+-------------| |------------+-------------| 30 #include <dt-bindings/interconnect/qcom,msm8974.h> 35 #include <linux/interconnect-provider.h> [all …]
|
/linux/arch/arm/boot/dts/qcom/ |
H A 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 …]
|
H A 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 …]
|
/linux/drivers/firmware/qcom/ |
H A D | qcom_scm.c | 1 // SPDX-License-Identifier: GPL-2.0-only 6 #include <linux/arm-smccc.h> 13 #include <linux/dma-mapping.h> 29 #include <linux/reset-controller.h> 70 * struct qcom_scm_qseecom_resp - QSEECOM SCM call response. 153 ret = clk_prepare_enable(__scm->core_clk); in qcom_scm_clk_enable() 157 ret = clk_prepare_enable(__scm->iface_clk); in qcom_scm_clk_enable() 161 ret = clk_prepare_enable(__scm->bus_clk); in qcom_scm_clk_enable() 168 clk_disable_unprepare(__scm->iface_clk); in qcom_scm_clk_enable() 170 clk_disable_unprepare(__scm->core_clk); in qcom_scm_clk_enable() [all …]
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8994.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (c) 2013-2016, The Linux Foundation. All rights reserved. 6 #include <dt-bindings/interrupt-controller/arm-gic.h> 7 #include <dt-bindings/clock/qcom,gcc-msm8994.h> 8 #include <dt-bindings/clock/qcom,mmcc-msm8994.h> 9 #include <dt-bindings/clock/qcom,rpmcc.h> 10 #include <dt-bindings/gpio/gpio.h> 11 #include <dt-bindings/power/qcom-rpmpd.h> 14 interrupt-parent = <&intc>; 16 #address-cells = <2>; [all …]
|