Lines Matching refs:dma
11 - compatible: Should be "brcm,bcm2835-dma".
15 - #dma-cells: Must be <1>, the cell in the dmas property of the
17 - brcm,dma-channel-mask: Bit mask representing the channels
23 dma: dma@7e007000 {
24 compatible = "brcm,bcm2835-dma";
40 #dma-cells = <1>;
41 brcm,dma-channel-mask = <0x7f35>;
45 described in the dma.txt file, using a two-cell specifier for each channel.
54 dmas = <&dma 2>,
55 <&dma 3>;
56 dma-names = "tx", "rx";