Home
last modified time | relevance | path

Searched +full:sdm845 +full:- +full:gpi +full:- +full:dma (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/Documentation/devicetree/bindings/dma/
Dqcom,gpi.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/dma/qcom,gpi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm Technologies Inc GPI DMA controller
10 - Vinod Koul <vkoul@kernel.org>
13 QCOM GPI DMA controller provides DMA capabilities for
17 - $ref: "dma-controller.yaml#"
22 - qcom,sdm845-gpi-dma
23 - qcom,sm8150-gpi-dma
[all …]
/Linux-v5.15/drivers/dma/qcom/
Dgpi.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (c) 2017-2020, The Linux Foundation. All rights reserved.
7 #include <dt-bindings/dma/qcom-gpi.h>
9 #include <linux/dma-mapping.h>
14 #include <linux/dma/qcom-gpi-dma.h>
18 #include "../virt-dma.h"
65 /* DMA TRE */
68 /* Register offsets from gpi-top */
181 /* GPII specific Global - Enable bit register */
186 /* GPII general interrupt - Enable bit register */
[all …]