Searched refs:DMA_BUFFER_SIZE (Results 1 – 6 of 6) sorted by relevance
112 #define DMA_BUFFER_SIZE 0x10000 macro421 if (len > DMA_BUFFER_SIZE) in gsc_hpdi_setup_dma_descriptors()422 len = DMA_BUFFER_SIZE; in gsc_hpdi_setup_dma_descriptors()439 if (len + offset > DMA_BUFFER_SIZE) { in gsc_hpdi_setup_dma_descriptors()491 DMA_BUFFER_SIZE, in gsc_hpdi_free_dma()622 dma_alloc_coherent(&pcidev->dev, DMA_BUFFER_SIZE, in gsc_hpdi_auto_attach()
28 #define DMA_BUFFER_SIZE SZ_2K macro249 dma->period_size = rounddown(DMA_BUFFER_SIZE / 2, in tiadc_start_dma()551 dma->buf = dma_alloc_coherent(dma->chan->device->dev, DMA_BUFFER_SIZE, in tiadc_request_dma()691 dma_free_coherent(dma->chan->device->dev, DMA_BUFFER_SIZE, in tiadc_remove()
90 #define DMA_BUFFER_SIZE(_dma) ((_dma)->regs + 0x0c) macro
471 DMA_BUFFER_SIZE(output->dma)); in ddb_output_start()524 DMA_BUFFER_SIZE(input->dma)); in ddb_input_start()
142 #define DMA_BUFFER_SIZE 512 macro
50 #define DMA_BUFFER_SIZE BUF_SIZE_2KiB macro1079 priv->dma_buf_sz = SXGBE_ALIGN(DMA_BUFFER_SIZE); in sxgbe_open()