Lines Matching refs:DMA
1 Texas Instruments DMA Crossbar (DMA request router)
4 - compatible: "ti,dra7-dma-crossbar" for DRA7xx DMA crossbar
7 - #dma-cells: Should be set to to match with the DMA controller's dma-cells
9 - dma-requests: Number of DMA requests the crossbar can receive
10 - dma-masters: phandle pointing to the DMA controller
12 The DMA controller node need to have the following poroperties:
13 - dma-requests: Number of DMA requests the controller can handle
19 When requesting channel via ti,dra7-dma-crossbar, the DMA clinet must request
20 the DMA event number as crossbar ID (input to the DMA crossbar).
23 dmas = <&edma_xbar 12 0 1>; where <12> is the DMA request number, <0> is the TC
25 When mux 0 is used the DMA channel can be requested directly from edma node.
29 /* DMA controller */
42 /* DMA crossbar */
52 /* DMA client */