Home
last modified time | relevance | path

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

/drivers/dma/ioat/
Dinit.c654 ioat_chan->completion_dma); in ioat_free_chan_resources()
659 ioat_chan->completion_dma = 0; in ioat_free_chan_resources()
686 GFP_NOWAIT, &ioat_chan->completion_dma); in ioat_alloc_chan_resources()
690 writel(((u64)ioat_chan->completion_dma) & 0x00000000FFFFFFFF, in ioat_alloc_chan_resources()
692 writel(((u64)ioat_chan->completion_dma) >> 32, in ioat_alloc_chan_resources()
Ddma.h110 dma_addr_t completion_dma; member
Ddma.c708 writel(lower_32_bits(ioat_chan->completion_dma), in ioat_restart_channel()
710 writel(upper_32_bits(ioat_chan->completion_dma), in ioat_restart_channel()