Lines Matching refs:dma
13 - dma-coherent : Present if dma operations are coherent
14 - #dma-cells: must be <1>. used to represent the number of integer
16 - dma-channels: contains the total number of DMA channels supported by the DMAC
17 - dma-requests: contains the total number of DMA requests supported by the DMAC
25 #dma-cells = <1>;
26 #dma-channels = <8>;
27 #dma-requests = <32>;
30 Client drivers (device nodes requiring dma transfers from dev-to-mem or
31 mem-to-dev) should specify the DMA channel numbers and dma channel names
34 [property name] = <[phandle of the dma controller] [dma request id]>;
35 [property name] = <[dma channel name]>
37 where 'dma request id' is the dma request number which is connected
38 to the client controller. The 'property name' 'dmas' and 'dma-names'
39 as required by the generic dma device tree binding helpers. The dma
40 names correspond 1:1 with the dma request ids in the dmas property.
44 dma-names = "tx", "rx";