Home
last modified time | relevance | path

Searched refs:MIC_DMA_ALIGN_BYTES (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/dma/
Dmic_x100_dma.c30 MIC_DMA_ALIGN_BYTES)
377 desc_ring_size = ALIGN(desc_ring_size, MIC_DMA_ALIGN_BYTES); in mic_dma_alloc_desc_ring()
406 desc_ring_size = ALIGN(desc_ring_size, MIC_DMA_ALIGN_BYTES); in mic_dma_free_desc_ring()
Dmic_x100_dma.h43 #define MIC_DMA_ALIGN_BYTES (1 << MIC_DMA_ALIGN_SHIFT) macro