Lines Matching +full:dma +full:- +full:names
8 - compatible : Should be "atmel,at91sam9g46-aes".
9 - reg: Should contain AES registers location and length.
10 - interrupts: Should contain the IRQ line for the AES.
11 - dmas: List of two DMA specifiers as described in
12 atmel-dma.txt and dma.txt files.
13 - dma-names: Contains one identifier string for each DMA specifier
18 compatible = "atmel,at91sam9g46-aes";
23 dma-names = "tx", "rx";
28 - compatible : Should be "atmel,at91sam9g46-tdes".
29 - reg: Should contain TDES registers location and length.
30 - interrupts: Should contain the IRQ line for the TDES.
33 - dmas: List of two DMA specifiers as described in
34 atmel-dma.txt and dma.txt files.
35 - dma-names: Contains one identifier string for each DMA specifier
40 compatible = "atmel,at91sam9g46-tdes";
45 dma-names = "tx", "rx";
51 - compatible : Should be "atmel,at91sam9g46-sha".
52 - reg: Should contain SHA registers location and length.
53 - interrupts: Should contain the IRQ line for the SHA.
56 - dmas: One DMA specifiers as described in
57 atmel-dma.txt and dma.txt files.
58 - dma-names: Contains one identifier string for each DMA specifier
63 compatible = "atmel,at91sam9g46-sha";
67 dma-names = "tx";