Lines Matching defs:size
43 #define fd_dma_mem_alloc(size) SW._dma_mem_alloc(size) argument
44 #define fd_dma_setup(addr, size, mode, io) SW._dma_setup(addr, size, mode, io) argument
157 static unsigned long dma_mem_alloc(unsigned long size) in dma_mem_alloc()
163 static unsigned long vdma_mem_alloc(unsigned long size) in vdma_mem_alloc()
169 #define nodma_mem_alloc(size) vdma_mem_alloc(size) argument
171 static void _fd_dma_mem_free(unsigned long addr, unsigned long size) in _fd_dma_mem_free()
179 #define fd_dma_mem_free(addr, size) _fd_dma_mem_free(addr, size) argument
181 static void _fd_chose_dma_mode(char *addr, unsigned long size) in _fd_chose_dma_mode()
195 #define fd_chose_dma_mode(addr, size) _fd_chose_dma_mode(addr, size) argument
198 static int vdma_dma_setup(char *addr, unsigned long size, int mode, int io) in vdma_dma_setup()
209 static int hard_dma_setup(char *addr, unsigned long size, int mode, int io) in hard_dma_setup()