MIC_DMA_DESC_RX_SIZE   36 drivers/dma/mic_x100_dma.c 	return (val + 1) % MIC_DMA_DESC_RX_SIZE;
MIC_DMA_DESC_RX_SIZE   41 drivers/dma/mic_x100_dma.c 	return val ? val - 1 : MIC_DMA_DESC_RX_SIZE - 1;
MIC_DMA_DESC_RX_SIZE  112 drivers/dma/mic_x100_dma.c 		count = (tail - 0) + (MIC_DMA_DESC_RX_SIZE - head);
MIC_DMA_DESC_RX_SIZE  363 drivers/dma/mic_x100_dma.c 	u64 desc_ring_size = MIC_DMA_DESC_RX_SIZE * sizeof(*ch->desc_ring);
MIC_DMA_DESC_RX_SIZE  377 drivers/dma/mic_x100_dma.c 	ch->tx_array = vzalloc(array_size(MIC_DMA_DESC_RX_SIZE,
MIC_DMA_DESC_RX_SIZE  392 drivers/dma/mic_x100_dma.c 	u64 desc_ring_size = MIC_DMA_DESC_RX_SIZE * sizeof(*ch->desc_ring);
MIC_DMA_DESC_RX_SIZE  573 drivers/dma/mic_x100_dma.c 	return MIC_DMA_DESC_RX_SIZE;
MIC_DMA_DESC_RX_SIZE  231 drivers/dma/mic_x100_dma.h 	drar_hi = (MIC_DMA_DESC_RX_SIZE & 0x1ffff) << 4;