Searched refs:set_dma_page (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Ddma.h66 static inline void set_dma_page(unsigned int dmanr, char pagenr) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Ddma.h58 extern void set_dma_page(unsigned int chan, char pagenr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Ddma.h214 static inline void set_dma_page(unsigned int dmanr, char pagenr) function
247 set_dma_page(dmanr, a>>16);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Ddma.h215 static __inline__ void set_dma_page(unsigned int dmanr, char pagenr) function
248 set_dma_page(dmanr, a>>16);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Ddma.h151 static __inline__ void set_dma_page(unsigned int dmanr, char pagenr) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Ddma.h242 static __inline__ void set_dma_page(unsigned int dmanr, int pagenr) function
292 set_dma_page(dmanr, phys >> 16);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Ddma.h266 static __inline__ void set_dma_page(unsigned int dmanr, unsigned int pagenr) function
313 set_dma_page(dmanr, a>>16); /* set hipage last to enable 32-bit mode */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Ddma.c241 void set_dma_page(unsigned int chan, char pagenr) function
243 printk(KERN_ERR "dma%d: trying to set_dma_page\n", chan);
245 EXPORT_SYMBOL(set_dma_page); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-au1x00/
H A Dau1000_dma.h339 static inline void set_dma_page(unsigned int dmanr, char pagenr) function

Completed in 89 milliseconds