Home
last modified time | relevance | path

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

/linux-3.3/arch/arm/mach-rpc/
Ddma.c28 struct iomd_dma { struct
29 struct dma_struct dma;
30 unsigned int state;
31 unsigned long base; /* Controller base address */
32 int irq; /* Controller IRQ */
56 static void iomd_get_next_sg(struct scatterlist *sg, struct iomd_dma *idma) in iomd_get_next_sg() argument
329 static struct iomd_dma iomd_dma[6]; variable