Searched refs:set_dma_addr (Results 1 - 15 of 15) sorted by relevance

/arch/x86/kernel/
H A Di8237.c35 set_dma_addr(i, 0x000000);
/arch/mn10300/include/asm/
H A Ddma.h73 static inline void set_dma_addr(unsigned int dmanr, unsigned int a) function
/arch/alpha/include/asm/
H A Dfloppy.h23 #define fd_set_dma_addr(addr) set_dma_addr(FLOPPY_DMA,virt_to_bus(addr))
67 set_dma_addr(FLOPPY_DMA, bus_addr);
H A Ddma.h304 static __inline__ void set_dma_addr(unsigned int dmanr, unsigned int a) function
/arch/arm/include/asm/
H A Ddma.h107 #define set_dma_addr(chan, addr) \ macro
/arch/mips/include/asm/mach-generic/
H A Dfloppy.h74 set_dma_addr(FLOPPY_DMA, (unsigned long) addr);
/arch/parisc/include/asm/
H A Ddma.h158 static __inline__ void set_dma_addr(unsigned int dmanr, unsigned int a) function
H A Dfloppy.h230 set_dma_addr(FLOPPY_DMA,virt_to_bus(addr));
/arch/m68k/include/asm/
H A Ddma.h212 static __inline__ void set_dma_addr(unsigned int dmanr, unsigned int a) function
218 printk("set_dma_addr(dmanr=%d,a=%x)\n", dmanr, a);
306 * Therefore, there are two options. One is to use set_dma_addr and set_dma_device_addr,
308 * autoincrement, and if so it will make the source use the set_dma_addr value and the
310 * set_dma_device_addr value and the destination will get the set_dma_addr value.
398 static __inline__ void set_dma_addr(unsigned int dmanr, unsigned int a) function
403 printk("set_dma_addr(dmanr=%d,a=%x)\n", dmanr, a);
/arch/mips/include/asm/
H A Ddma.h248 static __inline__ void set_dma_addr(unsigned int dmanr, unsigned int a) function
/arch/powerpc/include/asm/
H A Dfloppy.h157 set_dma_addr(FLOPPY_DMA, bus_addr);
H A Ddma.h271 static __inline__ void set_dma_addr(unsigned int dmanr, unsigned int phys) function
/arch/x86/include/asm/
H A Ddma.h242 static inline void set_dma_addr(unsigned int dmanr, unsigned int a) function
H A Dfloppy.h218 set_dma_addr(FLOPPY_DMA, isa_virt_to_bus(addr));
/arch/sparc/include/asm/
H A Dparport.h91 static inline void set_dma_addr(unsigned int dmanr, unsigned int addr) function

Completed in 860 milliseconds