Home
last modified time | relevance | path

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

/linux/drivers/dma/
H A Dswitchtec_dma.c48 #define SWITCHTEC_DMA_SQ_SIZE SZ_32K macro
437 se_idx = cid & (SWITCHTEC_DMA_SQ_SIZE - 1); in switchtec_dma_cleanup_completed()
497 tail &= SWITCHTEC_DMA_SQ_SIZE - 1; in switchtec_dma_cleanup_completed()
508 SWITCHTEC_DMA_SQ_SIZE)); in switchtec_dma_cleanup_completed()
526 SWITCHTEC_DMA_SQ_SIZE) >= 1) { in switchtec_dma_abort_desc()
540 swdma_chan->tail &= SWITCHTEC_DMA_SQ_SIZE - 1; in switchtec_dma_abort_desc()
885 size = SWITCHTEC_DMA_SQ_SIZE * sizeof(*swdma_chan->hw_sq); in switchtec_dma_free_desc()
912 size = SWITCHTEC_DMA_SQ_SIZE * sizeof(*swdma_chan->hw_sq); in switchtec_dma_alloc_desc()
962 writew(SWITCHTEC_DMA_SQ_SIZE, &swdma_chan->mmio_chan_fw->sq_size); in switchtec_dma_alloc_desc()
1027 return SWITCHTEC_DMA_SQ_SIZE; in switchtec_dma_alloc_chan_resources()