Searched defs:dma_write (Results 1 - 3 of 3) sorted by relevance

/arch/arm/mach-omap1/
H A Ddma.c178 static inline void dma_write(u32 val, int reg, int lch) function
210 dma_write(0, i, lch);
219 dma_write(l, CCR, lch);
241 dma_write(w, GSCR, 0);
274 .dma_write = dma_write,
/arch/arm/mach-omap2/
H A Ddma.c87 static inline void dma_write(u32 val, int reg, int lch) function
112 dma_write(0, i, lch);
212 .dma_write = dma_write,
/arch/sh/include/asm/
H A Ddma.h115 #define dma_write(chan, from, to, size) \ macro
118 dma_write(chan, from, to, PAGE_SIZE)

Completed in 665 milliseconds