Lines Matching +full:multi +full:- +full:instance

8 CRYPTO Engines etc has its own instance of dma hardware. QMSS has also
13 ------------------
15 ------------------
17 |-> DMA instance #0
19 |-> DMA instance #1
23 |-> DMA instance #n
27 - compatible: Should be "ti,keystone-navigator-dma"
28 - clocks: phandle to dma instances clocks. The clock handles can be as
31 - ti,navigator-cloud-address: Should contain base address for the multi-core
40 DMA instance properties:
42 - reg: Should contain register location and length of the following dma
45 - Global control register region (global).
46 - Tx DMA channel configuration register region (txchan).
47 - Rx DMA channel configuration register region (rxchan).
48 - Tx DMA channel Scheduler configuration register region (txsched).
49 - Rx DMA flow configuration register region (rxflow).
52 - reg-names: Names for the register regions.
53 - ti,enable-all: Enable all DMA channels vs clients opening specific channels
57 - ti,loop-back: To loopback Tx streaming I/F to Rx streaming I/F. Used for
59 - ti,rx-retry-timeout: Number of dma cycles to wait before retry on buffer
65 compatible = "ti,keystone-navigator-dma";
67 #address-cells = <1>;
68 #size-cells = <1>;
70 ti,navigator-cloud-address = <0x23a80000 0x23a90000
79 reg-names = "global", "txchan", "rxchan",
89 reg-names = "global", "txchan", "rxchan",
96 - ti,navigator-dmas: List of one or more DMA specifiers, each consisting of
97 - A phandle pointing to DMA instance node
98 - A DMA channel number as a phandle arg.
99 - ti,navigator-dma-names: Contains dma channel name for each DMA specifier in
100 the 'ti,navigator-dmas' property.
106 ti,navigator-dmas = <&dma_gbe 22>,
109 ti,navigator-dma-names = "netrx0", "netrx1", "nettx";