Home
last modified time | relevance | path

Searched +full:axistream +full:- +full:control +full:- +full:connected (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/dts/bindings/dma/
Dxilinx,axi-dma-base.yaml2 # SPDX-License-Identifier: Apache-2.0
6 include: dma-controller.yaml
13 description: DMA Control registers
21 interrupt-parent:
23 description: Interrupt controller that the DMA is connected to
26 type: phandle-array
28 clock-frequency:
36 - 32
37 - 64
39 axistream-connected:
[all …]
/Zephyr-latest/drivers/dma/
Ddma_xilinx_axi_dma.c7 * SPDX-License-Identifier: Apache-2.0
23 /* masks for control field in SG descriptor */
40 /* internal DMA error, e.g., 0-length transfer */
59 /* interrupt timeout - trigger interrupt after X cycles when no transfer. Unit is 125 * */
62 /* irqthreshold - this can be used to generate interrupts after X completed packets */
84 /* run-stop */
118 /* RS (run-stop) in DMACR is 0 and operations completed; writing tail does nothing */
147 /* in-memory descriptor, read by the DMA, that instructs it how many bits to transfer from which */
150 /* next descriptor[31:6], bits 5-0 reserved */
162 uint32_t control; member
[all …]