Home
last modified time | relevance | path

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

/linux/arch/arm/include/asm/mach/
H A Ddma.h24 struct dma_struct { struct
25 void *addr; /* single DMA address */
26 unsigned long count; /* single DMA size */
27 struct scatterlist buf; /* single DMA */
28 int sgcount; /* number of DMA SG */
31 unsigned int active:1; /* Transfer active */
34 unsigned int dma_mode; /* DMA mode */
35 int speed; /* DMA speed */
37 unsigned int lock; /* Device is allocated */
38 const char *device_id; /* Device name */
[all …]