Home
last modified time | relevance | path

Searched refs:DMA_BUF_SIZE (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/cmd/aspeed/nettest/
H A Dcomminf.h234 #define DMA_BUF_SIZE (56 * 1024 * 1024) macro
235 extern uint8_t dma_buf[DMA_BUF_SIZE];
247 #define DMA_BufNum (DMA_BUF_SIZE / (p_eng->dat.DMABuf_Size))
H A Dmactest.c32 uint8_t __attribute__ ((aligned (1024*1024))) dma_buf[DMA_BUF_SIZE];
/openbmc/linux/drivers/comedi/drivers/
H A Ddas1800.c83 #define DMA_BUF_SIZE 0x1ff00 /* size in bytes of dma buffers */ macro
1083 DMA_BUF_SIZE, COMEDI_ISADMA_READ); in das1800_init_dma()