Searched refs:DMA0_FIFO_SIZE (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/ppc4xx/
H A Ddma.h27 #define DMA0_FIFO_SIZE 0x1000 macro
H A Dadma.c4199 DMA0_FIFO_SIZE / sizeof(struct dma_cdb), 0);
4215 adev->common.max_pq = DMA0_FIFO_SIZE /
4229 adev->common.max_xor = DMA0_FIFO_SIZE /
4434 * CDBs number = (DMA0_FIFO_SIZE >> 3);
4436 * = (DMA0_FIFO_SIZE >> 3) << 5 = DMA0_FIFO_SIZE << 2.
4439 DMA0_FIFO_SIZE : DMA1_FIFO_SIZE;
4499 DMA0_FIFO_SIZE : DMA1_FIFO_SIZE;
4852 ppc440spe_dma_fifo_buf = kmalloc((DMA0_FIFO_SIZE + DMA1_FIFO_SIZE) << 1,

Completed in 217 milliseconds