Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/dma/
Dmic_x100_dma.c19 MIC_DMA_ALIGN_BYTES)
366 desc_ring_size = ALIGN(desc_ring_size, MIC_DMA_ALIGN_BYTES); in mic_dma_alloc_desc_ring()
395 desc_ring_size = ALIGN(desc_ring_size, MIC_DMA_ALIGN_BYTES); in mic_dma_free_desc_ring()
Dmic_x100_dma.h32 #define MIC_DMA_ALIGN_BYTES (1 << MIC_DMA_ALIGN_SHIFT) macro