Lines Matching full:dma
3 Sh-/r-mobile and R-Car systems often have multiple identical DMA controller
4 instances, capable of serving any of a common set of DMA slave devices, using
6 SHDMA DT nodes to be placed under a DMA multiplexer node. All such compatible
7 DMAC instances have the same number of channels and use the same DMA
8 descriptors. Therefore respective DMA DT bindings can also all be placed in the
12 * DMA multiplexer
16 - #dma-cells: should be <1>, see "dmas" property below
19 - dma-channels: number of DMA channels
20 - dma-requests: number of DMA request signals
22 * DMA controller
30 dmac: dma-multiplexer@0 {
32 #dma-cells = <1>;
33 dma-channels = <20>;
34 dma-requests = <256>;
39 dma0: dma-controller@e6700020 {
73 * DMA client
76 - dmas: a list of <[DMA multiplexer phandle] [MID/RID value]> pairs,
79 - dma-names: a list of DMA channel names, one per "dmas" entry
84 dma-names = "tx", "rx";