Home
last modified time | relevance | path

Searched defs:sirfsoc_dma_desc (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/dma/
H A Dsirf-dma.c81 struct sirfsoc_dma_desc { struct
82 struct dma_async_tx_descriptor desc;
83 struct list_head node;
87 int xlen; /* DMA xlen */
88 int ylen; /* DMA ylen */
89 int width; /* DMA width */
90 int dir;
91 bool cyclic; /* is loop DMA? */
92 bool chain; /* is chain DMA? */
93 u32 addr; /* DMA buffer address */
[all …]