Lines Matching refs:dma
17 - #dma-cells: must be 2: the first integer is a terminal number, to which this
27 You can use dma-channels and dma-requests as described in dma.txt, although they
32 dma: dma-controller@48000000 {
43 #dma-cells = <2>;
44 dma-channels = <8>;
45 dma-requests = <8>;
52 dmas and dma-names are required, as described in dma.txt.
56 #include <dt-bindings/dma/nbpfaxi.h>
59 dmas = <&dma 0 (NBPF_SLAVE_RQ_HIGH | NBPF_SLAVE_RQ_LEVEL)
60 &dma 1 (NBPF_SLAVE_RQ_HIGH | NBPF_SLAVE_RQ_LEVEL)>;
61 dma-names = "rx", "tx";