Lines Matching +full:channel +full:- +full:5

4 - compatible: "stericsson,dma40"
5 - reg: Address range of the DMAC registers
6 - reg-names: Names of the above areas to use during resource look-up
7 - interrupt: Should contain the DMAC interrupt number
8 - #dma-cells: must be <3>
9 - memcpy-channels: Channels to be used for memcpy
12 - dma-channels: Number of channels supported by hardware - if not present
14 - disabled-channels: Channels which can not be used
18 dma: dma-controller@801c0000 {
19 compatible = "stericsson,db8500-dma40", "stericsson,dma40";
21 reg-names = "base", "lcpa";
22 interrupt-parent = <&intc>;
25 #dma-cells = <2>;
26 memcpy-channels = <56 57 58 59 60>;
27 disabled-channels = <12>;
28 dma-channels = <8>;
33 - dmas: Comma separated list of dma channel requests
34 - dma-names: Names of the aforementioned requested channels
40 3. The DMA request line number (only when 'use fixed channel' is set)
44 Logical channel when unset
45 Physical channel when set
52 0x00000008: Use fixed channel:
53 Use automatic channel selection when unset
55 0x00000010: Set channel as high priority:
67 5: I2C port 3
72 10: Multi-Channel Display Engine MCDE RX
80 18: USB OTG in/out endpoints 5 & 13
82 20: SLIMbus or HSI channel 0
83 21: SLIMbus or HSI channel 1
84 22: SLIMbus or HSI channel 2
85 23: SLIMbus or HSI channel 3
93 31: MSP port 0 or SLIMbus channel 0
105 43: SD/MM controller 5
108 46: SLIMbus channel 8 or Multimedia DSP SXA6
109 47: SLIMbus channel 9 or Multimedia DSP SXA7
114 52: SLIMbus or HSI channel 4
115 53: SLIMbus or HSI channel 5
116 54: SLIMbus or HSI channel 6
117 55: SLIMbus or HSI channel 7
134 dmas = <&dma 13 0 0x2>, /* Logical - DevToMem */
135 <&dma 13 0 0x0>; /* Logical - MemToDev */
136 dma-names = "rx", "rx";