Lines Matching full:dma
4 $id: http://devicetree.org/schemas/dma/qcom,gpi.yaml#
7 title: Qualcomm Technologies Inc GPI DMA controller
13 QCOM GPI DMA controller provides DMA capabilities for
17 - $ref: "dma-controller.yaml#"
22 - qcom,sc7280-gpi-dma
23 - qcom,sdm845-gpi-dma
24 - qcom,sm6350-gpi-dma
25 - qcom,sm8150-gpi-dma
26 - qcom,sm8250-gpi-dma
27 - qcom,sm8350-gpi-dma
28 - qcom,sm8450-gpi-dma
39 "#dma-cells":
42 DMA clients must use the format described in dma.txt, giving a phandle
43 to the DMA controller plus the following 3 integer cells:
47 - client: type of the client as defined in dt-bindings/dma/qcom-gpi.h
52 dma-channels:
55 dma-channel-mask:
62 - "#dma-cells"
64 - dma-channels
65 - dma-channel-mask
72 #include <dt-bindings/dma/qcom-gpi.h>
73 gpi_dma0: dma-controller@800000 {
74 compatible = "qcom,sdm845-gpi-dma";
75 #dma-cells = <3>;
78 dma-channels = <13>;
79 dma-channel-mask = <0xfa>;