Home
last modified time | relevance | path

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

/linux/drivers/dma/
H A Dplx_dma.c115 dma_addr_t hw_ring_dma; member
414 &plxdev->hw_ring_dma, GFP_KERNEL); in plx_dma_alloc_chan_resources()
430 writel(lower_32_bits(plxdev->hw_ring_dma), in plx_dma_alloc_chan_resources()
432 writel(upper_32_bits(plxdev->hw_ring_dma), in plx_dma_alloc_chan_resources()
434 writel(lower_32_bits(plxdev->hw_ring_dma), in plx_dma_alloc_chan_resources()
447 plxdev->hw_ring_dma); in plx_dma_alloc_chan_resources()
483 plxdev->hw_ring_dma); in plx_dma_free_chan_resources()